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

Represents results of a training job. Output only. More...

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

Properties

virtual GoogleCloudMlV1BuiltInAlgorithmOutput BuiltInAlgorithmOutput [get, set]
 Details related to built-in algorithms jobs. Only set for built-in algorithms jobs. More...
 
virtual System.Nullable< long > CompletedTrialCount [get, set]
 The number of hyperparameter tuning trials that completed successfully. Only set for hyperparameter tuning jobs. More...
 
virtual System.Nullable< double > ConsumedMLUnits [get, set]
 The amount of ML units consumed by the job. More...
 
virtual string HyperparameterMetricTag [get, set]
 The TensorFlow summary tag name used for optimizing hyperparameter tuning trials. See HyperparameterSpec.hyperparameterMetricTag for more information. Only set for hyperparameter tuning jobs. More...
 
virtual System.Nullable< bool > IsBuiltInAlgorithmJob [get, set]
 Whether this job is a built-in Algorithm job. More...
 
virtual System.Nullable< bool > IsHyperparameterTuningJob [get, set]
 Whether this job is a hyperparameter tuning job. More...
 
virtual System.Collections.Generic.IList< GoogleCloudMlV1HyperparameterOutputTrials [get, set]
 Results for individual Hyperparameter trials. Only set for hyperparameter tuning jobs. 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 training job. Output only.

Property Documentation

◆ BuiltInAlgorithmOutput

virtual GoogleCloudMlV1BuiltInAlgorithmOutput Google.Apis.CloudMachineLearningEngine.v1.Data.GoogleCloudMlV1TrainingOutput.BuiltInAlgorithmOutput
getset

Details related to built-in algorithms jobs. Only set for built-in algorithms jobs.

◆ CompletedTrialCount

virtual System.Nullable<long> Google.Apis.CloudMachineLearningEngine.v1.Data.GoogleCloudMlV1TrainingOutput.CompletedTrialCount
getset

The number of hyperparameter tuning trials that completed successfully. Only set for hyperparameter tuning jobs.

◆ ConsumedMLUnits

virtual System.Nullable<double> Google.Apis.CloudMachineLearningEngine.v1.Data.GoogleCloudMlV1TrainingOutput.ConsumedMLUnits
getset

The amount of ML units consumed by the job.

◆ ETag

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

The ETag of the item.

◆ HyperparameterMetricTag

virtual string Google.Apis.CloudMachineLearningEngine.v1.Data.GoogleCloudMlV1TrainingOutput.HyperparameterMetricTag
getset

The TensorFlow summary tag name used for optimizing hyperparameter tuning trials. See HyperparameterSpec.hyperparameterMetricTag for more information. Only set for hyperparameter tuning jobs.

◆ IsBuiltInAlgorithmJob

virtual System.Nullable<bool> Google.Apis.CloudMachineLearningEngine.v1.Data.GoogleCloudMlV1TrainingOutput.IsBuiltInAlgorithmJob
getset

Whether this job is a built-in Algorithm job.

◆ IsHyperparameterTuningJob

virtual System.Nullable<bool> Google.Apis.CloudMachineLearningEngine.v1.Data.GoogleCloudMlV1TrainingOutput.IsHyperparameterTuningJob
getset

Whether this job is a hyperparameter tuning job.

◆ Trials

virtual System.Collections.Generic.IList<GoogleCloudMlV1HyperparameterOutput> Google.Apis.CloudMachineLearningEngine.v1.Data.GoogleCloudMlV1TrainingOutput.Trials
getset

Results for individual Hyperparameter trials. Only set for hyperparameter tuning jobs.


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