JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.795

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.services.sagemaker.model

Class DescribeModelCardResult

    • Constructor Detail

      • DescribeModelCardResult

        public DescribeModelCardResult()
    • Method Detail

      • setModelCardArn

        public void setModelCardArn(String modelCardArn)

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

        Parameters:
        modelCardArn - The Amazon Resource Name (ARN) of the model card.
      • getModelCardArn

        public String getModelCardArn()

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

        Returns:
        The Amazon Resource Name (ARN) of the model card.
      • withModelCardArn

        public DescribeModelCardResult withModelCardArn(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.
      • setModelCardName

        public void setModelCardName(String modelCardName)

        The name of the model card.

        Parameters:
        modelCardName - The name of the model card.
      • getModelCardName

        public String getModelCardName()

        The name of the model card.

        Returns:
        The name of the model card.
      • withModelCardName

        public DescribeModelCardResult withModelCardName(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.
      • setModelCardVersion

        public void setModelCardVersion(Integer modelCardVersion)

        The version of the model card.

        Parameters:
        modelCardVersion - The version of the model card.
      • getModelCardVersion

        public Integer getModelCardVersion()

        The version of the model card.

        Returns:
        The version of the model card.
      • withModelCardVersion

        public DescribeModelCardResult withModelCardVersion(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.
      • setContent

        public void setContent(String content)

        The content of the model card.

        Parameters:
        content - The content of the model card.
      • getContent

        public String getContent()

        The content of the model card.

        Returns:
        The content of the model card.
      • withContent

        public DescribeModelCardResult withContent(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.
      • setModelCardStatus

        public void setModelCardStatus(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.

        See Also:
        ModelCardStatus
      • getModelCardStatus

        public String getModelCardStatus()

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

        See Also:
        ModelCardStatus
      • withModelCardStatus

        public DescribeModelCardResult withModelCardStatus(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
      • withModelCardStatus

        public DescribeModelCardResult withModelCardStatus(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
      • setSecurityConfig

        public void setSecurityConfig(ModelCardSecurityConfig securityConfig)

        The security configuration used to protect model card content.

        Parameters:
        securityConfig - The security configuration used to protect model card content.
      • getSecurityConfig

        public ModelCardSecurityConfig getSecurityConfig()

        The security configuration used to protect model card content.

        Returns:
        The security configuration used to protect model card content.
      • withSecurityConfig

        public DescribeModelCardResult withSecurityConfig(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.
      • setCreationTime

        public void setCreationTime(Date creationTime)

        The date and time the model card was created.

        Parameters:
        creationTime - The date and time the model card was created.
      • getCreationTime

        public Date getCreationTime()

        The date and time the model card was created.

        Returns:
        The date and time the model card was created.
      • withCreationTime

        public DescribeModelCardResult withCreationTime(Date 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.
      • setCreatedBy

        public void setCreatedBy(UserContext createdBy)
        Parameters:
        createdBy -
      • getCreatedBy

        public UserContext getCreatedBy()
        Returns:
      • withCreatedBy

        public DescribeModelCardResult withCreatedBy(UserContext createdBy)
        Parameters:
        createdBy -
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setLastModifiedTime

        public void setLastModifiedTime(Date lastModifiedTime)

        The date and time the model card was last modified.

        Parameters:
        lastModifiedTime - The date and time the model card was last modified.
      • getLastModifiedTime

        public Date getLastModifiedTime()

        The date and time the model card was last modified.

        Returns:
        The date and time the model card was last modified.
      • withLastModifiedTime

        public DescribeModelCardResult withLastModifiedTime(Date 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.
      • setLastModifiedBy

        public void setLastModifiedBy(UserContext lastModifiedBy)
        Parameters:
        lastModifiedBy -
      • getLastModifiedBy

        public UserContext getLastModifiedBy()
        Returns:
      • withLastModifiedBy

        public DescribeModelCardResult withLastModifiedBy(UserContext lastModifiedBy)
        Parameters:
        lastModifiedBy -
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setModelCardProcessingStatus

        public void setModelCardProcessingStatus(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.

        See Also:
        ModelCardProcessingStatus
      • getModelCardProcessingStatus

        public String getModelCardProcessingStatus()

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

        See Also:
        ModelCardProcessingStatus
      • withModelCardProcessingStatus

        public DescribeModelCardResult withModelCardProcessingStatus(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
      • withModelCardProcessingStatus

        public DescribeModelCardResult withModelCardProcessingStatus(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
      • toString

        public String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /