public sealed class ResourceRuntimeSpec : IMessage<ResourceRuntimeSpec>, IEquatable<ResourceRuntimeSpec>, IDeepCloneable<ResourceRuntimeSpec>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class ResourceRuntimeSpec.
Configuration for the runtime on a PersistentResource instance, including but not limited to:
- Service accounts used to run the workloads.
- Whether to make it a dedicated Ray Cluster.
Implements
IMessageResourceRuntimeSpec, IEquatableResourceRuntimeSpec, IDeepCloneableResourceRuntimeSpec, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
ResourceRuntimeSpec()
public ResourceRuntimeSpec()ResourceRuntimeSpec(ResourceRuntimeSpec)
public ResourceRuntimeSpec(ResourceRuntimeSpec other)| Parameter | |
|---|---|
| Name | Description |
other |
ResourceRuntimeSpec |
Properties
RaySpec
public RaySpec RaySpec { get; set; }Optional. Ray cluster configuration. Required when creating a dedicated RayCluster on the PersistentResource.
| Property Value | |
|---|---|
| Type | Description |
RaySpec |
|
ServiceAccountSpec
public ServiceAccountSpec ServiceAccountSpec { get; set; }Optional. Configure the use of workload identity on the PersistentResource
| Property Value | |
|---|---|
| Type | Description |
ServiceAccountSpec |
|