Class: Aws::SageMaker::Types::DatasetSource
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::DatasetSource
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Specifies a dataset source for a channel.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#dataset_arn ⇒ String
The Amazon Resource Name (ARN) of the dataset resource.
Instance Attribute Details
#dataset_arn ⇒ String
The Amazon Resource Name (ARN) of the dataset resource.
13807 13808 13809 13810 13811 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 13807 class DatasetSource < Struct.new( :dataset_arn) SENSITIVE = [] include Aws::Structure end |