Show / Hide Table of Contents

Class GoogleCloudMlV1PredictRequest

Request for predictions to be issued against a trained model.

Inheritance
object
GoogleCloudMlV1PredictRequest
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX