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)


997
998
999
1000
1001
1002
1003
# File 'lib/aws-sdk-rekognition/types.rb', line 997

class CreateProjectRequest < Struct.new(
  :project_name,
  :feature,
  :auto_update)
  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)


997
998
999
1000
1001
1002
1003
# File 'lib/aws-sdk-rekognition/types.rb', line 997

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

#project_nameString

The name of the project to create.

Returns:

  • (String)


997
998
999
1000
1001
1002
1003
# File 'lib/aws-sdk-rekognition/types.rb', line 997

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