| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
ModelPackageModelCard |
ModelPackageModelCard.clone() |
ModelPackageModelCard |
ModelPackage.getModelCard() |
ModelPackageModelCard |
DescribeModelPackageResult.getModelCard()
The model card associated with the model package.
|
ModelPackageModelCard |
CreateModelPackageRequest.getModelCard()
The model card associated with the model package.
|
ModelPackageModelCard |
UpdateModelPackageRequest.getModelCard()
The model card associated with the model package.
|
ModelPackageModelCard |
ModelPackageModelCard.withModelCardContent(String modelCardContent)
The content of the model card.
|
ModelPackageModelCard |
ModelPackageModelCard.withModelCardStatus(ModelCardStatus modelCardStatus)
The approval status of the model card within your organization.
|
ModelPackageModelCard |
ModelPackageModelCard.withModelCardStatus(String modelCardStatus)
The approval status of the model card within your organization.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ModelPackage.setModelCard(ModelPackageModelCard modelCard) |
void |
DescribeModelPackageResult.setModelCard(ModelPackageModelCard modelCard)
The model card associated with the model package.
|
void |
CreateModelPackageRequest.setModelCard(ModelPackageModelCard modelCard)
The model card associated with the model package.
|
void |
UpdateModelPackageRequest.setModelCard(ModelPackageModelCard modelCard)
The model card associated with the model package.
|
ModelPackage |
ModelPackage.withModelCard(ModelPackageModelCard modelCard) |
DescribeModelPackageResult |
DescribeModelPackageResult.withModelCard(ModelPackageModelCard modelCard)
The model card associated with the model package.
|
CreateModelPackageRequest |
CreateModelPackageRequest.withModelCard(ModelPackageModelCard modelCard)
The model card associated with the model package.
|
UpdateModelPackageRequest |
UpdateModelPackageRequest.withModelCard(ModelPackageModelCard modelCard)
The model card associated with the model package.
|
Copyright © 2024. All rights reserved.