Class: Aws::Types::TrainedModelSummary
- Inherits:
-
Object
- Object
- Aws::Types::TrainedModelSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#collaboration_identifier ⇒ ::String
Returns the value of attribute collaboration_identifier.
-
#configured_model_algorithm_association_arn ⇒ ::String
Returns the value of attribute configured_model_algorithm_association_arn.
-
#create_time ⇒ ::Time
Returns the value of attribute create_time.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#incremental_training_data_channels ⇒ ::Array[Types::IncrementalTrainingDataChannelOutput]
Returns the value of attribute incremental_training_data_channels.
-
#membership_identifier ⇒ ::String
Returns the value of attribute membership_identifier.
-
#ml_model_training_payer_account_id ⇒ ::String
Returns the value of attribute ml_model_training_payer_account_id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#status ⇒ "CREATE_PENDING", ...
Returns the value of attribute status.
-
#trained_model_arn ⇒ ::String
Returns the value of attribute trained_model_arn.
-
#update_time ⇒ ::Time
Returns the value of attribute update_time.
-
#version_identifier ⇒ ::String
Returns the value of attribute version_identifier.
Instance Attribute Details
#collaboration_identifier ⇒ ::String
Returns the value of attribute collaboration_identifier.
1435 1436 1437 |
# File 'sig/types.rbs', line 1435 def collaboration_identifier @collaboration_identifier end |
#configured_model_algorithm_association_arn ⇒ ::String
Returns the value of attribute configured_model_algorithm_association_arn.
1437 1438 1439 |
# File 'sig/types.rbs', line 1437 def configured_model_algorithm_association_arn @configured_model_algorithm_association_arn end |
#create_time ⇒ ::Time
Returns the value of attribute create_time.
1427 1428 1429 |
# File 'sig/types.rbs', line 1427 def create_time @create_time end |
#description ⇒ ::String
Returns the value of attribute description.
1433 1434 1435 |
# File 'sig/types.rbs', line 1433 def description @description end |
#incremental_training_data_channels ⇒ ::Array[Types::IncrementalTrainingDataChannelOutput]
Returns the value of attribute incremental_training_data_channels.
1431 1432 1433 |
# File 'sig/types.rbs', line 1431 def incremental_training_data_channels @incremental_training_data_channels end |
#membership_identifier ⇒ ::String
Returns the value of attribute membership_identifier.
1434 1435 1436 |
# File 'sig/types.rbs', line 1434 def membership_identifier @membership_identifier end |
#ml_model_training_payer_account_id ⇒ ::String
Returns the value of attribute ml_model_training_payer_account_id.
1438 1439 1440 |
# File 'sig/types.rbs', line 1438 def ml_model_training_payer_account_id @ml_model_training_payer_account_id end |
#name ⇒ ::String
Returns the value of attribute name.
1432 1433 1434 |
# File 'sig/types.rbs', line 1432 def name @name end |
#status ⇒ "CREATE_PENDING", ...
Returns the value of attribute status.
1436 1437 1438 |
# File 'sig/types.rbs', line 1436 def status @status end |
#trained_model_arn ⇒ ::String
Returns the value of attribute trained_model_arn.
1429 1430 1431 |
# File 'sig/types.rbs', line 1429 def trained_model_arn @trained_model_arn end |
#update_time ⇒ ::Time
Returns the value of attribute update_time.
1428 1429 1430 |
# File 'sig/types.rbs', line 1428 def update_time @update_time end |
#version_identifier ⇒ ::String
Returns the value of attribute version_identifier.
1430 1431 1432 |
# File 'sig/types.rbs', line 1430 def version_identifier @version_identifier end |