Cloud AI Platform v1 API - Class DirectRawPredictResponse (2.27.0)

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

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

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

Inheritance

object > DirectRawPredictResponse

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

DirectRawPredictResponse()

public DirectRawPredictResponse()

DirectRawPredictResponse(DirectRawPredictResponse)

public DirectRawPredictResponse(DirectRawPredictResponse other)
Parameter
NameDescription
otherDirectRawPredictResponse

Properties

Output

public ByteString Output { get; set; }

The prediction output.

Property Value
TypeDescription
ByteString