Show / Hide Table of Contents

Class GoogleCloudMlV1TrialParameter

A message representing a parameter to be tuned. Contains the name of the parameter and the suggested value to use for this trial.

Inheritance
object
GoogleCloudMlV1TrialParameter
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudMachineLearningEngine.v1.Data
Assembly: Google.Apis.CloudMachineLearningEngine.v1.dll
Syntax
public class GoogleCloudMlV1TrialParameter : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

FloatValue

Must be set if ParameterType is DOUBLE or DISCRETE.

Declaration
[JsonProperty("floatValue")]
public virtual double? FloatValue { get; set; }
Property Value
Type Description
double?

IntValue

Must be set if ParameterType is INTEGER

Declaration
[JsonProperty("intValue")]
public virtual long? IntValue { get; set; }
Property Value
Type Description
long?

Parameter

The name of the parameter.

Declaration
[JsonProperty("parameter")]
public virtual string Parameter { get; set; }
Property Value
Type Description
string

StringValue

Must be set if ParameterTypeis CATEGORICAL

Declaration
[JsonProperty("stringValue")]
public virtual string StringValue { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX