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 ModelCard

    • Constructor Detail

      • ModelCard

        public ModelCard()
    • 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 ModelCard 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 unique name of the model card.

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

        public String getModelCardName()

        The unique name of the model card.

        Returns:
        The unique name of the model card.
      • withModelCardName

        public ModelCard withModelCardName(String modelCardName)

        The unique name of the model card.

        Parameters:
        modelCardName - The unique 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 ModelCard 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. Content uses the model card JSON schema and provided as a string.

        Parameters:
        content - The content of the model card. Content uses the model card JSON schema and provided as a string.
      • withContent

        public ModelCard withContent(String content)

        The content of the model card. Content uses the model card JSON schema and provided as a string.

        Parameters:
        content - The content of the model card. Content uses the model card JSON schema and provided as a string.
        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 ModelCard 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 ModelCard 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 data.

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

        public ModelCardSecurityConfig getSecurityConfig()

        The security configuration used to protect model card data.

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

        public ModelCard withSecurityConfig(ModelCardSecurityConfig securityConfig)

        The security configuration used to protect model card data.

        Parameters:
        securityConfig - The security configuration used to protect model card data.
        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 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 ModelCard 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.
      • setCreatedBy

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

        public UserContext getCreatedBy()
        Returns:
      • withCreatedBy

        public ModelCard 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 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 ModelCard 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.
      • setLastModifiedBy

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

        public UserContext getLastModifiedBy()
        Returns:
      • withLastModifiedBy

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

        public List<Tag> getTags()

        Key-value pairs used to manage metadata for the model card.

        Returns:
        Key-value pairs used to manage metadata for the model card.
      • setTags

        public void setTags(Collection<Tag> tags)

        Key-value pairs used to manage metadata for the model card.

        Parameters:
        tags - Key-value pairs used to manage metadata for the model card.
      • withTags

        public ModelCard withTags(Tag... tags)

        Key-value pairs used to manage metadata for the model card.

        NOTE: This method appends the values to the existing list (if any). Use setTags(java.util.Collection) or withTags(java.util.Collection) if you want to override the existing values.

        Parameters:
        tags - Key-value pairs used to manage metadata for the model card.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • withTags

        public ModelCard withTags(Collection<Tag> tags)

        Key-value pairs used to manage metadata for the model card.

        Parameters:
        tags - Key-value pairs used to manage metadata for the model card.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setModelId

        public void setModelId(String modelId)

        The unique name (ID) of the model.

        Parameters:
        modelId - The unique name (ID) of the model.
      • getModelId

        public String getModelId()

        The unique name (ID) of the model.

        Returns:
        The unique name (ID) of the model.
      • withModelId

        public ModelCard withModelId(String modelId)

        The unique name (ID) of the model.

        Parameters:
        modelId - The unique name (ID) of the model.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setRiskRating

        public void setRiskRating(String riskRating)

        The risk rating of the model. Different organizations might have different criteria for model card risk ratings. For more information, see Risk ratings.

        Parameters:
        riskRating - The risk rating of the model. Different organizations might have different criteria for model card risk ratings. For more information, see Risk ratings.
      • getRiskRating

        public String getRiskRating()

        The risk rating of the model. Different organizations might have different criteria for model card risk ratings. For more information, see Risk ratings.

        Returns:
        The risk rating of the model. Different organizations might have different criteria for model card risk ratings. For more information, see Risk ratings.
      • withRiskRating

        public ModelCard withRiskRating(String riskRating)

        The risk rating of the model. Different organizations might have different criteria for model card risk ratings. For more information, see Risk ratings.

        Parameters:
        riskRating - The risk rating of the model. Different organizations might have different criteria for model card risk ratings. For more information, see Risk ratings.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setModelPackageGroupName

        public void setModelPackageGroupName(String modelPackageGroupName)

        The model package group that contains the model package. Only relevant for model cards created for model packages in the Amazon SageMaker Model Registry.

        Parameters:
        modelPackageGroupName - The model package group that contains the model package. Only relevant for model cards created for model packages in the Amazon SageMaker Model Registry.
      • getModelPackageGroupName

        public String getModelPackageGroupName()

        The model package group that contains the model package. Only relevant for model cards created for model packages in the Amazon SageMaker Model Registry.

        Returns:
        The model package group that contains the model package. Only relevant for model cards created for model packages in the Amazon SageMaker Model Registry.
      • withModelPackageGroupName

        public ModelCard withModelPackageGroupName(String modelPackageGroupName)

        The model package group that contains the model package. Only relevant for model cards created for model packages in the Amazon SageMaker Model Registry.

        Parameters:
        modelPackageGroupName - The model package group that contains the model package. Only relevant for model cards created for model packages in the Amazon SageMaker Model Registry.
        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 によって変換されたページ (->オリジナル) /