Class IntHparamSearchSpace
Search space for an int hyperparameter.
Inheritance
System.Object
IntHparamSearchSpace
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 IntHparamSearchSpace : IDirectResponseSchema
Properties
Candidates
Candidates of the int hyperparameter.
Declaration
[JsonProperty("candidates")]
public virtual IntCandidates Candidates { get; set; }
Property Value
Type | Description |
---|---|
IntCandidates |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Range
Range of the int hyperparameter.
Declaration
[JsonProperty("range")]
public virtual IntRange Range { get; set; }
Property Value
Type | Description |
---|---|
IntRange |
Implements
Google.Apis.Requests.IDirectResponseSchema