Cloud AI Platform v1 API - Class StreamingPredictResponse (2.27.0)

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

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

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

Inheritance

object > StreamingPredictResponse

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

StreamingPredictResponse()

public StreamingPredictResponse()

StreamingPredictResponse(StreamingPredictResponse)

public StreamingPredictResponse(StreamingPredictResponse other)
Parameter
NameDescription
otherStreamingPredictResponse

Properties

Outputs

public RepeatedField<Tensor> Outputs { get; }

The prediction output.

Property Value
TypeDescription
RepeatedFieldTensor

Parameters

public Tensor Parameters { get; set; }

The parameters that govern the prediction.

Property Value
TypeDescription
Tensor