Struct gcp_bigquery_client::model_api::ModelApi [−][src]
pub struct ModelApi { /* fields omitted */ }Expand description
A model API handler.
Implementations
pub async fn list(
&self,
project_id: &str,
dataset_id: &str,
options: ListOptions
) -> Result<ListModelsResponse, BQError>
pub async fn list(
&self,
project_id: &str,
dataset_id: &str,
options: ListOptions
) -> Result<ListModelsResponse, BQError>
Lists all models in the specified dataset. Requires the READER dataset role.
Arguments
project_id- Project ID of the models to list.dataset_id- Dataset ID of the models to list.
Deletes the model specified by modelId from the dataset.
Arguments
project_id- Project ID of the model to deletedataset_id- Dataset ID of the model to deletemodel_id- Model ID of the model to delete
Gets the specified model resource by model ID.
Arguments
project_id- Project ID of the requested modeldataset_id- Dataset ID of the requested modelroutine_id- Routine ID of the requested model
Patch specific fields in the specified model.
Arguments
project_id- Project ID of the model to patchdataset_id- Dataset ID of the model to patchmodel_id- Routine ID of the model to patchmodel- Model to patch
Auto Trait Implementations
impl !RefUnwindSafe for ModelApi
impl !UnwindSafe for ModelApi
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
