class Aws::LookoutforVision::Types::StartModelRequest

@note When making an API call, you may pass StartModelRequest

data as a hash:

    {
      project_name: "ProjectName", # required
      model_version: "ModelVersion", # required
      min_inference_units: 1, # required
      client_token: "ClientToken",
    }

@!attribute [rw] project_name

The name of the project that contains the model that you want to
start.
@return [String]

@!attribute [rw] model_version

The version of the model that you want to start.
@return [String]

@!attribute [rw] min_inference_units

The minimum number of inference units to use. A single inference
unit represents 1 hour of processing and can support up to 5
Transaction Pers Second (TPS). Use a higher number to increase the
TPS throughput of your model. You are charged for the number of
inference units that you use.
@return [Integer]

@!attribute [rw] client_token

ClientToken is an idempotency token that ensures a call to
`StartModel` completes only once. You choose the value to pass. For
example, An issue, such as an network outage, might prevent you from
getting a response from `StartModel`. In this case, safely retry
your call to `StartModel` by using the same `ClientToken` parameter
value. An error occurs if the other input parameters are not the
same as in the first request. Using a different value for
`ClientToken` is considered a new call to `StartModel`. An
idempotency token is active for 8 hours.

**A suitable default value is auto-generated.** You should normally
not need to pass this option.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/lookoutvision-2020-11-20/StartModelRequest AWS API Documentation

Constants

SENSITIVE