View Source GoogleApi.TPU.V1.Model.NetworkEndpoint (google_api_tpu v0.16.0)

A network endpoint over which a TPU worker can be reached.

Attributes

  • ipAddress (type: String.t, default: nil) - The IP address of this network endpoint.
  • port (type: integer(), default: nil) - The port of this network endpoint.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.TPU.V1.Model.NetworkEndpoint{
  ipAddress: String.t() | nil,
  port: integer() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.