Uses of Class
software.amazon.awssdk.services.sagemaker.model.ModelCardSortOrder
-
Packages that use ModelCardSortOrder Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of ModelCardSortOrder in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return ModelCardSortOrder Modifier and Type Method Description static ModelCardSortOrderModelCardSortOrder. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ModelCardSortOrderListModelCardsRequest. sortOrder()Sort model cards by ascending or descending order.ModelCardSortOrderListModelCardVersionsRequest. sortOrder()Sort model card versions by ascending or descending order.static ModelCardSortOrderModelCardSortOrder. valueOf(String name)Returns the enum constant of this type with the specified name.static ModelCardSortOrder[]ModelCardSortOrder. 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 ModelCardSortOrder Modifier and Type Method Description static Set<ModelCardSortOrder>ModelCardSortOrder. knownValues()Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type ModelCardSortOrder Modifier and Type Method Description ListModelCardsRequest.BuilderListModelCardsRequest.Builder. sortOrder(ModelCardSortOrder sortOrder)Sort model cards by ascending or descending order.ListModelCardVersionsRequest.BuilderListModelCardVersionsRequest.Builder. sortOrder(ModelCardSortOrder sortOrder)Sort model card versions by ascending or descending order.
-