Class: Aws::SageMaker::Types::ModelDataSource
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::ModelDataSource
- 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
-
#s3_data_source ⇒ Types::S3ModelDataSource
Specifies the S3 location of ML model data to deploy.
Instance Attribute Details
#s3_data_source ⇒ Types::S3ModelDataSource
Specifies the S3 location of ML model data to deploy.
32708 32709 32710 32711 32712 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 32708 class ModelDataSource < Struct.new( :s3_data_source) SENSITIVE = [] include Aws::Structure end |