Show / Hide Table of Contents

Class GoogleCloudMlV1PredictionOutput

Represents results of a prediction job.

Inheritance
object
GoogleCloudMlV1PredictionOutput
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 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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX