Class: Aws::Types::TrainingJobSummary
- Inherits:
-
Object
- Object
- Aws::Types::TrainingJobSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
-
#secondary_status ⇒ "Starting", ...
Returns the value of attribute secondary_status.
-
#training_end_time ⇒ ::Time
Returns the value of attribute training_end_time.
-
#training_job_arn ⇒ ::String
Returns the value of attribute training_job_arn.
-
#training_job_name ⇒ ::String
Returns the value of attribute training_job_name.
-
#training_job_status ⇒ "InProgress", ...
Returns the value of attribute training_job_status.
-
#training_plan_arn ⇒ ::String
Returns the value of attribute training_plan_arn.
-
#warm_pool_status ⇒ Types::WarmPoolStatus
Returns the value of attribute warm_pool_status.
Instance Attribute Details
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
11560 11561 11562 |
# File 'sig/types.rbs', line 11560 def creation_time @creation_time end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
11562 11563 11564 |
# File 'sig/types.rbs', line 11562 def last_modified_time @last_modified_time end |
#secondary_status ⇒ "Starting", ...
Returns the value of attribute secondary_status.
11564 11565 11566 |
# File 'sig/types.rbs', line 11564 def secondary_status @secondary_status end |
#training_end_time ⇒ ::Time
Returns the value of attribute training_end_time.
11561 11562 11563 |
# File 'sig/types.rbs', line 11561 def training_end_time @training_end_time end |
#training_job_arn ⇒ ::String
Returns the value of attribute training_job_arn.
11559 11560 11561 |
# File 'sig/types.rbs', line 11559 def training_job_arn @training_job_arn end |
#training_job_name ⇒ ::String
Returns the value of attribute training_job_name.
11558 11559 11560 |
# File 'sig/types.rbs', line 11558 def training_job_name @training_job_name end |
#training_job_status ⇒ "InProgress", ...
Returns the value of attribute training_job_status.
11563 11564 11565 |
# File 'sig/types.rbs', line 11563 def training_job_status @training_job_status end |
#training_plan_arn ⇒ ::String
Returns the value of attribute training_plan_arn.
11566 11567 11568 |
# File 'sig/types.rbs', line 11566 def training_plan_arn @training_plan_arn end |
#warm_pool_status ⇒ Types::WarmPoolStatus
Returns the value of attribute warm_pool_status.
11565 11566 11567 |
# File 'sig/types.rbs', line 11565 def warm_pool_status @warm_pool_status end |