public sealed class StreamingRawPredictResponse : IMessage<StreamingRawPredictResponse>, IEquatable<StreamingRawPredictResponse>, IDeepCloneable<StreamingRawPredictResponse>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class StreamingRawPredictResponse.
Response message for [PredictionService.StreamingRawPredict][google.cloud.aiplatform.v1beta1.PredictionService.StreamingRawPredict].
Implements
IMessageStreamingRawPredictResponse, IEquatableStreamingRawPredictResponse, IDeepCloneableStreamingRawPredictResponse, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
StreamingRawPredictResponse()
public StreamingRawPredictResponse()StreamingRawPredictResponse(StreamingRawPredictResponse)
public StreamingRawPredictResponse(StreamingRawPredictResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
StreamingRawPredictResponse |
Properties
Output
public ByteString Output { get; set; }The prediction output.
| Property Value | |
|---|---|
| Type | Description |
ByteString |
|