Uses of Class
software.amazon.awssdk.services.sagemaker.model.ReservedCapacityOffering
-
Packages that use ReservedCapacityOffering Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of ReservedCapacityOffering in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type ReservedCapacityOffering Modifier and Type Method Description List<ReservedCapacityOffering>TrainingPlanOffering. reservedCapacityOfferings()A list of reserved capacity offerings associated with this training plan offering.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type ReservedCapacityOffering Modifier and Type Method Description TrainingPlanOffering.BuilderTrainingPlanOffering.Builder. reservedCapacityOfferings(ReservedCapacityOffering... reservedCapacityOfferings)A list of reserved capacity offerings associated with this training plan offering.Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type ReservedCapacityOffering Modifier and Type Method Description TrainingPlanOffering.BuilderTrainingPlanOffering.Builder. reservedCapacityOfferings(Collection<ReservedCapacityOffering> reservedCapacityOfferings)A list of reserved capacity offerings associated with this training plan offering.
-