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