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-03-25 UTC."],[[["This document provides reference documentation for the `ResourceRuntimeSpec` class within the Cloud AI Platform v1beta1 API, used for configuring runtime settings on a PersistentResource instance."],["The `ResourceRuntimeSpec` class, part of the `Google.Cloud.AIPlatform.V1Beta1` namespace, allows configuration of service accounts and whether the instance is a dedicated Ray Cluster."],["The class implements several interfaces, including `IMessage`, `IEquatable\u003cResourceRuntimeSpec\u003e`, `IDeepCloneable\u003cResourceRuntimeSpec\u003e`, and `IBufferMessage`, and inherits from `object`."],["`ResourceRuntimeSpec` has two constructors, one default and one that takes another `ResourceRuntimeSpec` as a parameter for initialization."],["The class has two properties `RaySpec` and `ServiceAccountSpec`, which are used to configure a Ray cluster and workload identity, respectively."]]],[]]