Class: Google::Apis::BigqueryV2::ModelDefinition

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

Defined Under Namespace

Classes: ModelOptions

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ModelDefinition

Returns a new instance of ModelDefinition.



6755
6756
6757
# File 'lib/google/apis/bigquery_v2/classes.rb', line 6755

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

Instance Attribute Details

#model_optionsGoogle::Apis::BigqueryV2::ModelDefinition::ModelOptions

Deprecated. Corresponds to the JSON property modelOptions



6748
6749
6750
# File 'lib/google/apis/bigquery_v2/classes.rb', line 6748

def model_options
  @model_options
end

#training_runsArray<Google::Apis::BigqueryV2::BqmlTrainingRun>

Deprecated. Corresponds to the JSON property trainingRuns



6753
6754
6755
# File 'lib/google/apis/bigquery_v2/classes.rb', line 6753

def training_runs
  @training_runs
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



6760
6761
6762
6763
# File 'lib/google/apis/bigquery_v2/classes.rb', line 6760

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