Class: Aws::Types::GetTrainedModelResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetTrainedModelResponse
- 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.
-
#data_channels ⇒ ::Array[Types::ModelTrainingDataChannel]
Returns the value of attribute data_channels.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#environment ⇒ ::Hash[::String, ::String]
Returns the value of attribute environment.
-
#hyperparameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute hyperparameters.
-
#incremental_training_data_channels ⇒ ::Array[Types::IncrementalTrainingDataChannelOutput]
Returns the value of attribute incremental_training_data_channels.
-
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
-
#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.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#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.
762 763 764 |
# File 'sig/types.rbs', line 762 def collaboration_identifier @collaboration_identifier end |
#configured_model_algorithm_association_arn ⇒ ::String
Returns the value of attribute configured_model_algorithm_association_arn.
770 771 772 |
# File 'sig/types.rbs', line 770 def configured_model_algorithm_association_arn @configured_model_algorithm_association_arn end |
#create_time ⇒ ::Time
Returns the value of attribute create_time.
780 781 782 |
# File 'sig/types.rbs', line 780 def create_time @create_time end |
#data_channels ⇒ ::Array[Types::ModelTrainingDataChannel]
Returns the value of attribute data_channels.
786 787 788 |
# File 'sig/types.rbs', line 786 def data_channels @data_channels end |
#description ⇒ ::String
Returns the value of attribute description.
767 768 769 |
# File 'sig/types.rbs', line 767 def description @description end |
#environment ⇒ ::Hash[::String, ::String]
Returns the value of attribute environment.
783 784 785 |
# File 'sig/types.rbs', line 783 def environment @environment end |
#hyperparameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute hyperparameters.
782 783 784 |
# File 'sig/types.rbs', line 782 def hyperparameters @hyperparameters end |
#incremental_training_data_channels ⇒ ::Array[Types::IncrementalTrainingDataChannelOutput]
Returns the value of attribute incremental_training_data_channels.
765 766 767 |
# File 'sig/types.rbs', line 765 def incremental_training_data_channels @incremental_training_data_channels end |
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
784 785 786 |
# File 'sig/types.rbs', line 784 def kms_key_arn @kms_key_arn end |
#logs_status ⇒ "PUBLISH_SUCCEEDED", "PUBLISH_FAILED"
Returns the value of attribute logs_status.
776 777 778 |
# File 'sig/types.rbs', line 776 def logs_status @logs_status end |
#logs_status_details ⇒ ::String
Returns the value of attribute logs_status_details.
777 778 779 |
# File 'sig/types.rbs', line 777 def logs_status_details @logs_status_details end |
#membership_identifier ⇒ ::String
Returns the value of attribute membership_identifier.
761 762 763 |
# File 'sig/types.rbs', line 761 def membership_identifier @membership_identifier end |
#metrics_status ⇒ "PUBLISH_SUCCEEDED", "PUBLISH_FAILED"
Returns the value of attribute metrics_status.
774 775 776 |
# File 'sig/types.rbs', line 774 def metrics_status @metrics_status end |
#metrics_status_details ⇒ ::String
Returns the value of attribute metrics_status_details.
775 776 777 |
# File 'sig/types.rbs', line 775 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.
779 780 781 |
# File 'sig/types.rbs', line 779 def ml_model_training_payer_account_id @ml_model_training_payer_account_id end |
#name ⇒ ::String
Returns the value of attribute name.
766 767 768 |
# File 'sig/types.rbs', line 766 def name @name end |
#resource_config ⇒ Types::ResourceConfig
Returns the value of attribute resource_config.
771 772 773 |
# File 'sig/types.rbs', line 771 def resource_config @resource_config end |
#status ⇒ "CREATE_PENDING", ...
Returns the value of attribute status.
768 769 770 |
# File 'sig/types.rbs', line 768 def status @status end |
#status_details ⇒ Types::StatusDetails
Returns the value of attribute status_details.
769 770 771 |
# File 'sig/types.rbs', line 769 def status_details @status_details end |
#stopping_condition ⇒ Types::StoppingCondition
Returns the value of attribute stopping_condition.
773 774 775 |
# File 'sig/types.rbs', line 773 def stopping_condition @stopping_condition end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
785 786 787 |
# File 'sig/types.rbs', line 785 def @tags end |
#trained_model_arn ⇒ ::String
Returns the value of attribute trained_model_arn.
763 764 765 |
# File 'sig/types.rbs', line 763 def trained_model_arn @trained_model_arn end |
#training_container_image_digest ⇒ ::String
Returns the value of attribute training_container_image_digest.
778 779 780 |
# File 'sig/types.rbs', line 778 def training_container_image_digest @training_container_image_digest end |
#training_input_mode ⇒ "File", ...
Returns the value of attribute training_input_mode.
772 773 774 |
# File 'sig/types.rbs', line 772 def training_input_mode @training_input_mode end |
#update_time ⇒ ::Time
Returns the value of attribute update_time.
781 782 783 |
# File 'sig/types.rbs', line 781 def update_time @update_time end |
#version_identifier ⇒ ::String
Returns the value of attribute version_identifier.
764 765 766 |
# File 'sig/types.rbs', line 764 def version_identifier @version_identifier end |