Cloud AI Platform v1 API - Class StreamDirectRawPredictResponse (2.27.0)

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

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

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

Inheritance

object > StreamDirectRawPredictResponse

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

StreamDirectRawPredictResponse()

public StreamDirectRawPredictResponse()

StreamDirectRawPredictResponse(StreamDirectRawPredictResponse)

public StreamDirectRawPredictResponse(StreamDirectRawPredictResponse other)
Parameter
NameDescription
otherStreamDirectRawPredictResponse

Properties

Output

public ByteString Output { get; set; }

The prediction output.

Property Value
TypeDescription
ByteString