Cloud AI Platform v1 API - Class ResourceRuntimeSpec (3.0.0)

public sealed class ResourceRuntimeSpec : IMessage<ResourceRuntimeSpec>, IEquatable<ResourceRuntimeSpec>, IDeepCloneable<ResourceRuntimeSpec>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud AI Platform v1 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.

Inheritance

object > ResourceRuntimeSpec

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.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