Class IntHparamSearchSpace
Search space for an int hyperparameter.
Implements
Inherited Members
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 |
---|---|
string |
Range
Range of the int hyperparameter.
Declaration
[JsonProperty("range")]
public virtual IntRange Range { get; set; }
Property Value
Type | Description |
---|---|
IntRange |