Class: Aws::Rekognition::Types::CreateProjectRequest

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

#auto_updateString

Specifies whether automatic retraining should be attempted for the versions of the project. Automatic retraining is done as a best effort. Required argument for Content Moderation. Applicable only to adapters.

Returns:

  • (String)


1020
1021
1022
1023
1024
1025
1026
1027
# File 'lib/aws-sdk-rekognition/types.rb', line 1020

class CreateProjectRequest < Struct.new(
  :project_name,
  :feature,
  :auto_update,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#featureString

Specifies feature that is being customized. If no value is provided CUSTOM_LABELS is used as a default.

Returns:

  • (String)


1020
1021
1022
1023
1024
1025
1026
1027
# File 'lib/aws-sdk-rekognition/types.rb', line 1020

class CreateProjectRequest < Struct.new(
  :project_name,
  :feature,
  :auto_update,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#project_nameString

The name of the project to create.

Returns:

  • (String)


1020
1021
1022
1023
1024
1025
1026
1027
# File 'lib/aws-sdk-rekognition/types.rb', line 1020

class CreateProjectRequest < Struct.new(
  :project_name,
  :feature,
  :auto_update,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

A set of tags (key-value pairs) that you want to attach to the project.

Returns:

  • (Hash<String,String>)


1020
1021
1022
1023
1024
1025
1026
1027
# File 'lib/aws-sdk-rekognition/types.rb', line 1020

class CreateProjectRequest < Struct.new(
  :project_name,
  :feature,
  :auto_update,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end