The output of CreateProjectVersionCommand.

interface CreateProjectVersionCommandOutput {
    $metadata: ResponseMetadata;
    ProjectVersionArn?: string;
}

Hierarchy (view full)

Properties

$metadata: ResponseMetadata

Metadata pertaining to this request.

ProjectVersionArn?: string

The ARN of the model or the project version that was created. Use DescribeProjectVersion to get the current status of the training operation.