View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1PscAutomatedEndpoints (google_api_ai_platform v0.15.0)

PscAutomatedEndpoints defines the output of the forwarding rule automatically created by each PscAutomationConfig.

Attributes

  • matchAddress (type: String.t, default: nil) - Ip Address created by the automated forwarding rule.
  • network (type: String.t, default: nil) - Corresponding network in pscAutomationConfigs.
  • projectId (type: String.t, default: nil) - Corresponding project_id in pscAutomationConfigs

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1PscAutomatedEndpoints{
    matchAddress: String.t() | nil,
    network: String.t() | nil,
    projectId: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.