Class: Aws::Types::CustomModelSummary
- Inherits:
-
Object
- Object
- Aws::Types::CustomModelSummary
- 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.
-
#base_model_name ⇒ ::String
Returns the value of attribute base_model_name.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#customization_type ⇒ "FINE_TUNING", ...
Returns the value of attribute customization_type.
-
#model_arn ⇒ ::String
Returns the value of attribute model_arn.
-
#model_name ⇒ ::String
Returns the value of attribute model_name.
-
#model_status ⇒ "Active", ...
Returns the value of attribute model_status.
-
#owner_account_id ⇒ ::String
Returns the value of attribute owner_account_id.
Instance Attribute Details
#base_model_arn ⇒ ::String
Returns the value of attribute base_model_arn.
1252 1253 1254 |
# File 'sig/types.rbs', line 1252 def base_model_arn @base_model_arn end |
#base_model_name ⇒ ::String
Returns the value of attribute base_model_name.
1253 1254 1255 |
# File 'sig/types.rbs', line 1253 def base_model_name @base_model_name end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
1251 1252 1253 |
# File 'sig/types.rbs', line 1251 def creation_time @creation_time end |
#customization_type ⇒ "FINE_TUNING", ...
Returns the value of attribute customization_type.
1254 1255 1256 |
# File 'sig/types.rbs', line 1254 def customization_type @customization_type end |
#model_arn ⇒ ::String
Returns the value of attribute model_arn.
1249 1250 1251 |
# File 'sig/types.rbs', line 1249 def model_arn @model_arn end |
#model_name ⇒ ::String
Returns the value of attribute model_name.
1250 1251 1252 |
# File 'sig/types.rbs', line 1250 def model_name @model_name end |
#model_status ⇒ "Active", ...
Returns the value of attribute model_status.
1256 1257 1258 |
# File 'sig/types.rbs', line 1256 def model_status @model_status end |
#owner_account_id ⇒ ::String
Returns the value of attribute owner_account_id.
1255 1256 1257 |
# File 'sig/types.rbs', line 1255 def owner_account_id @owner_account_id end |