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