GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1NotebookExecutionJobCustomEnvironmentSpec (google_api_ai_platform v0.27.0)

View Source

Compute configuration to use for an execution job.

Attributes

  • machineSpec (type: GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1MachineSpec.t, default: nil) - The specification of a single machine for the execution job.
  • networkSpec (type: GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1NetworkSpec.t, default: nil) - The network configuration to use for the execution job.
  • persistentDiskSpec (type: GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1PersistentDiskSpec.t, default: nil) - The specification of a persistent disk to attach for the execution job.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() ::
  %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1NotebookExecutionJobCustomEnvironmentSpec{
    machineSpec:
      GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1MachineSpec.t() | nil,
    networkSpec:
      GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1NetworkSpec.t() | nil,
    persistentDiskSpec:
      GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1PersistentDiskSpec.t()
      | nil
  }

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.