Class GoogleCloudMlV1PredictRequest
Request for predictions to be issued against a trained model.
Implements
Inherited Members
Namespace: Google.Apis.CloudMachineLearningEngine.v1.Data
Assembly: Google.Apis.CloudMachineLearningEngine.v1.dll
Syntax
public class GoogleCloudMlV1PredictRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
HttpBody
Required. The prediction request body. Refer to the request body details section for more information on how to structure your request.
Declaration
[JsonProperty("httpBody")]
public virtual GoogleApiHttpBody HttpBody { get; set; }
Property Value
Type | Description |
---|---|
GoogleApiHttpBody |