Show / Hide Table of Contents

Class IntHparamSearchSpace

Search space for an int hyperparameter.

Inheritance
object
IntHparamSearchSpace
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.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX