public sealed class StreamDirectPredictResponse : IMessage<StreamDirectPredictResponse>, IEquatable<StreamDirectPredictResponse>, IDeepCloneable<StreamDirectPredictResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class StreamDirectPredictResponse.
Response message for
[PredictionService.StreamDirectPredict][google.cloud.aiplatform.v1beta1.PredictionService.StreamDirectPredict].
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-09 UTC."],[[["`StreamDirectPredictResponse` is a class in the Cloud AI Platform v1beta1 API, designed to handle response messages for `PredictionService.StreamDirectPredict`."],["This class inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality checking, deep cloning, and buffer message operations."],["It offers two constructors: a default one and another that takes a `StreamDirectPredictResponse` object for creating a new instance from an existing one."],["The class has two main properties, `Outputs` which stores the prediction output in a `RepeatedField` of `Tensor`, and `Parameters` which stores the prediction parameters in `Tensor` form."]]],[]]