View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1StreamingPredictResponse (google_api_ai_platform v0.13.0)
Response message for PredictionService.StreamingPredict.
Attributes
-
outputs
(type:list(GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1Tensor.t)
, default:nil
) - The prediction output. -
parameters
(type:GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1Tensor.t
, default:nil
) - The parameters that govern the prediction.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1StreamingPredictResponse{ outputs: [GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1Tensor.t()] | nil, parameters: GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1Tensor.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.