Class: Aws::SageMaker::Types::DatasetSource
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::DatasetSource
- Defined in:
- gems/aws-sdk-sagemaker/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 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 13807 class DatasetSource < Struct.new( :dataset_arn) SENSITIVE = [] include Aws::Structure end |