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.



3389
3390
3391
# File 'lib/google/apis/bigquery_v2/classes.rb', line 3389

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



3387
3388
3389
# File 'lib/google/apis/bigquery_v2/classes.rb', line 3387

def candidates
  @candidates
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3394
3395
3396
# File 'lib/google/apis/bigquery_v2/classes.rb', line 3394

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