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

A message representing a Trial. More...

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

Properties

virtual string ClientId [get, set]
 Output only. The identifier of the client that originally requested this trial. More...
 
virtual object EndTime [get, set]
 Output only. Time the Trial's status changed to COMPLETED. More...
 
virtual GoogleCloudMlV1Measurement FinalMeasurement [get, set]
 The final Measurement containing the objective value. More...
 
virtual string InfeasibleReason [get, set]
 Output only. A human readable string describing why the Trial is infeasible. This should only be set if trial_infeasible is true. More...
 
virtual System.Collections.Generic.IList< GoogleCloudMlV1MeasurementMeasurements [get, set]
 A list of measurements that are strictly lexicographically ordered by their induced tuples (steps, elapsed_time). These are used for early stopping computations. More...
 
virtual string Name [get, set]
 Output only. Name of the trial assigned by the service. More...
 
virtual System.Collections.Generic.IList< GoogleCloudMlV1TrialParameterParameters [get, set]
 The parameters of the Trial. More...
 
virtual object StartTime [get, set]
 Output only. Time the Trial was started. More...
 
virtual string State [get, set]
 The detailed state of a trial. More...
 
virtual System.Nullable< bool > TrialInfeasible [get, set]
 Output only. True if the parameters in this trial should not be attempted again. More...
 
virtual string ETag [get, set]
 The ETag of the item. More...
 
- Properties inherited from Google::Apis::Requests::IDirectResponseSchema
string ETag
 

Detailed Description

A message representing a Trial.

Property Documentation

◆ ClientId

virtual string Google.Apis.CloudMachineLearningEngine.v1.Data.GoogleCloudMlV1Trial.ClientId
getset

Output only. The identifier of the client that originally requested this trial.

◆ EndTime

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

Output only. Time the Trial's status changed to COMPLETED.

◆ ETag

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

The ETag of the item.

◆ FinalMeasurement

virtual GoogleCloudMlV1Measurement Google.Apis.CloudMachineLearningEngine.v1.Data.GoogleCloudMlV1Trial.FinalMeasurement
getset

The final Measurement containing the objective value.

◆ InfeasibleReason

virtual string Google.Apis.CloudMachineLearningEngine.v1.Data.GoogleCloudMlV1Trial.InfeasibleReason
getset

Output only. A human readable string describing why the Trial is infeasible. This should only be set if trial_infeasible is true.

◆ Measurements

virtual System.Collections.Generic.IList<GoogleCloudMlV1Measurement> Google.Apis.CloudMachineLearningEngine.v1.Data.GoogleCloudMlV1Trial.Measurements
getset

A list of measurements that are strictly lexicographically ordered by their induced tuples (steps, elapsed_time). These are used for early stopping computations.

◆ Name

virtual string Google.Apis.CloudMachineLearningEngine.v1.Data.GoogleCloudMlV1Trial.Name
getset

Output only. Name of the trial assigned by the service.

◆ Parameters

virtual System.Collections.Generic.IList<GoogleCloudMlV1TrialParameter> Google.Apis.CloudMachineLearningEngine.v1.Data.GoogleCloudMlV1Trial.Parameters
getset

The parameters of the Trial.

◆ StartTime

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

Output only. Time the Trial was started.

◆ State

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

The detailed state of a trial.

◆ TrialInfeasible

virtual System.Nullable<bool> Google.Apis.CloudMachineLearningEngine.v1.Data.GoogleCloudMlV1Trial.TrialInfeasible
getset

Output only. True if the parameters in this trial should not be attempted again.


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