amazonka-glue-2.0: Amazon Glue SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

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
ToJSON GetMLTaskRun Source # 
Instance details

Defined in Amazonka.Glue.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

AWSRequest GetMLTaskRun Source # 
Instance details

Defined in Amazonka.Glue.GetMLTaskRun

Associated Types

type AWSResponse GetMLTaskRun #

Generic GetMLTaskRun Source # 
Instance details

Defined in Amazonka.Glue.GetMLTaskRun

Associated Types

type Rep GetMLTaskRun :: Type -> Type #

Read GetMLTaskRun Source # 
Instance details

Defined in Amazonka.Glue.GetMLTaskRun

Show GetMLTaskRun Source # 
Instance details

Defined in Amazonka.Glue.GetMLTaskRun

NFData GetMLTaskRun Source # 
Instance details

Defined in Amazonka.Glue.GetMLTaskRun

Methods

rnf :: GetMLTaskRun -> () #

Eq GetMLTaskRun Source # 
Instance details

Defined in Amazonka.Glue.GetMLTaskRun

Hashable GetMLTaskRun Source # 
Instance details

Defined in Amazonka.Glue.GetMLTaskRun

type AWSResponse 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" "amazonka-glue-2.0-7miPWwBHdfn8N8SvbpLgE0" 'False) (C1 ('MetaCons "GetMLTaskRun'" 'PrefixI 'True) (S1 ('MetaSel ('Just "transformId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "taskRunId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

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:

GetMLTaskRun, getMLTaskRun_transformId - The unique identifier of the machine learning transform.

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
Generic GetMLTaskRunResponse Source # 
Instance details

Defined in Amazonka.Glue.GetMLTaskRun

Associated Types

type Rep GetMLTaskRunResponse :: Type -> Type #

Read GetMLTaskRunResponse Source # 
Instance details

Defined in Amazonka.Glue.GetMLTaskRun

Show GetMLTaskRunResponse Source # 
Instance details

Defined in Amazonka.Glue.GetMLTaskRun

NFData GetMLTaskRunResponse Source # 
Instance details

Defined in Amazonka.Glue.GetMLTaskRun

Methods

rnf :: GetMLTaskRunResponse -> () #

Eq GetMLTaskRunResponse Source # 
Instance details

Defined in Amazonka.Glue.GetMLTaskRun

type Rep GetMLTaskRunResponse Source # 
Instance details

Defined in Amazonka.Glue.GetMLTaskRun

type Rep GetMLTaskRunResponse = D1 ('MetaData "GetMLTaskRunResponse" "Amazonka.Glue.GetMLTaskRun" "amazonka-glue-2.0-7miPWwBHdfn8N8SvbpLgE0" 'False) (C1 ('MetaCons "GetMLTaskRunResponse'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "completedOn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "errorString") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "executionTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: (S1 ('MetaSel ('Just "lastModifiedOn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "logGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "properties") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TaskRunProperties)) :*: (S1 ('MetaSel ('Just "startedOn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TaskStatusType)))) :*: (S1 ('MetaSel ('Just "taskRunId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "transformId") '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:

GetMLTaskRunResponse, getMLTaskRunResponse_completedOn - The date and time when this task run was completed.

GetMLTaskRunResponse, getMLTaskRunResponse_errorString - The error strings that are associated with the task run.

GetMLTaskRunResponse, getMLTaskRunResponse_executionTime - The amount of time (in seconds) that the task run consumed resources.

GetMLTaskRunResponse, getMLTaskRunResponse_lastModifiedOn - The date and time when this task run was last modified.

GetMLTaskRunResponse, getMLTaskRunResponse_logGroupName - The names of the log groups that are associated with the task run.

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

GetMLTaskRunResponse, getMLTaskRunResponse_startedOn - The date and time when this task run started.

GetMLTaskRunResponse, getMLTaskRunResponse_status - The status for this task run.

GetMLTaskRun, getMLTaskRunResponse_taskRunId - The unique run identifier associated with this run.

GetMLTaskRun, getMLTaskRunResponse_transformId - The unique identifier of the task 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_errorString :: Lens' GetMLTaskRunResponse (Maybe Text) Source #

The error strings 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_lastModifiedOn :: Lens' GetMLTaskRunResponse (Maybe UTCTime) Source #

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

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

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

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

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

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

The date and time when this task run started.

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

The unique run identifier associated with this run.

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

The unique identifier of the task run.