Cloud AI Platform v1 API - Class StreamingRawPredictResponse (2.27.0)

public sealed class StreamingRawPredictResponse : IMessage<StreamingRawPredictResponse>, IEquatable<StreamingRawPredictResponse>, IDeepCloneable<StreamingRawPredictResponse>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud AI Platform v1 API class StreamingRawPredictResponse.

Response message for [PredictionService.StreamingRawPredict][google.cloud.aiplatform.v1.PredictionService.StreamingRawPredict].

Inheritance

object > StreamingRawPredictResponse

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

StreamingRawPredictResponse()

public StreamingRawPredictResponse()

StreamingRawPredictResponse(StreamingRawPredictResponse)

public StreamingRawPredictResponse(StreamingRawPredictResponse other)
Parameter
NameDescription
otherStreamingRawPredictResponse

Properties

Output

public ByteString Output { get; set; }

The prediction output.

Property Value
TypeDescription
ByteString