Uses of Class
software.amazon.awssdk.services.sagemaker.model.ProductionVariantAcceleratorType
-
Packages that use ProductionVariantAcceleratorType Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of ProductionVariantAcceleratorType in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return ProductionVariantAcceleratorType Modifier and Type Method Description ProductionVariantAcceleratorTypePendingProductionVariantSummary. acceleratorType()This parameter is no longer supported.ProductionVariantAcceleratorTypeProductionVariant. acceleratorType()This parameter is no longer supported.static ProductionVariantAcceleratorTypeProductionVariantAcceleratorType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ProductionVariantAcceleratorTypeProductionVariantAcceleratorType. valueOf(String name)Returns the enum constant of this type with the specified name.static ProductionVariantAcceleratorType[]ProductionVariantAcceleratorType. 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 ProductionVariantAcceleratorType Modifier and Type Method Description static Set<ProductionVariantAcceleratorType>ProductionVariantAcceleratorType. knownValues()Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type ProductionVariantAcceleratorType Modifier and Type Method Description PendingProductionVariantSummary.BuilderPendingProductionVariantSummary.Builder. acceleratorType(ProductionVariantAcceleratorType acceleratorType)This parameter is no longer supported.ProductionVariant.BuilderProductionVariant.Builder. acceleratorType(ProductionVariantAcceleratorType acceleratorType)This parameter is no longer supported.
-