| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
static ModelCardStatus |
ModelCardStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ModelCardStatus |
ModelCardVersionSummary.modelCardStatus()
The approval status of the model card version within your organization.
|
ModelCardStatus |
ModelDashboardModelCard.modelCardStatus()
The model card status.
|
ModelCardStatus |
ModelCard.modelCardStatus()
The approval status of the model card within your organization.
|
ModelCardStatus |
ListModelCardVersionsRequest.modelCardStatus()
Only list model card versions with the specified approval status.
|
ModelCardStatus |
DescribeModelCardResponse.modelCardStatus()
The approval status of the model card within your organization.
|
ModelCardStatus |
UpdateModelCardRequest.modelCardStatus()
The approval status of the model card within your organization.
|
ModelCardStatus |
ListModelCardsRequest.modelCardStatus()
Only list model cards with the specified approval status.
|
ModelCardStatus |
ModelCardSummary.modelCardStatus()
The approval status of the model card within your organization.
|
ModelCardStatus |
CreateModelCardRequest.modelCardStatus()
The approval status of the model card within your organization.
|
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 |
|---|---|
static Set<ModelCardStatus> |
ModelCardStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ModelCardVersionSummary.Builder |
ModelCardVersionSummary.Builder.modelCardStatus(ModelCardStatus modelCardStatus)
The approval status of the model card version within your organization.
|
ModelDashboardModelCard.Builder |
ModelDashboardModelCard.Builder.modelCardStatus(ModelCardStatus modelCardStatus)
The model card status.
|
ModelCard.Builder |
ModelCard.Builder.modelCardStatus(ModelCardStatus modelCardStatus)
The approval status of the model card within your organization.
|
ListModelCardVersionsRequest.Builder |
ListModelCardVersionsRequest.Builder.modelCardStatus(ModelCardStatus modelCardStatus)
Only list model card versions with the specified approval status.
|
DescribeModelCardResponse.Builder |
DescribeModelCardResponse.Builder.modelCardStatus(ModelCardStatus modelCardStatus)
The approval status of the model card within your organization.
|
UpdateModelCardRequest.Builder |
UpdateModelCardRequest.Builder.modelCardStatus(ModelCardStatus modelCardStatus)
The approval status of the model card within your organization.
|
ListModelCardsRequest.Builder |
ListModelCardsRequest.Builder.modelCardStatus(ModelCardStatus modelCardStatus)
Only list model cards with the specified approval status.
|
ModelCardSummary.Builder |
ModelCardSummary.Builder.modelCardStatus(ModelCardStatus modelCardStatus)
The approval status of the model card within your organization.
|
CreateModelCardRequest.Builder |
CreateModelCardRequest.Builder.modelCardStatus(ModelCardStatus modelCardStatus)
The approval status of the model card within your organization.
|
Copyright © 2023. All rights reserved.