bigquery  v2
Properties | List of all members
Google.Apis.Bigquery.v2.Data.Model Class Reference
Inheritance diagram for Google.Apis.Bigquery.v2.Data.Model:
Google::Apis::Requests::IDirectResponseSchema

Properties

virtual System.Nullable< long > CreationTime [get, set]
 Output only. The time when this model was created, in millisecs since the epoch. More...
 
virtual string Description [get, set]
 Optional. A user-friendly description of this model. More...
 
virtual EncryptionConfiguration EncryptionConfiguration [get, set]
 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. More...
 
virtual string ETag [get, set]
 Output only. A hash of this resource. More...
 
virtual System.Nullable< long > ExpirationTime [get, set]
 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. More...
 
virtual System.Collections.Generic.IList< StandardSqlFieldFeatureColumns [get, set]
 Output only. Input feature columns that were used to train this model. More...
 
virtual string FriendlyName [get, set]
 Optional. A descriptive name for this model. More...
 
virtual System.Collections.Generic.IList< StandardSqlFieldLabelColumns [get, set]
 Output only. Label columns that were used to train this model. The output of the model will have a "predicted_" prefix to these columns. More...
 
virtual System.Collections.Generic.IDictionary< string, string > Labels [get, set]
 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. More...
 
virtual System.Nullable< long > LastModifiedTime [get, set]
 Output only. The time when this model was last modified, in millisecs since the epoch. More...
 
virtual string Location [get, set]
 Output only. The geographic location where the model resides. This value is inherited from the dataset. More...
 
virtual ModelReference ModelReference [get, set]
 Required. Unique identifier for this model. More...
 
virtual string ModelType [get, set]
 Output only. Type of the model resource. More...
 
virtual System.Collections.Generic.IList< TrainingRunTrainingRuns [get, set]
 Output only. Information for all training runs in increasing order of start_time. More...
 
- Properties inherited from Google::Apis::Requests::IDirectResponseSchema
string ETag
 

Property Documentation

◆ CreationTime

virtual System.Nullable<long> Google.Apis.Bigquery.v2.Data.Model.CreationTime
getset

Output only. The time when this model was created, in millisecs since the epoch.

◆ Description

virtual string Google.Apis.Bigquery.v2.Data.Model.Description
getset

Optional. A user-friendly description of this model.

◆ EncryptionConfiguration

virtual EncryptionConfiguration Google.Apis.Bigquery.v2.Data.Model.EncryptionConfiguration
getset

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.

◆ ETag

virtual string Google.Apis.Bigquery.v2.Data.Model.ETag
getset

Output only. A hash of this resource.

◆ ExpirationTime

virtual System.Nullable<long> Google.Apis.Bigquery.v2.Data.Model.ExpirationTime
getset

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.

◆ FeatureColumns

virtual System.Collections.Generic.IList<StandardSqlField> Google.Apis.Bigquery.v2.Data.Model.FeatureColumns
getset

Output only. Input feature columns that were used to train this model.

◆ FriendlyName

virtual string Google.Apis.Bigquery.v2.Data.Model.FriendlyName
getset

Optional. A descriptive name for this model.

◆ LabelColumns

virtual System.Collections.Generic.IList<StandardSqlField> Google.Apis.Bigquery.v2.Data.Model.LabelColumns
getset

Output only. Label columns that were used to train this model. The output of the model will have a "predicted_" prefix to these columns.

◆ Labels

virtual System.Collections.Generic.IDictionary<string,string> Google.Apis.Bigquery.v2.Data.Model.Labels
getset

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.

◆ LastModifiedTime

virtual System.Nullable<long> Google.Apis.Bigquery.v2.Data.Model.LastModifiedTime
getset

Output only. The time when this model was last modified, in millisecs since the epoch.

◆ Location

virtual string Google.Apis.Bigquery.v2.Data.Model.Location
getset

Output only. The geographic location where the model resides. This value is inherited from the dataset.

◆ ModelReference

virtual ModelReference Google.Apis.Bigquery.v2.Data.Model.ModelReference
getset

Required. Unique identifier for this model.

◆ ModelType

virtual string Google.Apis.Bigquery.v2.Data.Model.ModelType
getset

Output only. Type of the model resource.

◆ TrainingRuns

virtual System.Collections.Generic.IList<TrainingRun> Google.Apis.Bigquery.v2.Data.Model.TrainingRuns
getset

Output only. Information for all training runs in increasing order of start_time.


The documentation for this class was generated from the following file: