interface CreateProjectVersionResponse {
    ProjectVersionArn?: string;
}

Hierarchy (view full)

Properties

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.