Class: Aws::SageMaker::Types::AdditionalModelDataSource
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::AdditionalModelDataSource
- Includes:
- Aws::Structure
- Defined in:
- 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
-
#channel_name ⇒ String
A custom name for this ‘AdditionalModelDataSource` object.
-
#s3_data_source ⇒ Types::S3ModelDataSource
Specifies the S3 location of ML model data to deploy.
Instance Attribute Details
#channel_name ⇒ String
A custom name for this ‘AdditionalModelDataSource` object.
240 241 242 243 244 245 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 240 class AdditionalModelDataSource < Struct.new( :channel_name, :s3_data_source) SENSITIVE = [] include Aws::Structure end |
#s3_data_source ⇒ Types::S3ModelDataSource
Specifies the S3 location of ML model data to deploy.
240 241 242 243 244 245 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 240 class AdditionalModelDataSource < Struct.new( :channel_name, :s3_data_source) SENSITIVE = [] include Aws::Structure end |