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

View Source

HttpHeader describes a custom header to be used in HTTP probes

Attributes

  • name (type: String.t, default: nil) - The header field name. This will be canonicalized upon output, so case-variant names will be understood as the same header.
  • value (type: String.t, default: nil) - The header field value

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1ProbeHttpHeader{
  name: String.t() | nil,
  value: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.