| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
ModelCard |
ModelCard.clone() |
ModelCard |
SearchRecord.getModelCard()
An Amazon SageMaker Model Card that documents details about a machine learning model.
|
ModelCard |
ModelCard.withContent(String content)
The content of the model card.
|
ModelCard |
ModelCard.withCreatedBy(UserContext createdBy) |
ModelCard |
ModelCard.withCreationTime(Date creationTime)
The date and time that the model card was created.
|
ModelCard |
ModelCard.withLastModifiedBy(UserContext lastModifiedBy) |
ModelCard |
ModelCard.withLastModifiedTime(Date lastModifiedTime)
The date and time that the model card was last modified.
|
ModelCard |
ModelCard.withModelCardArn(String modelCardArn)
The Amazon Resource Name (ARN) of the model card.
|
ModelCard |
ModelCard.withModelCardName(String modelCardName)
The unique name of the model card.
|
ModelCard |
ModelCard.withModelCardStatus(ModelCardStatus modelCardStatus)
The approval status of the model card within your organization.
|
ModelCard |
ModelCard.withModelCardStatus(String modelCardStatus)
The approval status of the model card within your organization.
|
ModelCard |
ModelCard.withModelCardVersion(Integer modelCardVersion)
The version of the model card.
|
ModelCard |
ModelCard.withModelId(String modelId)
The unique name (ID) of the model.
|
ModelCard |
ModelCard.withModelPackageGroupName(String modelPackageGroupName)
The model package group that contains the model package.
|
ModelCard |
ModelCard.withRiskRating(String riskRating)
The risk rating of the model.
|
ModelCard |
ModelCard.withSecurityConfig(ModelCardSecurityConfig securityConfig)
The security configuration used to protect model card data.
|
ModelCard |
ModelCard.withTags(Collection<Tag> tags)
Key-value pairs used to manage metadata for the model card.
|
ModelCard |
ModelCard.withTags(Tag... tags)
Key-value pairs used to manage metadata for the model card.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SearchRecord.setModelCard(ModelCard modelCard)
An Amazon SageMaker Model Card that documents details about a machine learning model.
|
SearchRecord |
SearchRecord.withModelCard(ModelCard modelCard)
An Amazon SageMaker Model Card that documents details about a machine learning model.
|
Copyright © 2024. All rights reserved.