Interface ModelPackageModelCard.Builder

  • Method Details

    • modelCardContent

      ModelPackageModelCard.Builder modelCardContent(String modelCardContent)

      The content of the model card. The content must follow the schema described in Model Package Model Card Schema.

      Parameters:
      modelCardContent - The content of the model card. The content must follow the schema described in Model Package Model Card Schema.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • modelCardStatus

      ModelPackageModelCard.Builder modelCardStatus(String modelCardStatus)

      The approval status of the model card within your organization. Different organizations might have different criteria for model card review and approval.

      • Draft: The model card is a work in progress.

      • PendingReview: The model card is pending review.

      • Approved: The model card is approved.

      • Archived: The model card is archived. No more updates can be made to the model card content. If you try to update the model card content, you will receive the message Model Card is in Archived state.

      Parameters:
      modelCardStatus - The approval status of the model card within your organization. Different organizations might have different criteria for model card review and approval.

      • Draft: The model card is a work in progress.

      • PendingReview: The model card is pending review.

      • Approved: The model card is approved.

      • Archived: The model card is archived. No more updates can be made to the model card content. If you try to update the model card content, you will receive the message Model Card is in Archived state.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • modelCardStatus

      ModelPackageModelCard.Builder modelCardStatus(ModelCardStatus modelCardStatus)

      The approval status of the model card within your organization. Different organizations might have different criteria for model card review and approval.

      • Draft: The model card is a work in progress.

      • PendingReview: The model card is pending review.

      • Approved: The model card is approved.

      • Archived: The model card is archived. No more updates can be made to the model card content. If you try to update the model card content, you will receive the message Model Card is in Archived state.

      Parameters:
      modelCardStatus - The approval status of the model card within your organization. Different organizations might have different criteria for model card review and approval.

      • Draft: The model card is a work in progress.

      • PendingReview: The model card is pending review.

      • Approved: The model card is approved.

      • Archived: The model card is archived. No more updates can be made to the model card content. If you try to update the model card content, you will receive the message Model Card is in Archived state.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: