Class: Aws::Types::AIRecommendationModelDetails
- Inherits:
-
Object
- Object
- Aws::Types::AIRecommendationModelDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#inference_specification_name ⇒ ::String
Returns the value of attribute inference_specification_name.
-
#instance_details ⇒ ::Array[Types::AIRecommendationInstanceDetail]
Returns the value of attribute instance_details.
-
#model_package_arn ⇒ ::String
Returns the value of attribute model_package_arn.
Instance Attribute Details
#inference_specification_name ⇒ ::String
Returns the value of attribute inference_specification_name.
202 203 204 |
# File 'sig/types.rbs', line 202 def inference_specification_name @inference_specification_name end |
#instance_details ⇒ ::Array[Types::AIRecommendationInstanceDetail]
Returns the value of attribute instance_details.
203 204 205 |
# File 'sig/types.rbs', line 203 def instance_details @instance_details end |
#model_package_arn ⇒ ::String
Returns the value of attribute model_package_arn.
201 202 203 |
# File 'sig/types.rbs', line 201 def model_package_arn @model_package_arn end |