The input for StopProjectVersionCommand.

interface StopProjectVersionCommandInput {
    ProjectVersionArn: undefined | string;
}

Hierarchy (view full)

Properties

ProjectVersionArn: undefined | string

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

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