Interface DescribeModelCardResponse.Builder

    • Method Detail

      • modelCardArn

        DescribeModelCardResponse.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.
      • modelCardName

        DescribeModelCardResponse.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.
      • modelCardVersion

        DescribeModelCardResponse.Builder modelCardVersion​(Integer modelCardVersion)

        The version of the model card.

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

        DescribeModelCardResponse.Builder content​(String content)

        The content of the model card.

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

        DescribeModelCardResponse.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

        DescribeModelCardResponse.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
      • securityConfig

        DescribeModelCardResponse.Builder securityConfig​(ModelCardSecurityConfig securityConfig)

        The security configuration used to protect model card content.

        Parameters:
        securityConfig - The security configuration used to protect model card content.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • creationTime

        DescribeModelCardResponse.Builder creationTime​(Instant creationTime)

        The date and time the model card was created.

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

        DescribeModelCardResponse.Builder createdBy​(UserContext createdBy)
        Sets the value of the CreatedBy property for this object.
        Parameters:
        createdBy - The new value for the CreatedBy property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lastModifiedTime

        DescribeModelCardResponse.Builder lastModifiedTime​(Instant lastModifiedTime)

        The date and time the model card was last modified.

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

        DescribeModelCardResponse.Builder lastModifiedBy​(UserContext lastModifiedBy)
        Sets the value of the LastModifiedBy property for this object.
        Parameters:
        lastModifiedBy - The new value for the LastModifiedBy property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • modelCardProcessingStatus

        DescribeModelCardResponse.Builder modelCardProcessingStatus​(String modelCardProcessingStatus)

        The processing status of model card deletion. The ModelCardProcessingStatus updates throughout the different deletion steps.

        • DeletePending: Model card deletion request received.

        • DeleteInProgress: Model card deletion is in progress.

        • ContentDeleted: Deleted model card content.

        • ExportJobsDeleted: Deleted all export jobs associated with the model card.

        • DeleteCompleted: Successfully deleted the model card.

        • DeleteFailed: The model card failed to delete.

        Parameters:
        modelCardProcessingStatus - The processing status of model card deletion. The ModelCardProcessingStatus updates throughout the different deletion steps.

        • DeletePending: Model card deletion request received.

        • DeleteInProgress: Model card deletion is in progress.

        • ContentDeleted: Deleted model card content.

        • ExportJobsDeleted: Deleted all export jobs associated with the model card.

        • DeleteCompleted: Successfully deleted the model card.

        • DeleteFailed: The model card failed to delete.

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

        DescribeModelCardResponse.Builder modelCardProcessingStatus​(ModelCardProcessingStatus modelCardProcessingStatus)

        The processing status of model card deletion. The ModelCardProcessingStatus updates throughout the different deletion steps.

        • DeletePending: Model card deletion request received.

        • DeleteInProgress: Model card deletion is in progress.

        • ContentDeleted: Deleted model card content.

        • ExportJobsDeleted: Deleted all export jobs associated with the model card.

        • DeleteCompleted: Successfully deleted the model card.

        • DeleteFailed: The model card failed to delete.

        Parameters:
        modelCardProcessingStatus - The processing status of model card deletion. The ModelCardProcessingStatus updates throughout the different deletion steps.

        • DeletePending: Model card deletion request received.

        • DeleteInProgress: Model card deletion is in progress.

        • ContentDeleted: Deleted model card content.

        • ExportJobsDeleted: Deleted all export jobs associated with the model card.

        • DeleteCompleted: Successfully deleted the model card.

        • DeleteFailed: The model card failed to delete.

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