Uses of Class
software.amazon.awssdk.services.sagemaker.model.AppInstanceType
-
Packages that use AppInstanceType Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of AppInstanceType in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return AppInstanceType Modifier and Type Method Description static AppInstanceTypeAppInstanceType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.AppInstanceTypeResourceSpec. instanceType()The instance type that the image version runs on.static AppInstanceTypeAppInstanceType. valueOf(String name)Returns the enum constant of this type with the specified name.static AppInstanceType[]AppInstanceType. 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 AppInstanceType Modifier and Type Method Description List<AppInstanceType>StudioWebPortalSettings. hiddenInstanceTypes()The instance types you are hiding from the Studio user interface.static Set<AppInstanceType>AppInstanceType. knownValues()Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type AppInstanceType Modifier and Type Method Description StudioWebPortalSettings.BuilderStudioWebPortalSettings.Builder. hiddenInstanceTypes(AppInstanceType... hiddenInstanceTypes)The instance types you are hiding from the Studio user interface.ResourceSpec.BuilderResourceSpec.Builder. instanceType(AppInstanceType instanceType)The instance type that the image version runs on.Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type AppInstanceType Modifier and Type Method Description StudioWebPortalSettings.BuilderStudioWebPortalSettings.Builder. hiddenInstanceTypes(Collection<AppInstanceType> hiddenInstanceTypes)The instance types you are hiding from the Studio user interface.
-