Struct google_bigquery2::api::Model [−][src]
There is no detailed description.
Activities
This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).
- delete models (none)
- get models (response)
- list models (none)
- patch models (request|response)
Fields
best_trial_id: Option<String>The best trial_id across all training runs.
creation_time: Option<String>Output only. The time when this model was created, in millisecs since the epoch.
description: Option<String>Optional. A user-friendly description of this model.
encryption_configuration: Option<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.
etag: Option<String>Output only. A hash of this resource.
expiration_time: Option<String>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.
feature_columns: Option<Vec<StandardSqlField>>Output only. Input feature columns that were used to train this model.
friendly_name: Option<String>Optional. A descriptive name for this model.
label_columns: Option<Vec<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.
labels: Option<HashMap<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.
last_modified_time: Option<String>Output only. The time when this model was last modified, in millisecs since the epoch.
location: Option<String>Output only. The geographic location where the model resides. This value is inherited from the dataset.
model_reference: Option<ModelReference>Required. Unique identifier for this model.
model_type: Option<String>Output only. Type of the model resource.
training_runs: Option<Vec<TrainingRun>>Output only. Information for all training runs in increasing order of start_time.
Trait Implementations
impl Clone for Model[src]
impl Debug for Model[src]
impl Default for Model[src]
impl<'de> Deserialize<'de> for Model[src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
__D: Deserializer<'de>,
impl RequestValue for Model[src]
impl Resource for Model[src]
impl ResponseResult for Model[src]
impl Serialize for Model[src]
Auto Trait Implementations
impl RefUnwindSafe for Model
impl Send for Model
impl Sync for Model
impl Unpin for Model
impl UnwindSafe for Model
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>, [src]
T: for<'de> Deserialize<'de>,
impl<T> From<T> for T[src]
impl<T> Instrument for T[src]
pub fn instrument(self, span: Span) -> Instrumented<Self>[src]
pub fn in_current_span(self) -> Instrumented<Self>[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,