| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
static ModelCardStatus |
ModelCardStatus.fromValue(String value)
Use this in place of valueOf.
|
static ModelCardStatus |
ModelCardStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ModelCardStatus[] |
ModelCardStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ModelCardVersionSummary |
ModelCardVersionSummary.withModelCardStatus(ModelCardStatus modelCardStatus)
The approval status of the model card version within your organization.
|
ListModelCardVersionsRequest |
ListModelCardVersionsRequest.withModelCardStatus(ModelCardStatus modelCardStatus)
Only list model card versions with the specified approval status.
|
DescribeModelCardResult |
DescribeModelCardResult.withModelCardStatus(ModelCardStatus modelCardStatus)
The approval status of the model card within your organization.
|
CreateModelCardRequest |
CreateModelCardRequest.withModelCardStatus(ModelCardStatus modelCardStatus)
The approval status of the model card within your organization.
|
ModelDashboardModelCard |
ModelDashboardModelCard.withModelCardStatus(ModelCardStatus modelCardStatus)
The model card status.
|
ModelPackageModelCard |
ModelPackageModelCard.withModelCardStatus(ModelCardStatus modelCardStatus)
The approval status of the model card within your organization.
|
ModelCard |
ModelCard.withModelCardStatus(ModelCardStatus modelCardStatus)
The approval status of the model card within your organization.
|
UpdateModelCardRequest |
UpdateModelCardRequest.withModelCardStatus(ModelCardStatus modelCardStatus)
The approval status of the model card within your organization.
|
ListModelCardsRequest |
ListModelCardsRequest.withModelCardStatus(ModelCardStatus modelCardStatus)
Only list model cards with the specified approval status.
|
ModelCardSummary |
ModelCardSummary.withModelCardStatus(ModelCardStatus modelCardStatus)
The approval status of the model card within your organization.
|
Copyright © 2024. All rights reserved.