Class: Aws::Rekognition::Types::CreateCollectionResponse

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

#collection_arnString

Amazon Resource Name (ARN) of the collection. You can use this to manage permissions on your resources.

Returns:

  • (String)


879
880
881
882
883
884
885
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 879

class CreateCollectionResponse < Struct.new(
  :status_code,
  :collection_arn,
  :face_model_version)
  SENSITIVE = []
  include Aws::Structure
end

#face_model_versionString

Version number of the face detection model associated with the collection you are creating.

Returns:

  • (String)


879
880
881
882
883
884
885
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 879

class CreateCollectionResponse < Struct.new(
  :status_code,
  :collection_arn,
  :face_model_version)
  SENSITIVE = []
  include Aws::Structure
end

#status_codeInteger

HTTP status code indicating the result of the operation.

Returns:

  • (Integer)


879
880
881
882
883
884
885
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 879

class CreateCollectionResponse < Struct.new(
  :status_code,
  :collection_arn,
  :face_model_version)
  SENSITIVE = []
  include Aws::Structure
end