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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#s3Types::OptimizationJobModelSourceS3

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



39283
39284
39285
39286
39287
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 39283

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