libZSservicesZSamazonka-glueZSamazonka-glue
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.Glue.StartMLLabelingSetGenerationTaskRun

Description

Starts the active learning workflow for your machine learning transform to improve the transform's quality by generating label sets and adding labels.

When the StartMLLabelingSetGenerationTaskRun finishes, Glue will have generated a "labeling set" or a set of questions for humans to answer.

In the case of the FindMatches transform, these questions are of the form, “What is the correct way to group these rows together into groups composed entirely of matching records?”

After the labeling process is finished, you can upload your labels with a call to StartImportLabelsTaskRun. After StartImportLabelsTaskRun finishes, all future runs of the machine learning transform will use the new and improved labels and perform a higher-quality transformation.

Synopsis

Creating a Request

data StartMLLabelingSetGenerationTaskRun Source #

Constructors

StartMLLabelingSetGenerationTaskRun' 

Fields

  • transformId :: Text

    The unique identifier of the machine learning transform.

  • outputS3Path :: Text

    The Amazon Simple Storage Service (Amazon S3) path where you generate the labeling set.

Instances

Instances details
Eq StartMLLabelingSetGenerationTaskRun Source # 
Instance details

Defined in Amazonka.Glue.StartMLLabelingSetGenerationTaskRun

Read StartMLLabelingSetGenerationTaskRun Source # 
Instance details

Defined in Amazonka.Glue.StartMLLabelingSetGenerationTaskRun

Show StartMLLabelingSetGenerationTaskRun Source # 
Instance details

Defined in Amazonka.Glue.StartMLLabelingSetGenerationTaskRun

Generic StartMLLabelingSetGenerationTaskRun Source # 
Instance details

Defined in Amazonka.Glue.StartMLLabelingSetGenerationTaskRun

NFData StartMLLabelingSetGenerationTaskRun Source # 
Instance details

Defined in Amazonka.Glue.StartMLLabelingSetGenerationTaskRun

Hashable StartMLLabelingSetGenerationTaskRun Source # 
Instance details

Defined in Amazonka.Glue.StartMLLabelingSetGenerationTaskRun

ToJSON StartMLLabelingSetGenerationTaskRun Source # 
Instance details

Defined in Amazonka.Glue.StartMLLabelingSetGenerationTaskRun

AWSRequest StartMLLabelingSetGenerationTaskRun Source # 
Instance details

Defined in Amazonka.Glue.StartMLLabelingSetGenerationTaskRun

ToHeaders StartMLLabelingSetGenerationTaskRun Source # 
Instance details

Defined in Amazonka.Glue.StartMLLabelingSetGenerationTaskRun

ToPath StartMLLabelingSetGenerationTaskRun Source # 
Instance details

Defined in Amazonka.Glue.StartMLLabelingSetGenerationTaskRun

ToQuery StartMLLabelingSetGenerationTaskRun Source # 
Instance details

Defined in Amazonka.Glue.StartMLLabelingSetGenerationTaskRun

type Rep StartMLLabelingSetGenerationTaskRun Source # 
Instance details

Defined in Amazonka.Glue.StartMLLabelingSetGenerationTaskRun

type Rep StartMLLabelingSetGenerationTaskRun = D1 ('MetaData "StartMLLabelingSetGenerationTaskRun" "Amazonka.Glue.StartMLLabelingSetGenerationTaskRun" "libZSservicesZSamazonka-glueZSamazonka-glue" 'False) (C1 ('MetaCons "StartMLLabelingSetGenerationTaskRun'" 'PrefixI 'True) (S1 ('MetaSel ('Just "transformId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "outputS3Path") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse StartMLLabelingSetGenerationTaskRun Source # 
Instance details

Defined in Amazonka.Glue.StartMLLabelingSetGenerationTaskRun

newStartMLLabelingSetGenerationTaskRun Source #

Create a value of StartMLLabelingSetGenerationTaskRun with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:transformId:StartMLLabelingSetGenerationTaskRun', startMLLabelingSetGenerationTaskRun_transformId - The unique identifier of the machine learning transform.

$sel:outputS3Path:StartMLLabelingSetGenerationTaskRun', startMLLabelingSetGenerationTaskRun_outputS3Path - The Amazon Simple Storage Service (Amazon S3) path where you generate the labeling set.

Request Lenses

startMLLabelingSetGenerationTaskRun_outputS3Path :: Lens' StartMLLabelingSetGenerationTaskRun Text Source #

The Amazon Simple Storage Service (Amazon S3) path where you generate the labeling set.

Destructuring the Response

data StartMLLabelingSetGenerationTaskRunResponse Source #

Constructors

StartMLLabelingSetGenerationTaskRunResponse' 

Fields

Instances

Instances details
Eq StartMLLabelingSetGenerationTaskRunResponse Source # 
Instance details

Defined in Amazonka.Glue.StartMLLabelingSetGenerationTaskRun

Read StartMLLabelingSetGenerationTaskRunResponse Source # 
Instance details

Defined in Amazonka.Glue.StartMLLabelingSetGenerationTaskRun

Show StartMLLabelingSetGenerationTaskRunResponse Source # 
Instance details

Defined in Amazonka.Glue.StartMLLabelingSetGenerationTaskRun

Generic StartMLLabelingSetGenerationTaskRunResponse Source # 
Instance details

Defined in Amazonka.Glue.StartMLLabelingSetGenerationTaskRun

NFData StartMLLabelingSetGenerationTaskRunResponse Source # 
Instance details

Defined in Amazonka.Glue.StartMLLabelingSetGenerationTaskRun

type Rep StartMLLabelingSetGenerationTaskRunResponse Source # 
Instance details

Defined in Amazonka.Glue.StartMLLabelingSetGenerationTaskRun

type Rep StartMLLabelingSetGenerationTaskRunResponse = D1 ('MetaData "StartMLLabelingSetGenerationTaskRunResponse" "Amazonka.Glue.StartMLLabelingSetGenerationTaskRun" "libZSservicesZSamazonka-glueZSamazonka-glue" 'False) (C1 ('MetaCons "StartMLLabelingSetGenerationTaskRunResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "taskRunId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newStartMLLabelingSetGenerationTaskRunResponse Source #

Create a value of StartMLLabelingSetGenerationTaskRunResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:taskRunId:StartMLLabelingSetGenerationTaskRunResponse', startMLLabelingSetGenerationTaskRunResponse_taskRunId - The unique run identifier that is associated with this task run.

$sel:httpStatus:StartMLLabelingSetGenerationTaskRunResponse', startMLLabelingSetGenerationTaskRunResponse_httpStatus - The response's http status code.

Response Lenses