public sealed class DirectPredictResponse : IMessage<DirectPredictResponse>, IEquatable<DirectPredictResponse>, IDeepCloneable<DirectPredictResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class DirectPredictResponse.
Response message for [PredictionService.DirectPredict][google.cloud.aiplatform.v1beta1.PredictionService.DirectPredict].
Implements
IMessageDirectPredictResponse, IEquatableDirectPredictResponse, IDeepCloneableDirectPredictResponse, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
DirectPredictResponse()
public DirectPredictResponse()
DirectPredictResponse(DirectPredictResponse)
public DirectPredictResponse(DirectPredictResponse other)
Parameter | |
---|---|
Name | Description |
other |
DirectPredictResponse |
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 |