Class: Aws::SageMaker::Types::OptimizationJobModelSource
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::OptimizationJobModelSource
- Defined in:
- gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb
Overview
The location of the source model to optimize with an optimization job.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#s3 ⇒ Types::OptimizationJobModelSourceS3
The Amazon S3 location of a source model to optimize with an optimization job.
-
#sage_maker_model ⇒ Types::OptimizationSageMakerModel
The name of an existing SageMaker model to optimize with an optimization job.
Instance Attribute Details
#s3 ⇒ Types::OptimizationJobModelSourceS3
The Amazon S3 location of a source model to optimize with an optimization job.
40354 40355 40356 40357 40358 40359 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 40354 class OptimizationJobModelSource < Struct.new( :s3, :sage_maker_model) SENSITIVE = [] include Aws::Structure end |
#sage_maker_model ⇒ Types::OptimizationSageMakerModel
The name of an existing SageMaker model to optimize with an optimization job.
40354 40355 40356 40357 40358 40359 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 40354 class OptimizationJobModelSource < Struct.new( :s3, :sage_maker_model) SENSITIVE = [] include Aws::Structure end |