Interface ModelCardSummary.Builder

    • Method Detail

      • modelCardName

        ModelCardSummary.Builder modelCardName​(String modelCardName)

        The name of the model card.

        Parameters:
        modelCardName - The name of the model card.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • modelCardArn

        ModelCardSummary.Builder modelCardArn​(String modelCardArn)

        The Amazon Resource Name (ARN) of the model card.

        Parameters:
        modelCardArn - The Amazon Resource Name (ARN) of the model card.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • modelCardStatus

        ModelCardSummary.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 should be made to the model card, but it can still be exported.

        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 should be made to the model card, but it can still be exported.

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

        ModelCardSummary.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 should be made to the model card, but it can still be exported.

        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 should be made to the model card, but it can still be exported.

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

        ModelCardSummary.Builder creationTime​(Instant creationTime)

        The date and time that the model card was created.

        Parameters:
        creationTime - The date and time that the model card was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lastModifiedTime

        ModelCardSummary.Builder lastModifiedTime​(Instant lastModifiedTime)

        The date and time that the model card was last modified.

        Parameters:
        lastModifiedTime - The date and time that the model card was last modified.
        Returns:
        Returns a reference to this object so that method calls can be chained together.