Class ResourceRuntimeSpec (1.32.0)

ResourceRuntimeSpec(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Configure runtime on a PersistentResource instance, including but may not limited to:

  • Service accounts used to run the workloads;
  • Whether make it a dedicated Ray Cluster;

Attributes

Name Description
service_account_spec google.cloud.aiplatform_v1beta1.types.ServiceAccountSpec
Optional. Configure the use of workload identity on the PersistentResource
ray_spec google.cloud.aiplatform_v1beta1.types.RaySpec
Optional. Ray cluster configuration. Required when creating a dedicated RayCluster on the PersistentResource.