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.Types.TaskRun

Description

 
Synopsis

Documentation

data TaskRun Source #

The sampling parameters that are associated with the machine learning transform.

See: newTaskRun smart constructor.

Constructors

TaskRun' 

Fields

Instances

Instances details
Eq TaskRun Source # 
Instance details

Defined in Amazonka.Glue.Types.TaskRun

Methods

(==) :: TaskRun -> TaskRun -> Bool #

(/=) :: TaskRun -> TaskRun -> Bool #

Read TaskRun Source # 
Instance details

Defined in Amazonka.Glue.Types.TaskRun

Show TaskRun Source # 
Instance details

Defined in Amazonka.Glue.Types.TaskRun

Generic TaskRun Source # 
Instance details

Defined in Amazonka.Glue.Types.TaskRun

Associated Types

type Rep TaskRun :: Type -> Type #

Methods

from :: TaskRun -> Rep TaskRun x #

to :: Rep TaskRun x -> TaskRun #

NFData TaskRun Source # 
Instance details

Defined in Amazonka.Glue.Types.TaskRun

Methods

rnf :: TaskRun -> () #

Hashable TaskRun Source # 
Instance details

Defined in Amazonka.Glue.Types.TaskRun

Methods

hashWithSalt :: Int -> TaskRun -> Int #

hash :: TaskRun -> Int #

FromJSON TaskRun Source # 
Instance details

Defined in Amazonka.Glue.Types.TaskRun

type Rep TaskRun Source # 
Instance details

Defined in Amazonka.Glue.Types.TaskRun

newTaskRun :: TaskRun Source #

Create a value of TaskRun 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:TaskRun', taskRun_completedOn - The last point in time that the requested task run was completed.

$sel:status:TaskRun', taskRun_status - The current status of the requested task run.

$sel:lastModifiedOn:TaskRun', taskRun_lastModifiedOn - The last point in time that the requested task run was updated.

$sel:errorString:TaskRun', taskRun_errorString - The list of error strings associated with this task run.

$sel:startedOn:TaskRun', taskRun_startedOn - The date and time that this task run started.

$sel:logGroupName:TaskRun', taskRun_logGroupName - The names of the log group for secure logging, associated with this task run.

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

$sel:properties:TaskRun', taskRun_properties - Specifies configuration properties associated with this task run.

$sel:transformId:TaskRun', taskRun_transformId - The unique identifier for the transform.

$sel:taskRunId:TaskRun', taskRun_taskRunId - The unique identifier for this task run.

taskRun_completedOn :: Lens' TaskRun (Maybe UTCTime) Source #

The last point in time that the requested task run was completed.

taskRun_status :: Lens' TaskRun (Maybe TaskStatusType) Source #

The current status of the requested task run.

taskRun_lastModifiedOn :: Lens' TaskRun (Maybe UTCTime) Source #

The last point in time that the requested task run was updated.

taskRun_errorString :: Lens' TaskRun (Maybe Text) Source #

The list of error strings associated with this task run.

taskRun_startedOn :: Lens' TaskRun (Maybe UTCTime) Source #

The date and time that this task run started.

taskRun_logGroupName :: Lens' TaskRun (Maybe Text) Source #

The names of the log group for secure logging, associated with this task run.

taskRun_executionTime :: Lens' TaskRun (Maybe Int) Source #

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

taskRun_properties :: Lens' TaskRun (Maybe TaskRunProperties) Source #

Specifies configuration properties associated with this task run.

taskRun_transformId :: Lens' TaskRun (Maybe Text) Source #

The unique identifier for the transform.

taskRun_taskRunId :: Lens' TaskRun (Maybe Text) Source #

The unique identifier for this task run.