Uses of Class
software.amazon.awssdk.services.sagemaker.model.Ec2CapacityReservation
-
Packages that use Ec2CapacityReservation Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of Ec2CapacityReservation in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type Ec2CapacityReservation Modifier and Type Method Description List<Ec2CapacityReservation>ProductionVariantCapacityReservationSummary. ec2CapacityReservations()The EC2 capacity reservations that are shared to this ML capacity reservation, if any.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type Ec2CapacityReservation Modifier and Type Method Description ProductionVariantCapacityReservationSummary.BuilderProductionVariantCapacityReservationSummary.Builder. ec2CapacityReservations(Ec2CapacityReservation... ec2CapacityReservations)The EC2 capacity reservations that are shared to this ML capacity reservation, if any.Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type Ec2CapacityReservation Modifier and Type Method Description ProductionVariantCapacityReservationSummary.BuilderProductionVariantCapacityReservationSummary.Builder. ec2CapacityReservations(Collection<Ec2CapacityReservation> ec2CapacityReservations)The EC2 capacity reservations that are shared to this ML capacity reservation, if any.
-