Uses of Class
software.amazon.awssdk.services.sagemaker.model.ReservedCapacityInstanceType
-
Packages that use ReservedCapacityInstanceType Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of ReservedCapacityInstanceType in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return ReservedCapacityInstanceType Modifier and Type Method Description static ReservedCapacityInstanceTypeReservedCapacityInstanceType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ReservedCapacityInstanceTypeReservedCapacityOffering. instanceType()The instance type for the reserved capacity offering.ReservedCapacityInstanceTypeReservedCapacitySummary. instanceType()The instance type for the reserved capacity.ReservedCapacityInstanceTypeSearchTrainingPlanOfferingsRequest. instanceType()The type of instance you want to search for in the available training plan offerings.static ReservedCapacityInstanceTypeReservedCapacityInstanceType. valueOf(String name)Returns the enum constant of this type with the specified name.static ReservedCapacityInstanceType[]ReservedCapacityInstanceType. 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 ReservedCapacityInstanceType Modifier and Type Method Description static Set<ReservedCapacityInstanceType>ReservedCapacityInstanceType. knownValues()Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type ReservedCapacityInstanceType Modifier and Type Method Description ReservedCapacityOffering.BuilderReservedCapacityOffering.Builder. instanceType(ReservedCapacityInstanceType instanceType)The instance type for the reserved capacity offering.ReservedCapacitySummary.BuilderReservedCapacitySummary.Builder. instanceType(ReservedCapacityInstanceType instanceType)The instance type for the reserved capacity.SearchTrainingPlanOfferingsRequest.BuilderSearchTrainingPlanOfferingsRequest.Builder. instanceType(ReservedCapacityInstanceType instanceType)The type of instance you want to search for in the available training plan offerings.
-