Show / Hide Table of Contents

Class GoogleCloudAiplatformV1ResourceRuntimeSpec

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
GoogleCloudAiplatformV1ResourceRuntimeSpec
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1ResourceRuntimeSpec : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

RaySpec

Optional. Ray cluster configuration. Required when creating a dedicated RayCluster on the PersistentResource.

Declaration
[JsonProperty("raySpec")]
public virtual GoogleCloudAiplatformV1RaySpec RaySpec { get; set; }
Property Value
Type Description
GoogleCloudAiplatformV1RaySpec

ServiceAccountSpec

Optional. Configure the use of workload identity on the PersistentResource

Declaration
[JsonProperty("serviceAccountSpec")]
public virtual GoogleCloudAiplatformV1ServiceAccountSpec ServiceAccountSpec { get; set; }
Property Value
Type Description
GoogleCloudAiplatformV1ServiceAccountSpec

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX