View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1ResourceRuntimeSpec (google_api_ai_platform v0.13.0)

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

  • raySpec (type: GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1RaySpec.t, default: nil) - Optional. Ray cluster configuration. Required when creating a dedicated RayCluster on the PersistentResource.
  • serviceAccountSpec (type: GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1ServiceAccountSpec.t, default: nil) - Optional. Configure the use of workload identity on the PersistentResource

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1ResourceRuntimeSpec{
    raySpec:
      GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1RaySpec.t() | nil,
    serviceAccountSpec:
      GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1ServiceAccountSpec.t()
      | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.