public sealed class DirectRawPredictResponse : IMessage<DirectRawPredictResponse>, IEquatable<DirectRawPredictResponse>, IDeepCloneable<DirectRawPredictResponse>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class DirectRawPredictResponse.
Response message for [PredictionService.DirectRawPredict][google.cloud.aiplatform.v1beta1.PredictionService.DirectRawPredict].
Implements
IMessageDirectRawPredictResponse, IEquatableDirectRawPredictResponse, IDeepCloneableDirectRawPredictResponse, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
DirectRawPredictResponse()
public DirectRawPredictResponse()DirectRawPredictResponse(DirectRawPredictResponse)
public DirectRawPredictResponse(DirectRawPredictResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
DirectRawPredictResponse |
Properties
Output
public ByteString Output { get; set; }The prediction output.
| Property Value | |
|---|---|
| Type | Description |
ByteString |
|