Class: Aws::Types::AIRecommendationOutputResult
- Inherits:
-
Object
- Object
- Aws::Types::AIRecommendationOutputResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#mlflow_config ⇒ Types::AIMlflowConfig
Returns the value of attribute mlflow_config.
-
#model_package_group_identifier ⇒ ::String
Returns the value of attribute model_package_group_identifier.
-
#s3_output_location ⇒ ::String
Returns the value of attribute s3_output_location.
Instance Attribute Details
#mlflow_config ⇒ Types::AIMlflowConfig
Returns the value of attribute mlflow_config.
223 224 225 |
# File 'sig/types.rbs', line 223 def mlflow_config @mlflow_config end |
#model_package_group_identifier ⇒ ::String
Returns the value of attribute model_package_group_identifier.
222 223 224 |
# File 'sig/types.rbs', line 222 def model_package_group_identifier @model_package_group_identifier end |
#s3_output_location ⇒ ::String
Returns the value of attribute s3_output_location.
221 222 223 |
# File 'sig/types.rbs', line 221 def s3_output_location @s3_output_location end |