Class GoogleCloudMlV1ExplainRequest
Request for explanations 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 GoogleCloudMlV1ExplainRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
HttpBody
Required. The explanation request body.
Declaration
[JsonProperty("httpBody")]
public virtual GoogleApiHttpBody HttpBody { get; set; }
Property Value
Type | Description |
---|---|
GoogleApiHttpBody |