ml  v1
Properties | List of all members
Google.Apis.CloudMachineLearningEngine.v1.Data.GoogleCloudMlV1PredictionOutput Class Reference

Represents results of a prediction job. More...

Inheritance diagram for Google.Apis.CloudMachineLearningEngine.v1.Data.GoogleCloudMlV1PredictionOutput:
Google::Apis::Requests::IDirectResponseSchema

Properties

virtual System.Nullable< long > ErrorCount [get, set]
 The number of data instances which resulted in errors. More...
 
virtual System.Nullable< double > NodeHours [get, set]
 Node hours used by the batch prediction job. More...
 
virtual string OutputPath [get, set]
 The output Google Cloud Storage location provided at the job creation time. More...
 
virtual System.Nullable< long > PredictionCount [get, set]
 The number of generated predictions. More...
 
virtual string ETag [get, set]
 The ETag of the item. More...
 
- Properties inherited from Google::Apis::Requests::IDirectResponseSchema
string ETag
 

Detailed Description

Represents results of a prediction job.

Property Documentation

◆ ErrorCount

virtual System.Nullable<long> Google.Apis.CloudMachineLearningEngine.v1.Data.GoogleCloudMlV1PredictionOutput.ErrorCount
getset

The number of data instances which resulted in errors.

◆ ETag

virtual string Google.Apis.CloudMachineLearningEngine.v1.Data.GoogleCloudMlV1PredictionOutput.ETag
getset

The ETag of the item.

◆ NodeHours

virtual System.Nullable<double> Google.Apis.CloudMachineLearningEngine.v1.Data.GoogleCloudMlV1PredictionOutput.NodeHours
getset

Node hours used by the batch prediction job.

◆ OutputPath

virtual string Google.Apis.CloudMachineLearningEngine.v1.Data.GoogleCloudMlV1PredictionOutput.OutputPath
getset

The output Google Cloud Storage location provided at the job creation time.

◆ PredictionCount

virtual System.Nullable<long> Google.Apis.CloudMachineLearningEngine.v1.Data.GoogleCloudMlV1PredictionOutput.PredictionCount
getset

The number of generated predictions.


The documentation for this class was generated from the following file: