Class: Aws::SageMaker::Types::AdditionalModelDataSource

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

Overview

Data sources that are available to your model in addition to the one that you specify for ModelDataSource when you use the CreateModel action.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#channel_nameString

A custom name for this AdditionalModelDataSource object.

Returns:

  • (String)


240
241
242
243
244
245
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 240

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

#s3_data_sourceTypes::S3ModelDataSource

Specifies the S3 location of ML model data to deploy.



240
241
242
243
244
245
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 240

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