Show / Hide Table of Contents

Class GoogleCloudAiplatformV1beta1ResourceRuntimeSpec

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
GoogleCloudAiplatformV1beta1ResourceRuntimeSpec
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.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class GoogleCloudAiplatformV1beta1ResourceRuntimeSpec : 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 GoogleCloudAiplatformV1beta1RaySpec RaySpec { get; set; }
Property Value
Type Description
GoogleCloudAiplatformV1beta1RaySpec

ServiceAccountSpec

Optional. Configure the use of workload identity on the PersistentResource

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX