public sealed class RaySpec : IMessage<RaySpec>, IEquatable<RaySpec>, IDeepCloneable<RaySpec>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1 API class RaySpec.
Configuration information for the Ray cluster.
For experimental launch, Ray cluster creation and Persistent
cluster creation are 1:1 mapping: We will provision all the nodes within the
Persistent cluster as Ray nodes.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-02 UTC."],[[["The latest version of the `RaySpec` API class is 3.22.0, which can be found in the `Google.Cloud.AIPlatform.V1` namespace."],["This webpage provides access to the `RaySpec` class documentation across a range of versions, from 1.0.0 to 3.22.0."],["`RaySpec` is a class within the Cloud AI Platform v1 API and it provides configuration information for a Ray cluster, specifically for creating persistent clusters where nodes are mapped as Ray nodes."],["The `RaySpec` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["The RaySpec Class has two constructors, one default and one that accepts another RaySpec object."]]],[]]