Class GoogleCloudMlV1PredictionOutput
Represents results of a prediction job.
Implements
Inherited Members
Namespace: Google.Apis.CloudMachineLearningEngine.v1.Data
Assembly: Google.Apis.CloudMachineLearningEngine.v1.dll
Syntax
public class GoogleCloudMlV1PredictionOutput : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ErrorCount
The number of data instances which resulted in errors.
Declaration
[JsonProperty("errorCount")]
public virtual long? ErrorCount { get; set; }
Property Value
Type | Description |
---|---|
long? |
NodeHours
Node hours used by the batch prediction job.
Declaration
[JsonProperty("nodeHours")]
public virtual double? NodeHours { get; set; }
Property Value
Type | Description |
---|---|
double? |
OutputPath
The output Google Cloud Storage location provided at the job creation time.
Declaration
[JsonProperty("outputPath")]
public virtual string OutputPath { get; set; }
Property Value
Type | Description |
---|---|
string |
PredictionCount
The number of generated predictions.
Declaration
[JsonProperty("predictionCount")]
public virtual long? PredictionCount { get; set; }
Property Value
Type | Description |
---|---|
long? |