Interface CreateProjectVersionResponse.Builder

    • Method Detail

      • projectVersionArn

        CreateProjectVersionResponse.Builder projectVersionArn​(String projectVersionArn)

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

        Parameters:
        projectVersionArn - The ARN of the model or the project version that was created. Use DescribeProjectVersion to get the current status of the training operation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.