Cloud AI Platform v1beta1 API - Class StreamingRawPredictResponse (1.0.0-beta02)

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].

Inheritance

object > StreamingRawPredictResponse

Namespace

Google.Cloud.AIPlatform.V1Beta1

Assembly

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