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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-rekognition/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)


918
919
920
921
922
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 918

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