Class: Google::Apis::BigqueryV2::Model
- Inherits:
-
Object
- Object
- Google::Apis::BigqueryV2::Model
- 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
-
#best_trial_id ⇒ Fixnum
The best trial_id across all training runs.
-
#creation_time ⇒ Fixnum
Output only.
-
#description ⇒ String
Optional.
-
#encryption_configuration ⇒ Google::Apis::BigqueryV2::EncryptionConfiguration
Custom encryption configuration (e.g., Cloud KMS keys).
-
#etag ⇒ String
Output only.
-
#expiration_time ⇒ Fixnum
Optional.
-
#feature_columns ⇒ Array<Google::Apis::BigqueryV2::StandardSqlField>
Output only.
-
#friendly_name ⇒ String
Optional.
-
#label_columns ⇒ Array<Google::Apis::BigqueryV2::StandardSqlField>
Output only.
-
#labels ⇒ Hash<String,String>
The labels associated with this model.
-
#last_modified_time ⇒ Fixnum
Output only.
-
#location ⇒ String
Output only.
-
#model_reference ⇒ Google::Apis::BigqueryV2::ModelReference
Required.
-
#model_type ⇒ String
Output only.
-
#training_runs ⇒ Array<Google::Apis::BigqueryV2::TrainingRun>
Output only.
Instance Method Summary collapse
-
#initialize(**args) ⇒ Model
constructor
A new instance of Model.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ Model
Returns a new instance of Model.
4453 4454 4455 |
# File 'lib/google/apis/bigquery_v2/classes.rb', line 4453 def initialize(**args) update!(**args) end |
Instance Attribute Details
#best_trial_id ⇒ Fixnum
The best trial_id across all training runs.
Corresponds to the JSON property bestTrialId
4365 4366 4367 |
# File 'lib/google/apis/bigquery_v2/classes.rb', line 4365 def best_trial_id @best_trial_id end |
#creation_time ⇒ Fixnum
Output only. The time when this model was created, in millisecs since the
epoch.
Corresponds to the JSON property creationTime
4371 4372 4373 |
# File 'lib/google/apis/bigquery_v2/classes.rb', line 4371 def creation_time @creation_time end |
#description ⇒ String
Optional. A user-friendly description of this model.
Corresponds to the JSON property description
4376 4377 4378 |
# File 'lib/google/apis/bigquery_v2/classes.rb', line 4376 def description @description end |
#encryption_configuration ⇒ Google::Apis::BigqueryV2::EncryptionConfiguration
Custom encryption configuration (e.g., Cloud KMS keys). This shows the
encryption configuration of the model data while stored in BigQuery storage.
This field can be used with PatchModel to update encryption key for an already
encrypted model.
Corresponds to the JSON property encryptionConfiguration
4384 4385 4386 |
# File 'lib/google/apis/bigquery_v2/classes.rb', line 4384 def encryption_configuration @encryption_configuration end |
#etag ⇒ String
Output only. A hash of this resource.
Corresponds to the JSON property etag
4389 4390 4391 |
# File 'lib/google/apis/bigquery_v2/classes.rb', line 4389 def etag @etag end |
#expiration_time ⇒ Fixnum
Optional. The time when this model expires, in milliseconds since the epoch.
If not present, the model will persist indefinitely. Expired models will be
deleted and their storage reclaimed. The defaultTableExpirationMs property of
the encapsulating dataset can be used to set a default expirationTime on newly
created models.
Corresponds to the JSON property expirationTime
4398 4399 4400 |
# File 'lib/google/apis/bigquery_v2/classes.rb', line 4398 def expiration_time @expiration_time end |
#feature_columns ⇒ Array<Google::Apis::BigqueryV2::StandardSqlField>
Output only. Input feature columns that were used to train this model.
Corresponds to the JSON property featureColumns
4403 4404 4405 |
# File 'lib/google/apis/bigquery_v2/classes.rb', line 4403 def feature_columns @feature_columns end |
#friendly_name ⇒ String
Optional. A descriptive name for this model.
Corresponds to the JSON property friendlyName
4408 4409 4410 |
# File 'lib/google/apis/bigquery_v2/classes.rb', line 4408 def friendly_name @friendly_name end |
#label_columns ⇒ Array<Google::Apis::BigqueryV2::StandardSqlField>
Output only. Label columns that were used to train this model. The output of
the model will have a "predicted_" prefix to these columns.
Corresponds to the JSON property labelColumns
4414 4415 4416 |
# File 'lib/google/apis/bigquery_v2/classes.rb', line 4414 def label_columns @label_columns end |
#labels ⇒ Hash<String,String>
The labels associated with this model. You can use these to organize and group
your models. Label keys and values can be no longer than 63 characters, can
only contain lowercase letters, numeric characters, underscores and dashes.
International characters are allowed. Label values are optional. Label keys
must start with a letter and each label in the list must have a different key.
Corresponds to the JSON property labels
4423 4424 4425 |
# File 'lib/google/apis/bigquery_v2/classes.rb', line 4423 def labels @labels end |
#last_modified_time ⇒ Fixnum
Output only. The time when this model was last modified, in millisecs since
the epoch.
Corresponds to the JSON property lastModifiedTime
4429 4430 4431 |
# File 'lib/google/apis/bigquery_v2/classes.rb', line 4429 def last_modified_time @last_modified_time end |
#location ⇒ String
Output only. The geographic location where the model resides. This value is
inherited from the dataset.
Corresponds to the JSON property location
4435 4436 4437 |
# File 'lib/google/apis/bigquery_v2/classes.rb', line 4435 def location @location end |
#model_reference ⇒ Google::Apis::BigqueryV2::ModelReference
Required. Unique identifier for this model.
Corresponds to the JSON property modelReference
4440 4441 4442 |
# File 'lib/google/apis/bigquery_v2/classes.rb', line 4440 def model_reference @model_reference end |
#model_type ⇒ String
Output only. Type of the model resource.
Corresponds to the JSON property modelType
4445 4446 4447 |
# File 'lib/google/apis/bigquery_v2/classes.rb', line 4445 def model_type @model_type end |
#training_runs ⇒ Array<Google::Apis::BigqueryV2::TrainingRun>
Output only. Information for all training runs in increasing order of
start_time.
Corresponds to the JSON property trainingRuns
4451 4452 4453 |
# File 'lib/google/apis/bigquery_v2/classes.rb', line 4451 def training_runs @training_runs end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4458 4459 4460 4461 4462 4463 4464 4465 4466 4467 4468 4469 4470 4471 4472 4473 4474 |
# File 'lib/google/apis/bigquery_v2/classes.rb', line 4458 def update!(**args) @best_trial_id = args[:best_trial_id] if args.key?(:best_trial_id) @creation_time = args[:creation_time] if args.key?(:creation_time) @description = args[:description] if args.key?(:description) @encryption_configuration = args[:encryption_configuration] if args.key?(:encryption_configuration) @etag = args[:etag] if args.key?(:etag) @expiration_time = args[:expiration_time] if args.key?(:expiration_time) @feature_columns = args[:feature_columns] if args.key?(:feature_columns) @friendly_name = args[:friendly_name] if args.key?(:friendly_name) @label_columns = args[:label_columns] if args.key?(:label_columns) @labels = args[:labels] if args.key?(:labels) @last_modified_time = args[:last_modified_time] if args.key?(:last_modified_time) @location = args[:location] if args.key?(:location) @model_reference = args[:model_reference] if args.key?(:model_reference) @model_type = args[:model_type] if args.key?(:model_type) @training_runs = args[:training_runs] if args.key?(:training_runs) end |