Class: Aws::Types::TrainingJobSummary

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


11476
11477
11478
# File 'sig/types.rbs', line 11476

def creation_time
  @creation_time
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


11478
11479
11480
# File 'sig/types.rbs', line 11478

def last_modified_time
  @last_modified_time
end

#secondary_status"Starting", ...

Returns the value of attribute secondary_status.

Returns:

  • ("Starting", "LaunchingMLInstances", "PreparingTrainingStack", "Downloading", "DownloadingTrainingImage", "Training", "Uploading", "Stopping", "Stopped", "MaxRuntimeExceeded", "Completed", "Failed", "Interrupted", "MaxWaitTimeExceeded", "Updating", "Restarting", "Pending")


11480
11481
11482
# File 'sig/types.rbs', line 11480

def secondary_status
  @secondary_status
end

#training_end_time::Time

Returns the value of attribute training_end_time.

Returns:

  • (::Time)


11477
11478
11479
# File 'sig/types.rbs', line 11477

def training_end_time
  @training_end_time
end

#training_job_arn::String

Returns the value of attribute training_job_arn.

Returns:

  • (::String)


11475
11476
11477
# File 'sig/types.rbs', line 11475

def training_job_arn
  @training_job_arn
end

#training_job_name::String

Returns the value of attribute training_job_name.

Returns:

  • (::String)


11474
11475
11476
# File 'sig/types.rbs', line 11474

def training_job_name
  @training_job_name
end

#training_job_status"InProgress", ...

Returns the value of attribute training_job_status.

Returns:

  • ("InProgress", "Completed", "Failed", "Stopping", "Stopped", "Deleting")


11479
11480
11481
# File 'sig/types.rbs', line 11479

def training_job_status
  @training_job_status
end

#training_plan_arn::String

Returns the value of attribute training_plan_arn.

Returns:

  • (::String)


11482
11483
11484
# File 'sig/types.rbs', line 11482

def training_plan_arn
  @training_plan_arn
end

#warm_pool_statusTypes::WarmPoolStatus

Returns the value of attribute warm_pool_status.



11481
11482
11483
# File 'sig/types.rbs', line 11481

def warm_pool_status
  @warm_pool_status
end