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

A message representing a parameter to be tuned. More...

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

Properties

virtual System.Nullable< double > FloatValue [get, set]
 Must be set if ParameterType is DOUBLE or DISCRETE. More...
 
virtual System.Nullable< long > IntValue [get, set]
 Must be set if ParameterType is INTEGER More...
 
virtual string Parameter [get, set]
 The name of the parameter. More...
 
virtual string StringValue [get, set]
 Must be set if ParameterTypeis CATEGORICAL 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 parameter to be tuned.

Property Documentation

◆ ETag

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

The ETag of the item.

◆ FloatValue

virtual System.Nullable<double> Google.Apis.CloudMachineLearningEngine.v1.Data.GoogleCloudMlV1TrialParameter.FloatValue
getset

Must be set if ParameterType is DOUBLE or DISCRETE.

◆ IntValue

virtual System.Nullable<long> Google.Apis.CloudMachineLearningEngine.v1.Data.GoogleCloudMlV1TrialParameter.IntValue
getset

Must be set if ParameterType is INTEGER

◆ Parameter

virtual string Google.Apis.CloudMachineLearningEngine.v1.Data.GoogleCloudMlV1TrialParameter.Parameter
getset

The name of the parameter.

◆ StringValue

virtual string Google.Apis.CloudMachineLearningEngine.v1.Data.GoogleCloudMlV1TrialParameter.StringValue
getset

Must be set if ParameterTypeis CATEGORICAL


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