Class: Aws::Types::CollaborationTrainedModelSummary
- Inherits:
-
Object
- Object
- Aws::Types::CollaborationTrainedModelSummary
- 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.
-
#creator_account_id ⇒ ::String
Returns the value of attribute creator_account_id.
-
#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.
189 190 191 |
# File 'sig/types.rbs', line 189 def collaboration_identifier @collaboration_identifier end |
#configured_model_algorithm_association_arn ⇒ ::String
Returns the value of attribute configured_model_algorithm_association_arn.
191 192 193 |
# File 'sig/types.rbs', line 191 def configured_model_algorithm_association_arn @configured_model_algorithm_association_arn end |
#create_time ⇒ ::Time
Returns the value of attribute create_time.
181 182 183 |
# File 'sig/types.rbs', line 181 def create_time @create_time end |
#creator_account_id ⇒ ::String
Returns the value of attribute creator_account_id.
192 193 194 |
# File 'sig/types.rbs', line 192 def creator_account_id @creator_account_id end |
#description ⇒ ::String
Returns the value of attribute description.
187 188 189 |
# File 'sig/types.rbs', line 187 def description @description end |
#incremental_training_data_channels ⇒ ::Array[Types::IncrementalTrainingDataChannelOutput]
Returns the value of attribute incremental_training_data_channels.
186 187 188 |
# File 'sig/types.rbs', line 186 def incremental_training_data_channels @incremental_training_data_channels end |
#membership_identifier ⇒ ::String
Returns the value of attribute membership_identifier.
188 189 190 |
# File 'sig/types.rbs', line 188 def membership_identifier @membership_identifier end |
#ml_model_training_payer_account_id ⇒ ::String
Returns the value of attribute ml_model_training_payer_account_id.
193 194 195 |
# File 'sig/types.rbs', line 193 def ml_model_training_payer_account_id @ml_model_training_payer_account_id end |
#name ⇒ ::String
Returns the value of attribute name.
184 185 186 |
# File 'sig/types.rbs', line 184 def name @name end |
#status ⇒ "CREATE_PENDING", ...
Returns the value of attribute status.
190 191 192 |
# File 'sig/types.rbs', line 190 def status @status end |
#trained_model_arn ⇒ ::String
Returns the value of attribute trained_model_arn.
183 184 185 |
# File 'sig/types.rbs', line 183 def trained_model_arn @trained_model_arn end |
#update_time ⇒ ::Time
Returns the value of attribute update_time.
182 183 184 |
# File 'sig/types.rbs', line 182 def update_time @update_time end |
#version_identifier ⇒ ::String
Returns the value of attribute version_identifier.
185 186 187 |
# File 'sig/types.rbs', line 185 def version_identifier @version_identifier end |