Class: Aws::Rekognition::Types::StartProjectVersionRequest

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

#max_inference_unitsInteger

The maximum number of inference units to use for auto-scaling the model. If you don't specify a value, Amazon Rekognition Custom Labels doesn't auto-scale the model.

Returns:

  • (Integer)


7229
7230
7231
7232
7233
7234
7235
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 7229

class StartProjectVersionRequest < Struct.new(
  :project_version_arn,
  :min_inference_units,
  :max_inference_units)
  SENSITIVE = []
  include Aws::Structure
end

#min_inference_unitsInteger

The minimum number of inference units to use. A single inference unit represents 1 hour of processing.

Use a higher number to increase the TPS throughput of your model. You are charged for the number of inference units that you use.

Returns:

  • (Integer)


7229
7230
7231
7232
7233
7234
7235
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 7229

class StartProjectVersionRequest < Struct.new(
  :project_version_arn,
  :min_inference_units,
  :max_inference_units)
  SENSITIVE = []
  include Aws::Structure
end

#project_version_arnString

The Amazon Resource Name(ARN) of the model version that you want to start.

Returns:

  • (String)


7229
7230
7231
7232
7233
7234
7235
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 7229

class StartProjectVersionRequest < Struct.new(
  :project_version_arn,
  :min_inference_units,
  :max_inference_units)
  SENSITIVE = []
  include Aws::Structure
end