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.StartExportLabelsTaskRun

Description

Begins an asynchronous task to export all labeled data for a particular transform. This task is the only label-related API call that is not part of the typical active learning workflow. You typically use StartExportLabelsTaskRun when you want to work with all of your existing labels at the same time, such as when you want to remove or change labels that were previously submitted as truth. This API operation accepts the TransformId whose labels you want to export and an Amazon Simple Storage Service (Amazon S3) path to export the labels to. The operation returns a TaskRunId. You can check on the status of your task run by calling the GetMLTaskRun API.

Synopsis

Creating a Request

data StartExportLabelsTaskRun Source #

See: newStartExportLabelsTaskRun smart constructor.

Constructors

StartExportLabelsTaskRun' 

Fields

Instances

Instances details
Eq StartExportLabelsTaskRun Source # 
Instance details

Defined in Amazonka.Glue.StartExportLabelsTaskRun

Read StartExportLabelsTaskRun Source # 
Instance details

Defined in Amazonka.Glue.StartExportLabelsTaskRun

Show StartExportLabelsTaskRun Source # 
Instance details

Defined in Amazonka.Glue.StartExportLabelsTaskRun

Generic StartExportLabelsTaskRun Source # 
Instance details

Defined in Amazonka.Glue.StartExportLabelsTaskRun

Associated Types

type Rep StartExportLabelsTaskRun :: Type -> Type #

NFData StartExportLabelsTaskRun Source # 
Instance details

Defined in Amazonka.Glue.StartExportLabelsTaskRun

Hashable StartExportLabelsTaskRun Source # 
Instance details

Defined in Amazonka.Glue.StartExportLabelsTaskRun

ToJSON StartExportLabelsTaskRun Source # 
Instance details

Defined in Amazonka.Glue.StartExportLabelsTaskRun

AWSRequest StartExportLabelsTaskRun Source # 
Instance details

Defined in Amazonka.Glue.StartExportLabelsTaskRun

ToHeaders StartExportLabelsTaskRun Source # 
Instance details

Defined in Amazonka.Glue.StartExportLabelsTaskRun

ToPath StartExportLabelsTaskRun Source # 
Instance details

Defined in Amazonka.Glue.StartExportLabelsTaskRun

ToQuery StartExportLabelsTaskRun Source # 
Instance details

Defined in Amazonka.Glue.StartExportLabelsTaskRun

type Rep StartExportLabelsTaskRun Source # 
Instance details

Defined in Amazonka.Glue.StartExportLabelsTaskRun

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

Defined in Amazonka.Glue.StartExportLabelsTaskRun

newStartExportLabelsTaskRun Source #

Create a value of StartExportLabelsTaskRun 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:StartExportLabelsTaskRun', startExportLabelsTaskRun_transformId - The unique identifier of the machine learning transform.

$sel:outputS3Path:StartExportLabelsTaskRun', startExportLabelsTaskRun_outputS3Path - The Amazon S3 path where you export the labels.

Request Lenses

startExportLabelsTaskRun_transformId :: Lens' StartExportLabelsTaskRun Text Source #

The unique identifier of the machine learning transform.

startExportLabelsTaskRun_outputS3Path :: Lens' StartExportLabelsTaskRun Text Source #

The Amazon S3 path where you export the labels.

Destructuring the Response

data StartExportLabelsTaskRunResponse Source #

See: newStartExportLabelsTaskRunResponse smart constructor.

Constructors

StartExportLabelsTaskRunResponse' 

Fields

Instances

Instances details
Eq StartExportLabelsTaskRunResponse Source # 
Instance details

Defined in Amazonka.Glue.StartExportLabelsTaskRun

Read StartExportLabelsTaskRunResponse Source # 
Instance details

Defined in Amazonka.Glue.StartExportLabelsTaskRun

Show StartExportLabelsTaskRunResponse Source # 
Instance details

Defined in Amazonka.Glue.StartExportLabelsTaskRun

Generic StartExportLabelsTaskRunResponse Source # 
Instance details

Defined in Amazonka.Glue.StartExportLabelsTaskRun

Associated Types

type Rep StartExportLabelsTaskRunResponse :: Type -> Type #

NFData StartExportLabelsTaskRunResponse Source # 
Instance details

Defined in Amazonka.Glue.StartExportLabelsTaskRun

type Rep StartExportLabelsTaskRunResponse Source # 
Instance details

Defined in Amazonka.Glue.StartExportLabelsTaskRun

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

newStartExportLabelsTaskRunResponse Source #

Create a value of StartExportLabelsTaskRunResponse 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:StartExportLabelsTaskRunResponse', startExportLabelsTaskRunResponse_taskRunId - The unique identifier for the task run.

$sel:httpStatus:StartExportLabelsTaskRunResponse', startExportLabelsTaskRunResponse_httpStatus - The response's http status code.

Response Lenses