Class GoogleCloudAiplatformV1DirectRawPredictResponse
Response message for PredictionService.DirectRawPredict.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1DirectRawPredictResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Output
The prediction output.
Declaration
[JsonProperty("output")]
public virtual string Output { get; set; }
Property Value
Type | Description |
---|---|
string |