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

Network spec.

Attributes

  • enableInternetAccess (type: boolean(), default: nil) - Whether to enable public internet access. Default false.
  • network (type: String.t, default: nil) - The full name of the Google Compute Engine network
  • subnetwork (type: String.t, default: nil) - The name of the subnet that this instance is in. Format: projects/{project_id_or_number}/regions/{region}/subnetworks/{subnetwork_id}

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1NetworkSpec{
  enableInternetAccess: boolean() | nil,
  network: String.t() | nil,
  subnetwork: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.