google_api_machine_learning v0.19.0 GoogleApi.MachineLearning.V1.Model.GoogleCloudMlV1_EndpointMap View Source

EndpointMap is used to provide paths for predict/explain/healthcheck to customers. It's an output only field in the version proto which can be only set on the server side. Public endpoints follow the format specified on the user facing doc, and private endpoints are customized for each privately deploymed model/version.

Attributes

  • explain (type: String.t, default: nil) - Optional. Http(s) path to send explain requests.
  • health (type: String.t, default: nil) - Http(s) path to send health check requests.
  • predict (type: String.t, default: nil) - Http(s) 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_EndpointMap{
  explain: String.t(),
  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.