Class ResourceRuntimeSpec (1.48.0)

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

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.

Attributes

NameDescription
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.

Methods

ResourceRuntimeSpec

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

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.