Class: Aws::SageMaker::Types::ModelDataSource

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-sagemaker/types.rb

Overview

Specifies the location of ML model data to deploy. If specified, you must specify one and only one of the available data sources.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#s3_data_sourceTypes::S3ModelDataSource

Specifies the S3 location of ML model data to deploy.



31107
31108
31109
31110
31111
# File 'lib/aws-sdk-sagemaker/types.rb', line 31107

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