View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1DirectPredictResponse (google_api_ai_platform v0.24.0)
Response message for PredictionService.DirectPredict.
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.GoogleCloudAiplatformV1DirectPredictResponse{ outputs: [GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1Tensor.t()] | nil, parameters: GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1Tensor.t() | nil }