Uses of Class
software.amazon.awssdk.services.sagemaker.model.ModelCardStatus
-
Packages that use ModelCardStatus Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of ModelCardStatus in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return ModelCardStatus Modifier and Type Method Description static ModelCardStatusModelCardStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ModelCardStatusCreateModelCardRequest. modelCardStatus()The approval status of the model card within your organization.ModelCardStatusDescribeModelCardResponse. modelCardStatus()The approval status of the model card within your organization.ModelCardStatusListModelCardsRequest. modelCardStatus()Only list model cards with the specified approval status.ModelCardStatusListModelCardVersionsRequest. modelCardStatus()Only list model card versions with the specified approval status.ModelCardStatusModelCard. modelCardStatus()The approval status of the model card within your organization.ModelCardStatusModelCardSummary. modelCardStatus()The approval status of the model card within your organization.ModelCardStatusModelCardVersionSummary. modelCardStatus()The approval status of the model card version within your organization.ModelCardStatusModelDashboardModelCard. modelCardStatus()The model card status.ModelCardStatusUpdateModelCardRequest. modelCardStatus()The approval status of the model card within your organization.static ModelCardStatusModelCardStatus. 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.Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type ModelCardStatus Modifier and Type Method Description static Set<ModelCardStatus>ModelCardStatus. knownValues()Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type ModelCardStatus Modifier and Type Method Description CreateModelCardRequest.BuilderCreateModelCardRequest.Builder. modelCardStatus(ModelCardStatus modelCardStatus)The approval status of the model card within your organization.DescribeModelCardResponse.BuilderDescribeModelCardResponse.Builder. modelCardStatus(ModelCardStatus modelCardStatus)The approval status of the model card within your organization.ListModelCardsRequest.BuilderListModelCardsRequest.Builder. modelCardStatus(ModelCardStatus modelCardStatus)Only list model cards with the specified approval status.ListModelCardVersionsRequest.BuilderListModelCardVersionsRequest.Builder. modelCardStatus(ModelCardStatus modelCardStatus)Only list model card versions with the specified approval status.ModelCard.BuilderModelCard.Builder. modelCardStatus(ModelCardStatus modelCardStatus)The approval status of the model card within your organization.ModelCardSummary.BuilderModelCardSummary.Builder. modelCardStatus(ModelCardStatus modelCardStatus)The approval status of the model card within your organization.ModelCardVersionSummary.BuilderModelCardVersionSummary.Builder. modelCardStatus(ModelCardStatus modelCardStatus)The approval status of the model card version within your organization.ModelDashboardModelCard.BuilderModelDashboardModelCard.Builder. modelCardStatus(ModelCardStatus modelCardStatus)The model card status.UpdateModelCardRequest.BuilderUpdateModelCardRequest.Builder. modelCardStatus(ModelCardStatus modelCardStatus)The approval status of the model card within your organization.
-