| Package | Description |
|---|---|
| io.ray.api | |
| io.ray.api.options | |
| io.ray.api.runtime |
| Modifier and Type | Method and Description |
|---|---|
static PlacementGroup |
Ray.createPlacementGroup(PlacementGroupCreationOptions creationOptions)
Deprecated.
This method is no longer recommended to create a new placement group, use
PlacementGroups.createPlacementGroup(PlacementGroupCreationOptions) instead. |
static PlacementGroup |
PlacementGroups.createPlacementGroup(PlacementGroupCreationOptions creationOptions)
Create a placement group.
|
| Modifier and Type | Method and Description |
|---|---|
PlacementGroupCreationOptions |
PlacementGroupCreationOptions.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
PlacementGroup |
RayRuntime.createPlacementGroup(PlacementGroupCreationOptions creationOptions)
Create a placement group on remote nodes.
|
Copyright © 2021. All rights reserved.