Class: Aws::LookoutforVision::Types::DescribeDatasetRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lookoutforvision/lib/aws-sdk-lookoutforvision/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#dataset_typeString

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

Returns:

  • (String)


554
555
556
557
558
559
# File 'gems/aws-sdk-lookoutforvision/lib/aws-sdk-lookoutforvision/types.rb', line 554

class DescribeDatasetRequest < Struct.new(
  :project_name,
  :dataset_type)
  SENSITIVE = []
  include Aws::Structure
end

#project_nameString

The name of the project that contains the dataset that you want to describe.

Returns:

  • (String)


554
555
556
557
558
559
# File 'gems/aws-sdk-lookoutforvision/lib/aws-sdk-lookoutforvision/types.rb', line 554

class DescribeDatasetRequest < Struct.new(
  :project_name,
  :dataset_type)
  SENSITIVE = []
  include Aws::Structure
end