Class: Aws::Types::DescribeAIRecommendationJobResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeAIRecommendationJobResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#adapter_source ⇒ Types::AIAdapterSource
Returns the value of attribute adapter_source.
-
#ai_recommendation_job_arn ⇒ ::String
Returns the value of attribute ai_recommendation_job_arn.
-
#ai_recommendation_job_name ⇒ ::String
Returns the value of attribute ai_recommendation_job_name.
-
#ai_recommendation_job_status ⇒ "InProgress", ...
Returns the value of attribute ai_recommendation_job_status.
-
#ai_workload_config_identifier ⇒ ::String
Returns the value of attribute ai_workload_config_identifier.
-
#compute_spec ⇒ Types::AIRecommendationComputeSpec
Returns the value of attribute compute_spec.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
-
#inference_specification ⇒ Types::AIRecommendationInferenceSpecification
Returns the value of attribute inference_specification.
-
#model_source ⇒ Types::AIModelSource
Returns the value of attribute model_source.
-
#optimize_model ⇒ Boolean
Returns the value of attribute optimize_model.
-
#output_config ⇒ Types::AIRecommendationOutputResult
Returns the value of attribute output_config.
-
#performance_target ⇒ Types::AIRecommendationPerformanceTarget
Returns the value of attribute performance_target.
-
#recommendations ⇒ ::Array[Types::AIRecommendation]
Returns the value of attribute recommendations.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#adapter_source ⇒ Types::AIAdapterSource
Returns the value of attribute adapter_source.
3752 3753 3754 |
# File 'sig/types.rbs', line 3752 def adapter_source @adapter_source end |
#ai_recommendation_job_arn ⇒ ::String
Returns the value of attribute ai_recommendation_job_arn.
3740 3741 3742 |
# File 'sig/types.rbs', line 3740 def ai_recommendation_job_arn @ai_recommendation_job_arn end |
#ai_recommendation_job_name ⇒ ::String
Returns the value of attribute ai_recommendation_job_name.
3739 3740 3741 |
# File 'sig/types.rbs', line 3739 def ai_recommendation_job_name @ai_recommendation_job_name end |
#ai_recommendation_job_status ⇒ "InProgress", ...
Returns the value of attribute ai_recommendation_job_status.
3741 3742 3743 |
# File 'sig/types.rbs', line 3741 def ai_recommendation_job_status @ai_recommendation_job_status end |
#ai_workload_config_identifier ⇒ ::String
Returns the value of attribute ai_workload_config_identifier.
3746 3747 3748 |
# File 'sig/types.rbs', line 3746 def ai_workload_config_identifier @ai_workload_config_identifier end |
#compute_spec ⇒ Types::AIRecommendationComputeSpec
Returns the value of attribute compute_spec.
3751 3752 3753 |
# File 'sig/types.rbs', line 3751 def compute_spec @compute_spec end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
3753 3754 3755 |
# File 'sig/types.rbs', line 3753 def creation_time @creation_time end |
#end_time ⇒ ::Time
Returns the value of attribute end_time.
3755 3756 3757 |
# File 'sig/types.rbs', line 3755 def end_time @end_time end |
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
3742 3743 3744 |
# File 'sig/types.rbs', line 3742 def failure_reason @failure_reason end |
#inference_specification ⇒ Types::AIRecommendationInferenceSpecification
Returns the value of attribute inference_specification.
3745 3746 3747 |
# File 'sig/types.rbs', line 3745 def inference_specification @inference_specification end |
#model_source ⇒ Types::AIModelSource
Returns the value of attribute model_source.
3743 3744 3745 |
# File 'sig/types.rbs', line 3743 def model_source @model_source end |
#optimize_model ⇒ Boolean
Returns the value of attribute optimize_model.
3747 3748 3749 |
# File 'sig/types.rbs', line 3747 def optimize_model @optimize_model end |
#output_config ⇒ Types::AIRecommendationOutputResult
Returns the value of attribute output_config.
3744 3745 3746 |
# File 'sig/types.rbs', line 3744 def output_config @output_config end |
#performance_target ⇒ Types::AIRecommendationPerformanceTarget
Returns the value of attribute performance_target.
3748 3749 3750 |
# File 'sig/types.rbs', line 3748 def performance_target @performance_target end |
#recommendations ⇒ ::Array[Types::AIRecommendation]
Returns the value of attribute recommendations.
3749 3750 3751 |
# File 'sig/types.rbs', line 3749 def recommendations @recommendations end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
3750 3751 3752 |
# File 'sig/types.rbs', line 3750 def role_arn @role_arn end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
3754 3755 3756 |
# File 'sig/types.rbs', line 3754 def start_time @start_time end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
3756 3757 3758 |
# File 'sig/types.rbs', line 3756 def end |