Uses of Class
software.amazon.awssdk.services.sagemaker.model.ModelInfrastructureType
-
Packages that use ModelInfrastructureType Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of ModelInfrastructureType in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return ModelInfrastructureType Modifier and Type Method Description static ModelInfrastructureTypeModelInfrastructureType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ModelInfrastructureTypeModelInfrastructureConfig. infrastructureType()The inference option to which to deploy your model.static ModelInfrastructureTypeModelInfrastructureType. valueOf(String name)Returns the enum constant of this type with the specified name.static ModelInfrastructureType[]ModelInfrastructureType. 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 ModelInfrastructureType Modifier and Type Method Description static Set<ModelInfrastructureType>ModelInfrastructureType. knownValues()Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type ModelInfrastructureType Modifier and Type Method Description ModelInfrastructureConfig.BuilderModelInfrastructureConfig.Builder. infrastructureType(ModelInfrastructureType infrastructureType)The inference option to which to deploy your model.
-