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

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

#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)


1009
1010
1011
1012
1013
1014
1015
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 1009

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)


1009
1010
1011
1012
1013
1014
1015
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 1009

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)


1009
1010
1011
1012
1013
1014
1015
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 1009

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