Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

rekognition_start_project_version

Starts the running of the version of a model


Description

Starts the running of the version of a model. Starting a model takes a while to complete. To check the current state of the model, use describe_project_versions.

Once the model is running, you can detect custom labels in new images by calling detect_custom_labels.

You are charged for the amount of time that the model is running. To stop a running model, call stop_project_version.

This operation requires permissions to perform the rekognition:StartProjectVersion action.

Usage

rekognition_start_project_version(ProjectVersionArn, MinInferenceUnits)

Arguments

ProjectVersionArn

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

MinInferenceUnits

[required] 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.

Value

A list with the following syntax:

list(
  Status = "TRAINING_IN_PROGRESS"|"TRAINING_COMPLETED"|"TRAINING_FAILED"|"STARTING"|"RUNNING"|"FAILED"|"STOPPING"|"STOPPED"|"DELETING"
)

Request syntax

svc$start_project_version(
  ProjectVersionArn = "string",
  MinInferenceUnits = 123
)

paws.machine.learning

Amazon Web Services Machine Learning Services

v0.1.11
Apache License (>= 2.0)
Authors
David Kretch [aut, cre], Adam Banker [aut], Amazon.com, Inc. [cph]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.