google_api_tpu v0.12.0 GoogleApi.TPU.V1.Model.NetworkEndpoint View Source

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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

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

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.