Cloud AI Platform v1 API - Class DirectPredictResponse (2.27.0)

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

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

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

Inheritance

object > DirectPredictResponse

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

DirectPredictResponse()

public DirectPredictResponse()

DirectPredictResponse(DirectPredictResponse)

public DirectPredictResponse(DirectPredictResponse other)
Parameter
NameDescription
otherDirectPredictResponse

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