Class: Aws::Types::GetTrainedModelInferenceJobResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetTrainedModelInferenceJobResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#configured_model_algorithm_association_arn ⇒ ::String
Returns the value of attribute configured_model_algorithm_association_arn.
-
#container_execution_parameters ⇒ Types::InferenceContainerExecutionParameters
Returns the value of attribute container_execution_parameters.
-
#create_time ⇒ ::Time
Returns the value of attribute create_time.
-
#data_source ⇒ Types::ModelInferenceDataSource
Returns the value of attribute data_source.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#environment ⇒ ::Hash[::String, ::String]
Returns the value of attribute environment.
-
#inference_container_image_digest ⇒ ::String
Returns the value of attribute inference_container_image_digest.
-
#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_inference_payer_account_id ⇒ ::String
Returns the value of attribute ml_model_inference_payer_account_id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#output_configuration ⇒ Types::InferenceOutputConfiguration
Returns the value of attribute output_configuration.
-
#resource_config ⇒ Types::InferenceResourceConfig
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.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#trained_model_arn ⇒ ::String
Returns the value of attribute trained_model_arn.
-
#trained_model_inference_job_arn ⇒ ::String
Returns the value of attribute trained_model_inference_job_arn.
-
#trained_model_version_identifier ⇒ ::String
Returns the value of attribute trained_model_version_identifier.
-
#update_time ⇒ ::Time
Returns the value of attribute update_time.
Instance Attribute Details
#configured_model_algorithm_association_arn ⇒ ::String
Returns the value of attribute configured_model_algorithm_association_arn.
729 730 731 |
# File 'sig/types.rbs', line 729 def configured_model_algorithm_association_arn @configured_model_algorithm_association_arn end |
#container_execution_parameters ⇒ Types::InferenceContainerExecutionParameters
Returns the value of attribute container_execution_parameters.
738 739 740 |
# File 'sig/types.rbs', line 738 def container_execution_parameters @container_execution_parameters end |
#create_time ⇒ ::Time
Returns the value of attribute create_time.
726 727 728 |
# File 'sig/types.rbs', line 726 def create_time @create_time end |
#data_source ⇒ Types::ModelInferenceDataSource
Returns the value of attribute data_source.
737 738 739 |
# File 'sig/types.rbs', line 737 def data_source @data_source end |
#description ⇒ ::String
Returns the value of attribute description.
740 741 742 |
# File 'sig/types.rbs', line 740 def description @description end |
#environment ⇒ ::Hash[::String, ::String]
Returns the value of attribute environment.
742 743 744 |
# File 'sig/types.rbs', line 742 def environment @environment end |
#inference_container_image_digest ⇒ ::String
Returns the value of attribute inference_container_image_digest.
741 742 743 |
# File 'sig/types.rbs', line 741 def inference_container_image_digest @inference_container_image_digest end |
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
743 744 745 |
# File 'sig/types.rbs', line 743 def kms_key_arn @kms_key_arn end |
#logs_status ⇒ "PUBLISH_SUCCEEDED", "PUBLISH_FAILED"
Returns the value of attribute logs_status.
746 747 748 |
# File 'sig/types.rbs', line 746 def logs_status @logs_status end |
#logs_status_details ⇒ ::String
Returns the value of attribute logs_status_details.
747 748 749 |
# File 'sig/types.rbs', line 747 def logs_status_details @logs_status_details end |
#membership_identifier ⇒ ::String
Returns the value of attribute membership_identifier.
736 737 738 |
# File 'sig/types.rbs', line 736 def membership_identifier @membership_identifier end |
#metrics_status ⇒ "PUBLISH_SUCCEEDED", "PUBLISH_FAILED"
Returns the value of attribute metrics_status.
744 745 746 |
# File 'sig/types.rbs', line 744 def metrics_status @metrics_status end |
#metrics_status_details ⇒ ::String
Returns the value of attribute metrics_status_details.
745 746 747 |
# File 'sig/types.rbs', line 745 def metrics_status_details @metrics_status_details end |
#ml_model_inference_payer_account_id ⇒ ::String
Returns the value of attribute ml_model_inference_payer_account_id.
749 750 751 |
# File 'sig/types.rbs', line 749 def ml_model_inference_payer_account_id @ml_model_inference_payer_account_id end |
#name ⇒ ::String
Returns the value of attribute name.
730 731 732 |
# File 'sig/types.rbs', line 730 def name @name end |
#output_configuration ⇒ Types::InferenceOutputConfiguration
Returns the value of attribute output_configuration.
735 736 737 |
# File 'sig/types.rbs', line 735 def output_configuration @output_configuration end |
#resource_config ⇒ Types::InferenceResourceConfig
Returns the value of attribute resource_config.
734 735 736 |
# File 'sig/types.rbs', line 734 def resource_config @resource_config end |
#status ⇒ "CREATE_PENDING", ...
Returns the value of attribute status.
731 732 733 |
# File 'sig/types.rbs', line 731 def status @status end |
#status_details ⇒ Types::StatusDetails
Returns the value of attribute status_details.
739 740 741 |
# File 'sig/types.rbs', line 739 def status_details @status_details end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
748 749 750 |
# File 'sig/types.rbs', line 748 def @tags end |
#trained_model_arn ⇒ ::String
Returns the value of attribute trained_model_arn.
732 733 734 |
# File 'sig/types.rbs', line 732 def trained_model_arn @trained_model_arn end |
#trained_model_inference_job_arn ⇒ ::String
Returns the value of attribute trained_model_inference_job_arn.
728 729 730 |
# File 'sig/types.rbs', line 728 def trained_model_inference_job_arn @trained_model_inference_job_arn end |
#trained_model_version_identifier ⇒ ::String
Returns the value of attribute trained_model_version_identifier.
733 734 735 |
# File 'sig/types.rbs', line 733 def trained_model_version_identifier @trained_model_version_identifier end |
#update_time ⇒ ::Time
Returns the value of attribute update_time.
727 728 729 |
# File 'sig/types.rbs', line 727 def update_time @update_time end |