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

A message representing a Measurement. More...

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

Properties

virtual object ElapsedTime [get, set]
 Time that the Trial has been running at the point of this Measurement. More...
 
virtual System.Collections.Generic.IList< GoogleCloudMlV1MeasurementMetricMetrics [get, set]
 Provides a list of metrics that act as inputs into the objective function. More...
 
virtual System.Nullable< long > StepCount [get, set]
 The number of steps a machine learning model has been trained for. Must be non-negative. 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 Measurement.

Property Documentation

◆ ElapsedTime

virtual object Google.Apis.CloudMachineLearningEngine.v1.Data.GoogleCloudMlV1Measurement.ElapsedTime
getset

Time that the Trial has been running at the point of this Measurement.

◆ ETag

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

The ETag of the item.

◆ Metrics

virtual System.Collections.Generic.IList<GoogleCloudMlV1MeasurementMetric> Google.Apis.CloudMachineLearningEngine.v1.Data.GoogleCloudMlV1Measurement.Metrics
getset

Provides a list of metrics that act as inputs into the objective function.

◆ StepCount

virtual System.Nullable<long> Google.Apis.CloudMachineLearningEngine.v1.Data.GoogleCloudMlV1Measurement.StepCount
getset

The number of steps a machine learning model has been trained for. Must be non-negative.


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