public sealed class StreamingRawPredictResponse : IMessage<StreamingRawPredictResponse>, IEquatable<StreamingRawPredictResponse>, IDeepCloneable<StreamingRawPredictResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform 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 |