|
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< StandardSqlField > | FeatureColumns [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< StandardSqlField > | LabelColumns [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< TrainingRun > | TrainingRuns [get, set] |
| Output only. Information for all training runs in increasing order of start_time. More...
|
|
string | ETag |
|