public sealed class StreamingPredictResponse : IMessage<StreamingPredictResponse>, IEquatable<StreamingPredictResponse>, IDeepCloneable<StreamingPredictResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class StreamingPredictResponse.
Response message for [PredictionService.StreamingPredict][google.cloud.aiplatform.v1beta1.PredictionService.StreamingPredict].
Implements
IMessageStreamingPredictResponse, IEquatableStreamingPredictResponse, IDeepCloneableStreamingPredictResponse, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
StreamingPredictResponse()
public StreamingPredictResponse()
StreamingPredictResponse(StreamingPredictResponse)
public StreamingPredictResponse(StreamingPredictResponse other)
Parameter | |
---|---|
Name | Description |
other |
StreamingPredictResponse |
Properties
Outputs
public RepeatedField<Tensor> Outputs { get; }
The prediction output.
Property Value | |
---|---|
Type | Description |
RepeatedFieldTensor |
Parameters
public Tensor Parameters { get; set; }
The parameters that govern the prediction.
Property Value | |
---|---|
Type | Description |
Tensor |