Class GoogleCloudAiplatformV1StreamRawPredictRequest
Request message for PredictionService.StreamRawPredict.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1StreamRawPredictRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
HttpBody
The prediction input. Supports HTTP headers and arbitrary data payload.
Declaration
[JsonProperty("httpBody")]
public virtual GoogleApiHttpBody HttpBody { get; set; }
Property Value
Type | Description |
---|---|
GoogleApiHttpBody |