Class: Aws::Types::AIRecommendation
- Inherits:
-
Object
- Object
- Aws::Types::AIRecommendation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#adapter_details ⇒ Types::AIRecommendationAdapterDetails
Returns the value of attribute adapter_details.
-
#ai_benchmark_job_arn ⇒ ::String
Returns the value of attribute ai_benchmark_job_arn.
-
#deployment_configuration ⇒ Types::AIRecommendationDeploymentConfiguration
Returns the value of attribute deployment_configuration.
-
#expected_performance ⇒ ::Array[Types::AIRecommendationPerformanceMetric]
Returns the value of attribute expected_performance.
-
#model_details ⇒ Types::AIRecommendationModelDetails
Returns the value of attribute model_details.
-
#optimization_details ⇒ ::Array[Types::AIRecommendationOptimizationDetail]
Returns the value of attribute optimization_details.
-
#recommendation_description ⇒ ::String
Returns the value of attribute recommendation_description.
Instance Attribute Details
#adapter_details ⇒ Types::AIRecommendationAdapterDetails
Returns the value of attribute adapter_details.
141 142 143 |
# File 'sig/types.rbs', line 141 def adapter_details @adapter_details end |
#ai_benchmark_job_arn ⇒ ::String
Returns the value of attribute ai_benchmark_job_arn.
139 140 141 |
# File 'sig/types.rbs', line 139 def ai_benchmark_job_arn @ai_benchmark_job_arn end |
#deployment_configuration ⇒ Types::AIRecommendationDeploymentConfiguration
Returns the value of attribute deployment_configuration.
138 139 140 |
# File 'sig/types.rbs', line 138 def deployment_configuration @deployment_configuration end |
#expected_performance ⇒ ::Array[Types::AIRecommendationPerformanceMetric]
Returns the value of attribute expected_performance.
140 141 142 |
# File 'sig/types.rbs', line 140 def expected_performance @expected_performance end |
#model_details ⇒ Types::AIRecommendationModelDetails
Returns the value of attribute model_details.
137 138 139 |
# File 'sig/types.rbs', line 137 def model_details @model_details end |
#optimization_details ⇒ ::Array[Types::AIRecommendationOptimizationDetail]
Returns the value of attribute optimization_details.
136 137 138 |
# File 'sig/types.rbs', line 136 def optimization_details @optimization_details end |
#recommendation_description ⇒ ::String
Returns the value of attribute recommendation_description.
135 136 137 |
# File 'sig/types.rbs', line 135 def recommendation_description @recommendation_description end |