Uses of Class
io.ray.api.options.PlacementGroupCreationOptions
Packages that use PlacementGroupCreationOptions
-
Uses of PlacementGroupCreationOptions in io.ray.api
Methods in io.ray.api with parameters of type PlacementGroupCreationOptionsModifier and TypeMethodDescriptionstatic PlacementGroupPlacementGroups.createPlacementGroup(PlacementGroupCreationOptions creationOptions)Create a placement group.static PlacementGroupRay.createPlacementGroup(PlacementGroupCreationOptions creationOptions)Deprecated. -
Uses of PlacementGroupCreationOptions in io.ray.api.options
Methods in io.ray.api.options that return PlacementGroupCreationOptions -
Uses of PlacementGroupCreationOptions in io.ray.api.runtime
Methods in io.ray.api.runtime with parameters of type PlacementGroupCreationOptionsModifier and TypeMethodDescriptionRayRuntime.createPlacementGroup(PlacementGroupCreationOptions creationOptions)Create a placement group on remote nodes.
PlacementGroups.createPlacementGroup(PlacementGroupCreationOptions)instead.