Class: Aws::SageMaker::Types::OptimizationOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::OptimizationOutput
- Defined in:
- gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb
Overview
Output values produced by an optimization job.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#recommended_inference_image ⇒ String
The image that SageMaker recommends that you use to host the optimized model that you created with an optimization job.
Instance Attribute Details
#recommended_inference_image ⇒ String
The image that SageMaker recommends that you use to host the optimized model that you created with an optimization job.
35683 35684 35685 35686 35687 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 35683 class OptimizationOutput < Struct.new( :recommended_inference_image) SENSITIVE = [] include Aws::Structure end |