Class: Aws::LookoutforVision::Types::DescribeDatasetRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LookoutforVision::Types::DescribeDatasetRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lookoutforvision/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#dataset_type ⇒ String
The type of the dataset to describe.
-
#project_name ⇒ String
The name of the project that contains the dataset that you want to describe.
Instance Attribute Details
#dataset_type ⇒ String
The type of the dataset to describe. Specify ‘train` to describe the training dataset. Specify `test` to describe the test dataset. If you have a single dataset project, specify `train`
554 555 556 557 558 559 |
# File 'lib/aws-sdk-lookoutforvision/types.rb', line 554 class DescribeDatasetRequest < Struct.new( :project_name, :dataset_type) SENSITIVE = [] include Aws::Structure end |
#project_name ⇒ String
The name of the project that contains the dataset that you want to describe.
554 555 556 557 558 559 |
# File 'lib/aws-sdk-lookoutforvision/types.rb', line 554 class DescribeDatasetRequest < Struct.new( :project_name, :dataset_type) SENSITIVE = [] include Aws::Structure end |