Class: Aws::Rekognition::Types::CreateDatasetResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-rekognition/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#dataset_arnString

The ARN of the created Amazon Rekognition Custom Labels dataset.

Returns:

  • (String)


924
925
926
927
928
# File 'lib/aws-sdk-rekognition/types.rb', line 924

class CreateDatasetResponse < Struct.new(
  :dataset_arn)
  SENSITIVE = []
  include Aws::Structure
end