Class: Aws::Types::ModelCustomizationJobSummary
- Inherits:
-
Object
- Object
- Aws::Types::ModelCustomizationJobSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#base_model_arn ⇒ ::String
Returns the value of attribute base_model_arn.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#custom_model_arn ⇒ ::String
Returns the value of attribute custom_model_arn.
-
#custom_model_name ⇒ ::String
Returns the value of attribute custom_model_name.
-
#customization_type ⇒ "FINE_TUNING", ...
Returns the value of attribute customization_type.
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#job_arn ⇒ ::String
Returns the value of attribute job_arn.
-
#job_name ⇒ ::String
Returns the value of attribute job_name.
-
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
-
#status ⇒ "InProgress", ...
Returns the value of attribute status.
-
#status_details ⇒ Types::StatusDetails
Returns the value of attribute status_details.
Instance Attribute Details
#base_model_arn ⇒ ::String
Returns the value of attribute base_model_arn.
2983 2984 2985 |
# File 'sig/types.rbs', line 2983 def base_model_arn @base_model_arn end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
2988 2989 2990 |
# File 'sig/types.rbs', line 2988 def creation_time @creation_time end |
#custom_model_arn ⇒ ::String
Returns the value of attribute custom_model_arn.
2990 2991 2992 |
# File 'sig/types.rbs', line 2990 def custom_model_arn @custom_model_arn end |
#custom_model_name ⇒ ::String
Returns the value of attribute custom_model_name.
2991 2992 2993 |
# File 'sig/types.rbs', line 2991 def custom_model_name @custom_model_name end |
#customization_type ⇒ "FINE_TUNING", ...
Returns the value of attribute customization_type.
2992 2993 2994 |
# File 'sig/types.rbs', line 2992 def customization_type @customization_type end |
#end_time ⇒ ::Time
Returns the value of attribute end_time.
2989 2990 2991 |
# File 'sig/types.rbs', line 2989 def end_time @end_time end |
#job_arn ⇒ ::String
Returns the value of attribute job_arn.
2982 2983 2984 |
# File 'sig/types.rbs', line 2982 def job_arn @job_arn end |
#job_name ⇒ ::String
Returns the value of attribute job_name.
2984 2985 2986 |
# File 'sig/types.rbs', line 2984 def job_name @job_name end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
2987 2988 2989 |
# File 'sig/types.rbs', line 2987 def last_modified_time @last_modified_time end |
#status ⇒ "InProgress", ...
Returns the value of attribute status.
2985 2986 2987 |
# File 'sig/types.rbs', line 2985 def status @status end |
#status_details ⇒ Types::StatusDetails
Returns the value of attribute status_details.
2986 2987 2988 |
# File 'sig/types.rbs', line 2986 def status_details @status_details end |