Class: Google::Apis::BigqueryV2::BigQueryModelTraining
- Inherits:
-
Object
- Object
- Google::Apis::BigqueryV2::BigQueryModelTraining
- 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
Instance Attribute Summary collapse
-
#current_iteration ⇒ Fixnum
Deprecated.
-
#expected_total_iterations ⇒ Fixnum
Deprecated.
Instance Method Summary collapse
-
#initialize(**args) ⇒ BigQueryModelTraining
constructor
A new instance of BigQueryModelTraining.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ BigQueryModelTraining
Returns a new instance of BigQueryModelTraining.
720 721 722 |
# File 'lib/google/apis/bigquery_v2/classes.rb', line 720 def initialize(**args) update!(**args) end |
Instance Attribute Details
#current_iteration ⇒ Fixnum
Deprecated.
Corresponds to the JSON property currentIteration
713 714 715 |
# File 'lib/google/apis/bigquery_v2/classes.rb', line 713 def current_iteration @current_iteration end |
#expected_total_iterations ⇒ Fixnum
Deprecated.
Corresponds to the JSON property expectedTotalIterations
718 719 720 |
# File 'lib/google/apis/bigquery_v2/classes.rb', line 718 def expected_total_iterations @expected_total_iterations end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
725 726 727 728 |
# File 'lib/google/apis/bigquery_v2/classes.rb', line 725 def update!(**args) @current_iteration = args[:current_iteration] if args.key?(:current_iteration) @expected_total_iterations = args[:expected_total_iterations] if args.key?(:expected_total_iterations) end |