Show / Hide Table of Contents

Class DoubleHparamSearchSpace

Search space for a double hyperparameter.

Inheritance
System.Object
DoubleHparamSearchSpace
Implements
Google.Apis.Requests.IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Bigquery.v2.Data
Assembly: Google.Apis.Bigquery.v2.dll
Syntax
public class DoubleHparamSearchSpace : IDirectResponseSchema

Properties

Candidates

Candidates of the double hyperparameter.

Declaration
[JsonProperty("candidates")]
public virtual DoubleCandidates Candidates { get; set; }
Property Value
Type Description
DoubleCandidates

ETag

The ETag of the item.

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

Range

Range of the double hyperparameter.

Declaration
[JsonProperty("range")]
public virtual DoubleRange Range { get; set; }
Property Value
Type Description
DoubleRange

Implements

Google.Apis.Requests.IDirectResponseSchema
In This Article
Back to top