Class: Aws::SageMaker::Types::OptimizationJobModelSource

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
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

Instance Attribute Details

#s3Types::OptimizationJobModelSourceS3

The Amazon S3 location of a source model to optimize with an optimization job.



41082
41083
41084
41085
41086
41087
# File 'lib/aws-sdk-sagemaker/types.rb', line 41082

class OptimizationJobModelSource < Struct.new(
  :s3,
  :sage_maker_model)
  SENSITIVE = []
  include Aws::Structure
end

#sage_maker_modelTypes::OptimizationSageMakerModel

The name of an existing SageMaker model to optimize with an optimization job.



41082
41083
41084
41085
41086
41087
# File 'lib/aws-sdk-sagemaker/types.rb', line 41082

class OptimizationJobModelSource < Struct.new(
  :s3,
  :sage_maker_model)
  SENSITIVE = []
  include Aws::Structure
end