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.
Implements
Inherited Members
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 |