Class: Aws::Types::GetCollaborationTrainedModelResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetCollaborationTrainedModelResponse
- 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.
-
#logs_status ⇒ "PUBLISH_SUCCEEDED", "PUBLISH_FAILED"
Returns the value of attribute logs_status.
-
#logs_status_details ⇒ ::String
Returns the value of attribute logs_status_details.
-
#membership_identifier ⇒ ::String
Returns the value of attribute membership_identifier.
-
#metrics_status ⇒ "PUBLISH_SUCCEEDED", "PUBLISH_FAILED"
Returns the value of attribute metrics_status.
-
#metrics_status_details ⇒ ::String
Returns the value of attribute metrics_status_details.
-
#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.
-
#resource_config ⇒ Types::ResourceConfig
Returns the value of attribute resource_config.
-
#status ⇒ "CREATE_PENDING", ...
Returns the value of attribute status.
-
#status_details ⇒ Types::StatusDetails
Returns the value of attribute status_details.
-
#stopping_condition ⇒ Types::StoppingCondition
Returns the value of attribute stopping_condition.
-
#trained_model_arn ⇒ ::String
Returns the value of attribute trained_model_arn.
-
#training_container_image_digest ⇒ ::String
Returns the value of attribute training_container_image_digest.
-
#training_input_mode ⇒ "File", ...
Returns the value of attribute training_input_mode.
-
#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.
578 579 580 |
# File 'sig/types.rbs', line 578 def collaboration_identifier @collaboration_identifier end |
#configured_model_algorithm_association_arn ⇒ ::String
Returns the value of attribute configured_model_algorithm_association_arn.
586 587 588 |
# File 'sig/types.rbs', line 586 def configured_model_algorithm_association_arn @configured_model_algorithm_association_arn end |
#create_time ⇒ ::Time
Returns the value of attribute create_time.
596 597 598 |
# File 'sig/types.rbs', line 596 def create_time @create_time end |
#creator_account_id ⇒ ::String
Returns the value of attribute creator_account_id.
598 599 600 |
# File 'sig/types.rbs', line 598 def creator_account_id @creator_account_id end |
#description ⇒ ::String
Returns the value of attribute description.
583 584 585 |
# File 'sig/types.rbs', line 583 def description @description end |
#incremental_training_data_channels ⇒ ::Array[Types::IncrementalTrainingDataChannelOutput]
Returns the value of attribute incremental_training_data_channels.
581 582 583 |
# File 'sig/types.rbs', line 581 def incremental_training_data_channels @incremental_training_data_channels end |
#logs_status ⇒ "PUBLISH_SUCCEEDED", "PUBLISH_FAILED"
Returns the value of attribute logs_status.
592 593 594 |
# File 'sig/types.rbs', line 592 def logs_status @logs_status end |
#logs_status_details ⇒ ::String
Returns the value of attribute logs_status_details.
593 594 595 |
# File 'sig/types.rbs', line 593 def logs_status_details @logs_status_details end |
#membership_identifier ⇒ ::String
Returns the value of attribute membership_identifier.
577 578 579 |
# File 'sig/types.rbs', line 577 def membership_identifier @membership_identifier end |
#metrics_status ⇒ "PUBLISH_SUCCEEDED", "PUBLISH_FAILED"
Returns the value of attribute metrics_status.
590 591 592 |
# File 'sig/types.rbs', line 590 def metrics_status @metrics_status end |
#metrics_status_details ⇒ ::String
Returns the value of attribute metrics_status_details.
591 592 593 |
# File 'sig/types.rbs', line 591 def metrics_status_details @metrics_status_details end |
#ml_model_training_payer_account_id ⇒ ::String
Returns the value of attribute ml_model_training_payer_account_id.
595 596 597 |
# File 'sig/types.rbs', line 595 def ml_model_training_payer_account_id @ml_model_training_payer_account_id end |
#name ⇒ ::String
Returns the value of attribute name.
582 583 584 |
# File 'sig/types.rbs', line 582 def name @name end |
#resource_config ⇒ Types::ResourceConfig
Returns the value of attribute resource_config.
587 588 589 |
# File 'sig/types.rbs', line 587 def resource_config @resource_config end |
#status ⇒ "CREATE_PENDING", ...
Returns the value of attribute status.
584 585 586 |
# File 'sig/types.rbs', line 584 def status @status end |
#status_details ⇒ Types::StatusDetails
Returns the value of attribute status_details.
585 586 587 |
# File 'sig/types.rbs', line 585 def status_details @status_details end |
#stopping_condition ⇒ Types::StoppingCondition
Returns the value of attribute stopping_condition.
589 590 591 |
# File 'sig/types.rbs', line 589 def stopping_condition @stopping_condition end |
#trained_model_arn ⇒ ::String
Returns the value of attribute trained_model_arn.
579 580 581 |
# File 'sig/types.rbs', line 579 def trained_model_arn @trained_model_arn end |
#training_container_image_digest ⇒ ::String
Returns the value of attribute training_container_image_digest.
594 595 596 |
# File 'sig/types.rbs', line 594 def training_container_image_digest @training_container_image_digest end |
#training_input_mode ⇒ "File", ...
Returns the value of attribute training_input_mode.
588 589 590 |
# File 'sig/types.rbs', line 588 def training_input_mode @training_input_mode end |
#update_time ⇒ ::Time
Returns the value of attribute update_time.
597 598 599 |
# File 'sig/types.rbs', line 597 def update_time @update_time end |
#version_identifier ⇒ ::String
Returns the value of attribute version_identifier.
580 581 582 |
# File 'sig/types.rbs', line 580 def version_identifier @version_identifier end |