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

Description

Gets details for a specific task run on a machine learning transform. Machine learning task runs are asynchronous tasks that Glue runs on your behalf as part of various machine learning workflows. You can check the stats of any task run by calling GetMLTaskRun with the TaskRunID and its parent transform's TransformID.

Synopsis

Creating a Request

data GetMLTaskRun Source #

See: newGetMLTaskRun smart constructor.

Constructors

GetMLTaskRun' 

Fields

Instances

Instances details
Eq GetMLTaskRun Source # 
Instance details

Defined in Amazonka.Glue.GetMLTaskRun

Read GetMLTaskRun Source # 
Instance details

Defined in Amazonka.Glue.GetMLTaskRun

Show GetMLTaskRun Source # 
Instance details

Defined in Amazonka.Glue.GetMLTaskRun

Generic GetMLTaskRun Source # 
Instance details

Defined in Amazonka.Glue.GetMLTaskRun

Associated Types

type Rep GetMLTaskRun :: Type -> Type #

NFData GetMLTaskRun Source # 
Instance details

Defined in Amazonka.Glue.GetMLTaskRun

Methods

rnf :: GetMLTaskRun -> () #

Hashable GetMLTaskRun Source # 
Instance details

Defined in Amazonka.Glue.GetMLTaskRun

ToJSON GetMLTaskRun Source # 
Instance details

Defined in Amazonka.Glue.GetMLTaskRun

AWSRequest GetMLTaskRun Source # 
Instance details

Defined in Amazonka.Glue.GetMLTaskRun

Associated Types

type AWSResponse GetMLTaskRun #

ToHeaders GetMLTaskRun Source # 
Instance details

Defined in Amazonka.Glue.GetMLTaskRun

ToPath GetMLTaskRun Source # 
Instance details

Defined in Amazonka.Glue.GetMLTaskRun

ToQuery GetMLTaskRun Source # 
Instance details

Defined in Amazonka.Glue.GetMLTaskRun

type Rep GetMLTaskRun Source # 
Instance details

Defined in Amazonka.Glue.GetMLTaskRun

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

Defined in Amazonka.Glue.GetMLTaskRun

newGetMLTaskRun Source #

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

$sel:taskRunId:GetMLTaskRun', getMLTaskRun_taskRunId - The unique identifier of the task run.

Request Lenses

getMLTaskRun_transformId :: Lens' GetMLTaskRun Text Source #

The unique identifier of the machine learning transform.

getMLTaskRun_taskRunId :: Lens' GetMLTaskRun Text Source #

The unique identifier of the task run.

Destructuring the Response

data GetMLTaskRunResponse Source #

See: newGetMLTaskRunResponse smart constructor.

Constructors

GetMLTaskRunResponse' 

Fields

Instances

Instances details
Eq GetMLTaskRunResponse Source # 
Instance details

Defined in Amazonka.Glue.GetMLTaskRun

Read GetMLTaskRunResponse Source # 
Instance details

Defined in Amazonka.Glue.GetMLTaskRun

Show GetMLTaskRunResponse Source # 
Instance details

Defined in Amazonka.Glue.GetMLTaskRun

Generic GetMLTaskRunResponse Source # 
Instance details

Defined in Amazonka.Glue.GetMLTaskRun

Associated Types

type Rep GetMLTaskRunResponse :: Type -> Type #

NFData GetMLTaskRunResponse Source # 
Instance details

Defined in Amazonka.Glue.GetMLTaskRun

Methods

rnf :: GetMLTaskRunResponse -> () #

type Rep GetMLTaskRunResponse Source # 
Instance details

Defined in Amazonka.Glue.GetMLTaskRun

type Rep GetMLTaskRunResponse = D1 ('MetaData "GetMLTaskRunResponse" "Amazonka.Glue.GetMLTaskRun" "libZSservicesZSamazonka-glueZSamazonka-glue" 'False) (C1 ('MetaCons "GetMLTaskRunResponse'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "completedOn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TaskStatusType))) :*: (S1 ('MetaSel ('Just "lastModifiedOn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "errorString") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "startedOn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))))) :*: ((S1 ('MetaSel ('Just "logGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "executionTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "properties") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TaskRunProperties)))) :*: (S1 ('MetaSel ('Just "transformId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "taskRunId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))))

newGetMLTaskRunResponse Source #

Create a value of GetMLTaskRunResponse 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:completedOn:GetMLTaskRunResponse', getMLTaskRunResponse_completedOn - The date and time when this task run was completed.

$sel:status:GetMLTaskRunResponse', getMLTaskRunResponse_status - The status for this task run.

$sel:lastModifiedOn:GetMLTaskRunResponse', getMLTaskRunResponse_lastModifiedOn - The date and time when this task run was last modified.

$sel:errorString:GetMLTaskRunResponse', getMLTaskRunResponse_errorString - The error strings that are associated with the task run.

$sel:startedOn:GetMLTaskRunResponse', getMLTaskRunResponse_startedOn - The date and time when this task run started.

$sel:logGroupName:GetMLTaskRunResponse', getMLTaskRunResponse_logGroupName - The names of the log groups that are associated with the task run.

$sel:executionTime:GetMLTaskRunResponse', getMLTaskRunResponse_executionTime - The amount of time (in seconds) that the task run consumed resources.

$sel:properties:GetMLTaskRunResponse', getMLTaskRunResponse_properties - The list of properties that are associated with the task run.

$sel:transformId:GetMLTaskRun', getMLTaskRunResponse_transformId - The unique identifier of the task run.

$sel:taskRunId:GetMLTaskRun', getMLTaskRunResponse_taskRunId - The unique run identifier associated with this run.

$sel:httpStatus:GetMLTaskRunResponse', getMLTaskRunResponse_httpStatus - The response's http status code.

Response Lenses

getMLTaskRunResponse_completedOn :: Lens' GetMLTaskRunResponse (Maybe UTCTime) Source #

The date and time when this task run was completed.

getMLTaskRunResponse_lastModifiedOn :: Lens' GetMLTaskRunResponse (Maybe UTCTime) Source #

The date and time when this task run was last modified.

getMLTaskRunResponse_errorString :: Lens' GetMLTaskRunResponse (Maybe Text) Source #

The error strings that are associated with the task run.

getMLTaskRunResponse_startedOn :: Lens' GetMLTaskRunResponse (Maybe UTCTime) Source #

The date and time when this task run started.

getMLTaskRunResponse_logGroupName :: Lens' GetMLTaskRunResponse (Maybe Text) Source #

The names of the log groups that are associated with the task run.

getMLTaskRunResponse_executionTime :: Lens' GetMLTaskRunResponse (Maybe Int) Source #

The amount of time (in seconds) that the task run consumed resources.

getMLTaskRunResponse_properties :: Lens' GetMLTaskRunResponse (Maybe TaskRunProperties) Source #

The list of properties that are associated with the task run.

getMLTaskRunResponse_transformId :: Lens' GetMLTaskRunResponse (Maybe Text) Source #

The unique identifier of the task run.

getMLTaskRunResponse_taskRunId :: Lens' GetMLTaskRunResponse (Maybe Text) Source #

The unique run identifier associated with this run.