Uses of Class
software.amazon.awssdk.services.sagemaker.model.ModelCacheSetting
-
Packages that use ModelCacheSetting Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of ModelCacheSetting in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return ModelCacheSetting Modifier and Type Method Description static ModelCacheSettingModelCacheSetting. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ModelCacheSettingMultiModelConfig. modelCacheSetting()Whether to cache models for a multi-model endpoint.static ModelCacheSettingModelCacheSetting. valueOf(String name)Returns the enum constant of this type with the specified name.static ModelCacheSetting[]ModelCacheSetting. 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 ModelCacheSetting Modifier and Type Method Description static Set<ModelCacheSetting>ModelCacheSetting. knownValues()Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type ModelCacheSetting Modifier and Type Method Description MultiModelConfig.BuilderMultiModelConfig.Builder. modelCacheSetting(ModelCacheSetting modelCacheSetting)Whether to cache models for a multi-model endpoint.
-