google_api_machine_learning v0.20.0 GoogleApi.MachineLearning.V1.Model.GoogleCloudMlV1_RouteMap View Source

RouteMap is used to override HTTP paths sent to a Custom Container. If specified, the HTTP server implemented in the ContainerSpec must support the route. If unspecified, standard HTTP paths will be used.

Attributes

  • health (type: String.t, default: nil) - HTTP path to send health check requests.
  • predict (type: String.t, default: nil) - HTTP path to send prediction requests.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.MachineLearning.V1.Model.GoogleCloudMlV1_RouteMap{
  health: String.t(),
  predict: String.t()
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.