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

Represents the result of a single hyperparameter tuning trial from a training job. The TrainingOutput object that is returned on successful completion of a training job with hyperparameter tuning includes a list of HyperparameterOutput objects, one for each successful trial. More...

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

Properties

virtual System.Collections.Generic.IList< GoogleCloudMlV1HyperparameterOutputHyperparameterMetricAllMetrics [get, set]
 All recorded object metrics for this trial. This field is not currently populated. More...
 
virtual GoogleCloudMlV1BuiltInAlgorithmOutput BuiltInAlgorithmOutput [get, set]
 Details related to built-in algorithms jobs. Only set for trials of built-in algorithms jobs that have succeeded. More...
 
virtual object EndTime [get, set]
 Output only. End time for the trial. More...
 
virtual GoogleCloudMlV1HyperparameterOutputHyperparameterMetric FinalMetric [get, set]
 The final objective metric seen for this trial. More...
 
virtual System.Collections.Generic.IDictionary< string, string > Hyperparameters [get, set]
 The hyperparameters given to this trial. More...
 
virtual System.Nullable< bool > IsTrialStoppedEarly [get, set]
 True if the trial is stopped early. More...
 
virtual object StartTime [get, set]
 Output only. Start time for the trial. More...
 
virtual string State [get, set]
 Output only. The detailed state of the trial. More...
 
virtual string TrialId [get, set]
 The trial id for these results. More...
 
virtual string ETag [get, set]
 The ETag of the item. More...
 
- Properties inherited from Google::Apis::Requests::IDirectResponseSchema
string ETag
 

Detailed Description

Represents the result of a single hyperparameter tuning trial from a training job. The TrainingOutput object that is returned on successful completion of a training job with hyperparameter tuning includes a list of HyperparameterOutput objects, one for each successful trial.

Property Documentation

◆ AllMetrics

virtual System.Collections.Generic.IList<GoogleCloudMlV1HyperparameterOutputHyperparameterMetric> Google.Apis.CloudMachineLearningEngine.v1.Data.GoogleCloudMlV1HyperparameterOutput.AllMetrics
getset

All recorded object metrics for this trial. This field is not currently populated.

◆ BuiltInAlgorithmOutput

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

Details related to built-in algorithms jobs. Only set for trials of built-in algorithms jobs that have succeeded.

◆ EndTime

virtual object Google.Apis.CloudMachineLearningEngine.v1.Data.GoogleCloudMlV1HyperparameterOutput.EndTime
getset

Output only. End time for the trial.

◆ ETag

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

The ETag of the item.

◆ FinalMetric

virtual GoogleCloudMlV1HyperparameterOutputHyperparameterMetric Google.Apis.CloudMachineLearningEngine.v1.Data.GoogleCloudMlV1HyperparameterOutput.FinalMetric
getset

The final objective metric seen for this trial.

◆ Hyperparameters

virtual System.Collections.Generic.IDictionary<string,string> Google.Apis.CloudMachineLearningEngine.v1.Data.GoogleCloudMlV1HyperparameterOutput.Hyperparameters
getset

The hyperparameters given to this trial.

◆ IsTrialStoppedEarly

virtual System.Nullable<bool> Google.Apis.CloudMachineLearningEngine.v1.Data.GoogleCloudMlV1HyperparameterOutput.IsTrialStoppedEarly
getset

True if the trial is stopped early.

◆ StartTime

virtual object Google.Apis.CloudMachineLearningEngine.v1.Data.GoogleCloudMlV1HyperparameterOutput.StartTime
getset

Output only. Start time for the trial.

◆ State

virtual string Google.Apis.CloudMachineLearningEngine.v1.Data.GoogleCloudMlV1HyperparameterOutput.State
getset

Output only. The detailed state of the trial.

◆ TrialId

virtual string Google.Apis.CloudMachineLearningEngine.v1.Data.GoogleCloudMlV1HyperparameterOutput.TrialId
getset

The trial id for these results.


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