Class: Aws::Glue::Types::TaskRun

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#completed_onTime

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

Returns:

  • (Time)


21319
21320
21321
21322
21323
21324
21325
21326
21327
21328
21329
21330
21331
21332
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 21319

class TaskRun < Struct.new(
  :transform_id,
  :task_run_id,
  :status,
  :log_group_name,
  :properties,
  :error_string,
  :started_on,
  :last_modified_on,
  :completed_on,
  :execution_time)
  SENSITIVE = []
  include Aws::Structure
end

#error_stringString

The list of error strings associated with this task run.

Returns:

  • (String)


21319
21320
21321
21322
21323
21324
21325
21326
21327
21328
21329
21330
21331
21332
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 21319

class TaskRun < Struct.new(
  :transform_id,
  :task_run_id,
  :status,
  :log_group_name,
  :properties,
  :error_string,
  :started_on,
  :last_modified_on,
  :completed_on,
  :execution_time)
  SENSITIVE = []
  include Aws::Structure
end

#execution_timeInteger

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

Returns:

  • (Integer)


21319
21320
21321
21322
21323
21324
21325
21326
21327
21328
21329
21330
21331
21332
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 21319

class TaskRun < Struct.new(
  :transform_id,
  :task_run_id,
  :status,
  :log_group_name,
  :properties,
  :error_string,
  :started_on,
  :last_modified_on,
  :completed_on,
  :execution_time)
  SENSITIVE = []
  include Aws::Structure
end

#last_modified_onTime

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

Returns:

  • (Time)


21319
21320
21321
21322
21323
21324
21325
21326
21327
21328
21329
21330
21331
21332
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 21319

class TaskRun < Struct.new(
  :transform_id,
  :task_run_id,
  :status,
  :log_group_name,
  :properties,
  :error_string,
  :started_on,
  :last_modified_on,
  :completed_on,
  :execution_time)
  SENSITIVE = []
  include Aws::Structure
end

#log_group_nameString

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

Returns:

  • (String)


21319
21320
21321
21322
21323
21324
21325
21326
21327
21328
21329
21330
21331
21332
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 21319

class TaskRun < Struct.new(
  :transform_id,
  :task_run_id,
  :status,
  :log_group_name,
  :properties,
  :error_string,
  :started_on,
  :last_modified_on,
  :completed_on,
  :execution_time)
  SENSITIVE = []
  include Aws::Structure
end

#propertiesTypes::TaskRunProperties

Specifies configuration properties associated with this task run.



21319
21320
21321
21322
21323
21324
21325
21326
21327
21328
21329
21330
21331
21332
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 21319

class TaskRun < Struct.new(
  :transform_id,
  :task_run_id,
  :status,
  :log_group_name,
  :properties,
  :error_string,
  :started_on,
  :last_modified_on,
  :completed_on,
  :execution_time)
  SENSITIVE = []
  include Aws::Structure
end

#started_onTime

The date and time that this task run started.

Returns:

  • (Time)


21319
21320
21321
21322
21323
21324
21325
21326
21327
21328
21329
21330
21331
21332
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 21319

class TaskRun < Struct.new(
  :transform_id,
  :task_run_id,
  :status,
  :log_group_name,
  :properties,
  :error_string,
  :started_on,
  :last_modified_on,
  :completed_on,
  :execution_time)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The current status of the requested task run.

Returns:

  • (String)


21319
21320
21321
21322
21323
21324
21325
21326
21327
21328
21329
21330
21331
21332
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 21319

class TaskRun < Struct.new(
  :transform_id,
  :task_run_id,
  :status,
  :log_group_name,
  :properties,
  :error_string,
  :started_on,
  :last_modified_on,
  :completed_on,
  :execution_time)
  SENSITIVE = []
  include Aws::Structure
end

#task_run_idString

The unique identifier for this task run.

Returns:

  • (String)


21319
21320
21321
21322
21323
21324
21325
21326
21327
21328
21329
21330
21331
21332
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 21319

class TaskRun < Struct.new(
  :transform_id,
  :task_run_id,
  :status,
  :log_group_name,
  :properties,
  :error_string,
  :started_on,
  :last_modified_on,
  :completed_on,
  :execution_time)
  SENSITIVE = []
  include Aws::Structure
end

#transform_idString

The unique identifier for the transform.

Returns:

  • (String)


21319
21320
21321
21322
21323
21324
21325
21326
21327
21328
21329
21330
21331
21332
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 21319

class TaskRun < Struct.new(
  :transform_id,
  :task_run_id,
  :status,
  :log_group_name,
  :properties,
  :error_string,
  :started_on,
  :last_modified_on,
  :completed_on,
  :execution_time)
  SENSITIVE = []
  include Aws::Structure
end