View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1DirectRawPredictRequest (google_api_ai_platform v0.13.0)

Request message for PredictionService.DirectRawPredict.

Attributes

  • input (type: String.t, default: nil) - The prediction input.
  • methodName (type: String.t, default: nil) - Fully qualified name of the API method being invoked to perform predictions. Format: /namespace.Service/Method/ Example: /tensorflow.serving.PredictionService/Predict

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1DirectRawPredictRequest{
    input: String.t() | nil,
    methodName: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.