Class: Aws::SageMaker::Types::OptimizationSageMakerModel
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::OptimizationSageMakerModel
- Defined in:
- gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb
Overview
A SageMaker model to use as the source or destination for an optimization job.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#model_name ⇒ String
The name of a SageMaker model.
Instance Attribute Details
#model_name ⇒ String
The name of a SageMaker model.
40903 40904 40905 40906 40907 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 40903 class OptimizationSageMakerModel < Struct.new( :model_name) SENSITIVE = [] include Aws::Structure end |