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 ModelCardSummary

    • Constructor Detail

      • ModelCardSummary

        public ModelCardSummary()
    • Method Detail

      • 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 ModelCardSummary 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.
      • 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 ModelCardSummary 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.
      • 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 ModelCardSummary 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 ModelCardSummary 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
      • setCreationTime

        public void setCreationTime(Date creationTime)

        The date and time that the model card was created.

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

        public Date getCreationTime()

        The date and time that the model card was created.

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

        public ModelCardSummary withCreationTime(Date 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.
      • setLastModifiedTime

        public void setLastModifiedTime(Date 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.
      • getLastModifiedTime

        public Date getLastModifiedTime()

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

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

        public ModelCardSummary withLastModifiedTime(Date 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.
      • 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 によって変換されたページ (->オリジナル) /