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.



962
963
964
965
966
# File 'lib/aws-sdk-rekognition/types.rb', line 962

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