public sealed class ResourceRuntimeSpec : IMessage<ResourceRuntimeSpec>, IEquatable<ResourceRuntimeSpec>, IDeepCloneable<ResourceRuntimeSpec>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class ResourceRuntimeSpec.
Configuration for the runtime on a PersistentResource instance, including
but not limited to:
[[["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-09 UTC."],[[["The `ResourceRuntimeSpec` class in the Cloud AI Platform v1beta1 API configures the runtime for a PersistentResource instance."],["This class allows you to specify service accounts for running workloads and whether a dedicated Ray Cluster should be used."],["It inherits from the `object` class and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`ResourceRuntimeSpec` provides constructors to create new instances and offers properties such as `RaySpec` for Ray cluster configuration and `ServiceAccountSpec` for workload identity configuration."],["The class can be used to configure either a dedicated Ray Cluster or workload identity on a PersistentResource."]]],[]]