Class: Google::Apis::BigqueryV2::IntArrayHparamSearchSpace

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/bigquery_v2/classes.rb,
lib/google/apis/bigquery_v2/representations.rb,
lib/google/apis/bigquery_v2/representations.rb

Overview

Search space for int array.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ IntArrayHparamSearchSpace

Returns a new instance of IntArrayHparamSearchSpace.



4075
4076
4077
# File 'lib/google/apis/bigquery_v2/classes.rb', line 4075

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#candidatesArray<Google::Apis::BigqueryV2::IntArray>

Candidates for the int array parameter. Corresponds to the JSON property candidates



4073
4074
4075
# File 'lib/google/apis/bigquery_v2/classes.rb', line 4073

def candidates
  @candidates
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



4080
4081
4082
# File 'lib/google/apis/bigquery_v2/classes.rb', line 4080

def update!(**args)
  @candidates = args[:candidates] if args.key?(:candidates)
end