Utility#
| Utility class to operate on a fixed pool of actors. | |
| A first-in, first-out queue implementation on Ray. | |
| List all named actors in the system. | |
| Use the given serializer to serialize instances of type  | |
| Deregister the serializer associated with the type  | |
| Count the number of workers associated with the TPU pod that the worker belongs to. | |
| Return the name of the TPU pod that the worker is a part of. | |
| Return the number of TPU chips on the node. | |
| Get a list of the nodes in the cluster (for debugging only). | |
| Get the current total cluster resources. | |
| Get the current available cluster resources. | |
| PublicAPI (beta): This API is in beta and may change before becoming stable. | |
| PublicAPI (beta): This API is in beta and may change before becoming stable. | 
Custom Metrics#
| A cumulative metric that is monotonically increasing. | |
| Gauges keep the last recorded value and drop everything before. | |
| Tracks the size and number of events in buckets. | 
Debugging#
| Interrupt the flow of the program and drop into the Ray debugger. | |
| Identifies what objects are preventing serialization. | |
| Return a list of profiling events that can viewed as a timeline. |