interface CreateProjectVersionResponse {
    ProjectVersionArn?: string;
}

Hierarchy (view full)

Properties

ProjectVersionArn?: string

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