Struct ProjectMethods

Source
pub struct ProjectMethods<'a, C>
where C: 'a,
{ /* private fields */ }
Expand description

A builder providing access to all methods supported on project resources. It is not used directly, but through the Aiplatform hub.

§Example

Instantiate a resource builder

extern crate hyper;
extern crate hyper_rustls;
extern crate google_aiplatform1_beta1 as aiplatform1_beta1;

use aiplatform1_beta1::{Aiplatform, FieldMask, hyper_rustls, hyper_util, yup_oauth2};

let secret: yup_oauth2::ApplicationSecret = Default::default();
let auth = yup_oauth2::InstalledFlowAuthenticator::builder(
    secret,
    yup_oauth2::InstalledFlowReturnMethod::HTTPRedirect,
).build().await.unwrap();

let client = hyper_util::client::legacy::Client::builder(
    hyper_util::rt::TokioExecutor::new()
)
.build(
    hyper_rustls::HttpsConnectorBuilder::new()
        .with_native_roots()
        .unwrap()
        .https_or_http()
        .enable_http1()
        .build()
);
let mut hub = Aiplatform::new(client, auth);
// Usually you wouldn't bind this to a variable, but keep calling *CallBuilders*
// like `get_cache_config(...)`, `locations_agents_operations_cancel(...)`, `locations_agents_operations_delete(...)`, `locations_agents_operations_get(...)`, `locations_agents_operations_list(...)`, `locations_agents_operations_wait(...)`, `locations_apps_operations_cancel(...)`, `locations_apps_operations_delete(...)`, `locations_apps_operations_get(...)`, `locations_apps_operations_list(...)`, `locations_apps_operations_wait(...)`, `locations_batch_prediction_jobs_cancel(...)`, `locations_batch_prediction_jobs_create(...)`, `locations_batch_prediction_jobs_delete(...)`, `locations_batch_prediction_jobs_get(...)`, `locations_batch_prediction_jobs_list(...)`, `locations_cached_contents_create(...)`, `locations_cached_contents_delete(...)`, `locations_cached_contents_get(...)`, `locations_cached_contents_list(...)`, `locations_cached_contents_patch(...)`, `locations_custom_jobs_cancel(...)`, `locations_custom_jobs_create(...)`, `locations_custom_jobs_delete(...)`, `locations_custom_jobs_get(...)`, `locations_custom_jobs_list(...)`, `locations_custom_jobs_operations_cancel(...)`, `locations_custom_jobs_operations_delete(...)`, `locations_custom_jobs_operations_get(...)`, `locations_custom_jobs_operations_list(...)`, `locations_custom_jobs_operations_wait(...)`, `locations_data_labeling_jobs_cancel(...)`, `locations_data_labeling_jobs_create(...)`, `locations_data_labeling_jobs_delete(...)`, `locations_data_labeling_jobs_get(...)`, `locations_data_labeling_jobs_list(...)`, `locations_data_labeling_jobs_operations_cancel(...)`, `locations_data_labeling_jobs_operations_delete(...)`, `locations_data_labeling_jobs_operations_get(...)`, `locations_data_labeling_jobs_operations_list(...)`, `locations_data_labeling_jobs_operations_wait(...)`, `locations_datasets_annotation_specs_get(...)`, `locations_datasets_annotation_specs_operations_cancel(...)`, `locations_datasets_annotation_specs_operations_delete(...)`, `locations_datasets_annotation_specs_operations_get(...)`, `locations_datasets_annotation_specs_operations_list(...)`, `locations_datasets_annotation_specs_operations_wait(...)`, `locations_datasets_create(...)`, `locations_datasets_data_items_annotations_list(...)`, `locations_datasets_data_items_annotations_operations_cancel(...)`, `locations_datasets_data_items_annotations_operations_delete(...)`, `locations_datasets_data_items_annotations_operations_get(...)`, `locations_datasets_data_items_annotations_operations_list(...)`, `locations_datasets_data_items_annotations_operations_wait(...)`, `locations_datasets_data_items_list(...)`, `locations_datasets_data_items_operations_cancel(...)`, `locations_datasets_data_items_operations_delete(...)`, `locations_datasets_data_items_operations_get(...)`, `locations_datasets_data_items_operations_list(...)`, `locations_datasets_data_items_operations_wait(...)`, `locations_datasets_dataset_versions_create(...)`, `locations_datasets_dataset_versions_delete(...)`, `locations_datasets_dataset_versions_get(...)`, `locations_datasets_dataset_versions_list(...)`, `locations_datasets_dataset_versions_patch(...)`, `locations_datasets_dataset_versions_restore(...)`, `locations_datasets_delete(...)`, `locations_datasets_export(...)`, `locations_datasets_get(...)`, `locations_datasets_import(...)`, `locations_datasets_list(...)`, `locations_datasets_operations_cancel(...)`, `locations_datasets_operations_delete(...)`, `locations_datasets_operations_get(...)`, `locations_datasets_operations_list(...)`, `locations_datasets_operations_wait(...)`, `locations_datasets_patch(...)`, `locations_datasets_saved_queries_delete(...)`, `locations_datasets_saved_queries_list(...)`, `locations_datasets_saved_queries_operations_cancel(...)`, `locations_datasets_saved_queries_operations_delete(...)`, `locations_datasets_saved_queries_operations_get(...)`, `locations_datasets_saved_queries_operations_list(...)`, `locations_datasets_saved_queries_operations_wait(...)`, `locations_datasets_search_data_items(...)`, `locations_deployment_resource_pools_create(...)`, `locations_deployment_resource_pools_delete(...)`, `locations_deployment_resource_pools_get(...)`, `locations_deployment_resource_pools_list(...)`, `locations_deployment_resource_pools_operations_cancel(...)`, `locations_deployment_resource_pools_operations_delete(...)`, `locations_deployment_resource_pools_operations_get(...)`, `locations_deployment_resource_pools_operations_list(...)`, `locations_deployment_resource_pools_operations_wait(...)`, `locations_deployment_resource_pools_patch(...)`, `locations_deployment_resource_pools_query_deployed_models(...)`, `locations_edge_devices_operations_cancel(...)`, `locations_edge_devices_operations_delete(...)`, `locations_edge_devices_operations_get(...)`, `locations_edge_devices_operations_list(...)`, `locations_edge_devices_operations_wait(...)`, `locations_endpoints_chat_completions(...)`, `locations_endpoints_compute_tokens(...)`, `locations_endpoints_count_tokens(...)`, `locations_endpoints_create(...)`, `locations_endpoints_delete(...)`, `locations_endpoints_deploy_model(...)`, `locations_endpoints_direct_predict(...)`, `locations_endpoints_direct_raw_predict(...)`, `locations_endpoints_explain(...)`, `locations_endpoints_generate_content(...)`, `locations_endpoints_get(...)`, `locations_endpoints_get_iam_policy(...)`, `locations_endpoints_list(...)`, `locations_endpoints_mutate_deployed_model(...)`, `locations_endpoints_operations_cancel(...)`, `locations_endpoints_operations_delete(...)`, `locations_endpoints_operations_get(...)`, `locations_endpoints_operations_list(...)`, `locations_endpoints_operations_wait(...)`, `locations_endpoints_patch(...)`, `locations_endpoints_predict(...)`, `locations_endpoints_raw_predict(...)`, `locations_endpoints_server_streaming_predict(...)`, `locations_endpoints_set_iam_policy(...)`, `locations_endpoints_stream_generate_content(...)`, `locations_endpoints_stream_raw_predict(...)`, `locations_endpoints_test_iam_permissions(...)`, `locations_endpoints_undeploy_model(...)`, `locations_evaluate_instances(...)`, `locations_evaluation_tasks_operations_delete(...)`, `locations_evaluation_tasks_operations_get(...)`, `locations_evaluation_tasks_operations_list(...)`, `locations_evaluation_tasks_operations_wait(...)`, `locations_example_stores_operations_cancel(...)`, `locations_example_stores_operations_delete(...)`, `locations_example_stores_operations_get(...)`, `locations_example_stores_operations_list(...)`, `locations_example_stores_operations_wait(...)`, `locations_extension_controllers_operations_cancel(...)`, `locations_extension_controllers_operations_delete(...)`, `locations_extension_controllers_operations_get(...)`, `locations_extension_controllers_operations_list(...)`, `locations_extension_controllers_operations_wait(...)`, `locations_extensions_delete(...)`, `locations_extensions_execute(...)`, `locations_extensions_get(...)`, `locations_extensions_import(...)`, `locations_extensions_list(...)`, `locations_extensions_operations_cancel(...)`, `locations_extensions_operations_delete(...)`, `locations_extensions_operations_get(...)`, `locations_extensions_operations_list(...)`, `locations_extensions_operations_wait(...)`, `locations_extensions_patch(...)`, `locations_extensions_query(...)`, `locations_feature_groups_create(...)`, `locations_feature_groups_delete(...)`, `locations_feature_groups_features_create(...)`, `locations_feature_groups_features_delete(...)`, `locations_feature_groups_features_get(...)`, `locations_feature_groups_features_list(...)`, `locations_feature_groups_features_operations_delete(...)`, `locations_feature_groups_features_operations_get(...)`, `locations_feature_groups_features_operations_list(...)`, `locations_feature_groups_features_operations_wait(...)`, `locations_feature_groups_features_patch(...)`, `locations_feature_groups_get(...)`, `locations_feature_groups_list(...)`, `locations_feature_groups_operations_delete(...)`, `locations_feature_groups_operations_get(...)`, `locations_feature_groups_operations_list(...)`, `locations_feature_groups_operations_wait(...)`, `locations_feature_groups_patch(...)`, `locations_feature_online_stores_create(...)`, `locations_feature_online_stores_delete(...)`, `locations_feature_online_stores_feature_views_create(...)`, `locations_feature_online_stores_feature_views_delete(...)`, `locations_feature_online_stores_feature_views_feature_view_syncs_get(...)`, `locations_feature_online_stores_feature_views_feature_view_syncs_list(...)`, `locations_feature_online_stores_feature_views_fetch_feature_values(...)`, `locations_feature_online_stores_feature_views_get(...)`, `locations_feature_online_stores_feature_views_get_iam_policy(...)`, `locations_feature_online_stores_feature_views_list(...)`, `locations_feature_online_stores_feature_views_operations_delete(...)`, `locations_feature_online_stores_feature_views_operations_get(...)`, `locations_feature_online_stores_feature_views_operations_list(...)`, `locations_feature_online_stores_feature_views_operations_wait(...)`, `locations_feature_online_stores_feature_views_patch(...)`, `locations_feature_online_stores_feature_views_search_nearest_entities(...)`, `locations_feature_online_stores_feature_views_set_iam_policy(...)`, `locations_feature_online_stores_feature_views_streaming_fetch_feature_values(...)`, `locations_feature_online_stores_feature_views_sync(...)`, `locations_feature_online_stores_feature_views_test_iam_permissions(...)`, `locations_feature_online_stores_get(...)`, `locations_feature_online_stores_get_iam_policy(...)`, `locations_feature_online_stores_list(...)`, `locations_feature_online_stores_operations_delete(...)`, `locations_feature_online_stores_operations_get(...)`, `locations_feature_online_stores_operations_list(...)`, `locations_feature_online_stores_operations_wait(...)`, `locations_feature_online_stores_patch(...)`, `locations_feature_online_stores_set_iam_policy(...)`, `locations_feature_online_stores_test_iam_permissions(...)`, `locations_featurestores_batch_read_feature_values(...)`, `locations_featurestores_create(...)`, `locations_featurestores_delete(...)`, `locations_featurestores_entity_types_create(...)`, `locations_featurestores_entity_types_delete(...)`, `locations_featurestores_entity_types_delete_feature_values(...)`, `locations_featurestores_entity_types_export_feature_values(...)`, `locations_featurestores_entity_types_features_batch_create(...)`, `locations_featurestores_entity_types_features_create(...)`, `locations_featurestores_entity_types_features_delete(...)`, `locations_featurestores_entity_types_features_get(...)`, `locations_featurestores_entity_types_features_list(...)`, `locations_featurestores_entity_types_features_operations_cancel(...)`, `locations_featurestores_entity_types_features_operations_delete(...)`, `locations_featurestores_entity_types_features_operations_get(...)`, `locations_featurestores_entity_types_features_operations_list(...)`, `locations_featurestores_entity_types_features_operations_wait(...)`, `locations_featurestores_entity_types_features_patch(...)`, `locations_featurestores_entity_types_get(...)`, `locations_featurestores_entity_types_get_iam_policy(...)`, `locations_featurestores_entity_types_import_feature_values(...)`, `locations_featurestores_entity_types_list(...)`, `locations_featurestores_entity_types_operations_cancel(...)`, `locations_featurestores_entity_types_operations_delete(...)`, `locations_featurestores_entity_types_operations_get(...)`, `locations_featurestores_entity_types_operations_list(...)`, `locations_featurestores_entity_types_operations_wait(...)`, `locations_featurestores_entity_types_patch(...)`, `locations_featurestores_entity_types_read_feature_values(...)`, `locations_featurestores_entity_types_set_iam_policy(...)`, `locations_featurestores_entity_types_streaming_read_feature_values(...)`, `locations_featurestores_entity_types_test_iam_permissions(...)`, `locations_featurestores_entity_types_write_feature_values(...)`, `locations_featurestores_get(...)`, `locations_featurestores_get_iam_policy(...)`, `locations_featurestores_list(...)`, `locations_featurestores_operations_cancel(...)`, `locations_featurestores_operations_delete(...)`, `locations_featurestores_operations_get(...)`, `locations_featurestores_operations_list(...)`, `locations_featurestores_operations_wait(...)`, `locations_featurestores_patch(...)`, `locations_featurestores_search_features(...)`, `locations_featurestores_set_iam_policy(...)`, `locations_featurestores_test_iam_permissions(...)`, `locations_get(...)`, `locations_hyperparameter_tuning_jobs_cancel(...)`, `locations_hyperparameter_tuning_jobs_create(...)`, `locations_hyperparameter_tuning_jobs_delete(...)`, `locations_hyperparameter_tuning_jobs_get(...)`, `locations_hyperparameter_tuning_jobs_list(...)`, `locations_hyperparameter_tuning_jobs_operations_cancel(...)`, `locations_hyperparameter_tuning_jobs_operations_delete(...)`, `locations_hyperparameter_tuning_jobs_operations_get(...)`, `locations_hyperparameter_tuning_jobs_operations_list(...)`, `locations_hyperparameter_tuning_jobs_operations_wait(...)`, `locations_index_endpoints_create(...)`, `locations_index_endpoints_delete(...)`, `locations_index_endpoints_deploy_index(...)`, `locations_index_endpoints_find_neighbors(...)`, `locations_index_endpoints_get(...)`, `locations_index_endpoints_list(...)`, `locations_index_endpoints_mutate_deployed_index(...)`, `locations_index_endpoints_operations_cancel(...)`, `locations_index_endpoints_operations_delete(...)`, `locations_index_endpoints_operations_get(...)`, `locations_index_endpoints_operations_list(...)`, `locations_index_endpoints_operations_wait(...)`, `locations_index_endpoints_patch(...)`, `locations_index_endpoints_read_index_datapoints(...)`, `locations_index_endpoints_undeploy_index(...)`, `locations_indexes_create(...)`, `locations_indexes_delete(...)`, `locations_indexes_get(...)`, `locations_indexes_list(...)`, `locations_indexes_operations_cancel(...)`, `locations_indexes_operations_delete(...)`, `locations_indexes_operations_get(...)`, `locations_indexes_operations_list(...)`, `locations_indexes_operations_wait(...)`, `locations_indexes_patch(...)`, `locations_indexes_remove_datapoints(...)`, `locations_indexes_upsert_datapoints(...)`, `locations_list(...)`, `locations_metadata_stores_artifacts_create(...)`, `locations_metadata_stores_artifacts_delete(...)`, `locations_metadata_stores_artifacts_get(...)`, `locations_metadata_stores_artifacts_list(...)`, `locations_metadata_stores_artifacts_operations_cancel(...)`, `locations_metadata_stores_artifacts_operations_delete(...)`, `locations_metadata_stores_artifacts_operations_get(...)`, `locations_metadata_stores_artifacts_operations_list(...)`, `locations_metadata_stores_artifacts_operations_wait(...)`, `locations_metadata_stores_artifacts_patch(...)`, `locations_metadata_stores_artifacts_purge(...)`, `locations_metadata_stores_artifacts_query_artifact_lineage_subgraph(...)`, `locations_metadata_stores_contexts_add_context_artifacts_and_executions(...)`, `locations_metadata_stores_contexts_add_context_children(...)`, `locations_metadata_stores_contexts_create(...)`, `locations_metadata_stores_contexts_delete(...)`, `locations_metadata_stores_contexts_get(...)`, `locations_metadata_stores_contexts_list(...)`, `locations_metadata_stores_contexts_operations_cancel(...)`, `locations_metadata_stores_contexts_operations_delete(...)`, `locations_metadata_stores_contexts_operations_get(...)`, `locations_metadata_stores_contexts_operations_list(...)`, `locations_metadata_stores_contexts_operations_wait(...)`, `locations_metadata_stores_contexts_patch(...)`, `locations_metadata_stores_contexts_purge(...)`, `locations_metadata_stores_contexts_query_context_lineage_subgraph(...)`, `locations_metadata_stores_contexts_remove_context_children(...)`, `locations_metadata_stores_create(...)`, `locations_metadata_stores_delete(...)`, `locations_metadata_stores_executions_add_execution_events(...)`, `locations_metadata_stores_executions_create(...)`, `locations_metadata_stores_executions_delete(...)`, `locations_metadata_stores_executions_get(...)`, `locations_metadata_stores_executions_list(...)`, `locations_metadata_stores_executions_operations_cancel(...)`, `locations_metadata_stores_executions_operations_delete(...)`, `locations_metadata_stores_executions_operations_get(...)`, `locations_metadata_stores_executions_operations_list(...)`, `locations_metadata_stores_executions_operations_wait(...)`, `locations_metadata_stores_executions_patch(...)`, `locations_metadata_stores_executions_purge(...)`, `locations_metadata_stores_executions_query_execution_inputs_and_outputs(...)`, `locations_metadata_stores_get(...)`, `locations_metadata_stores_list(...)`, `locations_metadata_stores_metadata_schemas_create(...)`, `locations_metadata_stores_metadata_schemas_get(...)`, `locations_metadata_stores_metadata_schemas_list(...)`, `locations_metadata_stores_operations_cancel(...)`, `locations_metadata_stores_operations_delete(...)`, `locations_metadata_stores_operations_get(...)`, `locations_metadata_stores_operations_list(...)`, `locations_metadata_stores_operations_wait(...)`, `locations_migratable_resources_batch_migrate(...)`, `locations_migratable_resources_operations_cancel(...)`, `locations_migratable_resources_operations_delete(...)`, `locations_migratable_resources_operations_get(...)`, `locations_migratable_resources_operations_list(...)`, `locations_migratable_resources_operations_wait(...)`, `locations_migratable_resources_search(...)`, `locations_model_deployment_monitoring_jobs_create(...)`, `locations_model_deployment_monitoring_jobs_delete(...)`, `locations_model_deployment_monitoring_jobs_get(...)`, `locations_model_deployment_monitoring_jobs_list(...)`, `locations_model_deployment_monitoring_jobs_operations_cancel(...)`, `locations_model_deployment_monitoring_jobs_operations_delete(...)`, `locations_model_deployment_monitoring_jobs_operations_get(...)`, `locations_model_deployment_monitoring_jobs_operations_list(...)`, `locations_model_deployment_monitoring_jobs_operations_wait(...)`, `locations_model_deployment_monitoring_jobs_patch(...)`, `locations_model_deployment_monitoring_jobs_pause(...)`, `locations_model_deployment_monitoring_jobs_resume(...)`, `locations_model_deployment_monitoring_jobs_search_model_deployment_monitoring_stats_anomalies(...)`, `locations_model_monitors_create(...)`, `locations_model_monitors_delete(...)`, `locations_model_monitors_get(...)`, `locations_model_monitors_list(...)`, `locations_model_monitors_model_monitoring_jobs_create(...)`, `locations_model_monitors_model_monitoring_jobs_delete(...)`, `locations_model_monitors_model_monitoring_jobs_get(...)`, `locations_model_monitors_model_monitoring_jobs_list(...)`, `locations_model_monitors_operations_cancel(...)`, `locations_model_monitors_operations_delete(...)`, `locations_model_monitors_operations_get(...)`, `locations_model_monitors_operations_list(...)`, `locations_model_monitors_operations_wait(...)`, `locations_model_monitors_patch(...)`, `locations_model_monitors_search_model_monitoring_alerts(...)`, `locations_model_monitors_search_model_monitoring_stats(...)`, `locations_models_copy(...)`, `locations_models_delete(...)`, `locations_models_delete_version(...)`, `locations_models_evaluations_get(...)`, `locations_models_evaluations_import(...)`, `locations_models_evaluations_list(...)`, `locations_models_evaluations_operations_cancel(...)`, `locations_models_evaluations_operations_delete(...)`, `locations_models_evaluations_operations_get(...)`, `locations_models_evaluations_operations_list(...)`, `locations_models_evaluations_operations_wait(...)`, `locations_models_evaluations_slices_batch_import(...)`, `locations_models_evaluations_slices_get(...)`, `locations_models_evaluations_slices_list(...)`, `locations_models_export(...)`, `locations_models_get(...)`, `locations_models_get_iam_policy(...)`, `locations_models_list(...)`, `locations_models_list_versions(...)`, `locations_models_merge_version_aliases(...)`, `locations_models_operations_cancel(...)`, `locations_models_operations_delete(...)`, `locations_models_operations_get(...)`, `locations_models_operations_list(...)`, `locations_models_operations_wait(...)`, `locations_models_patch(...)`, `locations_models_set_iam_policy(...)`, `locations_models_test_iam_permissions(...)`, `locations_models_update_explanation_dataset(...)`, `locations_models_upload(...)`, `locations_nas_jobs_cancel(...)`, `locations_nas_jobs_create(...)`, `locations_nas_jobs_delete(...)`, `locations_nas_jobs_get(...)`, `locations_nas_jobs_list(...)`, `locations_nas_jobs_nas_trial_details_get(...)`, `locations_nas_jobs_nas_trial_details_list(...)`, `locations_notebook_execution_jobs_create(...)`, `locations_notebook_execution_jobs_delete(...)`, `locations_notebook_execution_jobs_generate_access_token(...)`, `locations_notebook_execution_jobs_get(...)`, `locations_notebook_execution_jobs_list(...)`, `locations_notebook_execution_jobs_operations_cancel(...)`, `locations_notebook_execution_jobs_operations_delete(...)`, `locations_notebook_execution_jobs_operations_get(...)`, `locations_notebook_execution_jobs_operations_list(...)`, `locations_notebook_execution_jobs_operations_wait(...)`, `locations_notebook_execution_jobs_report_event(...)`, `locations_notebook_runtime_templates_create(...)`, `locations_notebook_runtime_templates_delete(...)`, `locations_notebook_runtime_templates_get(...)`, `locations_notebook_runtime_templates_get_iam_policy(...)`, `locations_notebook_runtime_templates_list(...)`, `locations_notebook_runtime_templates_operations_cancel(...)`, `locations_notebook_runtime_templates_operations_delete(...)`, `locations_notebook_runtime_templates_operations_get(...)`, `locations_notebook_runtime_templates_operations_list(...)`, `locations_notebook_runtime_templates_operations_wait(...)`, `locations_notebook_runtime_templates_patch(...)`, `locations_notebook_runtime_templates_set_iam_policy(...)`, `locations_notebook_runtime_templates_test_iam_permissions(...)`, `locations_notebook_runtimes_assign(...)`, `locations_notebook_runtimes_delete(...)`, `locations_notebook_runtimes_generate_access_token(...)`, `locations_notebook_runtimes_get(...)`, `locations_notebook_runtimes_list(...)`, `locations_notebook_runtimes_operations_cancel(...)`, `locations_notebook_runtimes_operations_delete(...)`, `locations_notebook_runtimes_operations_get(...)`, `locations_notebook_runtimes_operations_list(...)`, `locations_notebook_runtimes_operations_wait(...)`, `locations_notebook_runtimes_report_event(...)`, `locations_notebook_runtimes_start(...)`, `locations_notebook_runtimes_upgrade(...)`, `locations_operations_cancel(...)`, `locations_operations_delete(...)`, `locations_operations_get(...)`, `locations_operations_list(...)`, `locations_operations_wait(...)`, `locations_persistent_resources_create(...)`, `locations_persistent_resources_delete(...)`, `locations_persistent_resources_get(...)`, `locations_persistent_resources_list(...)`, `locations_persistent_resources_operations_cancel(...)`, `locations_persistent_resources_operations_delete(...)`, `locations_persistent_resources_operations_get(...)`, `locations_persistent_resources_operations_list(...)`, `locations_persistent_resources_operations_wait(...)`, `locations_persistent_resources_patch(...)`, `locations_persistent_resources_reboot(...)`, `locations_pipeline_jobs_batch_cancel(...)`, `locations_pipeline_jobs_batch_delete(...)`, `locations_pipeline_jobs_cancel(...)`, `locations_pipeline_jobs_create(...)`, `locations_pipeline_jobs_delete(...)`, `locations_pipeline_jobs_get(...)`, `locations_pipeline_jobs_list(...)`, `locations_pipeline_jobs_operations_cancel(...)`, `locations_pipeline_jobs_operations_delete(...)`, `locations_pipeline_jobs_operations_get(...)`, `locations_pipeline_jobs_operations_list(...)`, `locations_pipeline_jobs_operations_wait(...)`, `locations_publishers_models_compute_tokens(...)`, `locations_publishers_models_count_tokens(...)`, `locations_publishers_models_generate_content(...)`, `locations_publishers_models_get_iam_policy(...)`, `locations_publishers_models_predict(...)`, `locations_publishers_models_raw_predict(...)`, `locations_publishers_models_server_streaming_predict(...)`, `locations_publishers_models_stream_generate_content(...)`, `locations_publishers_models_stream_raw_predict(...)`, `locations_rag_corpora_create(...)`, `locations_rag_corpora_delete(...)`, `locations_rag_corpora_get(...)`, `locations_rag_corpora_list(...)`, `locations_rag_corpora_operations_cancel(...)`, `locations_rag_corpora_operations_delete(...)`, `locations_rag_corpora_operations_get(...)`, `locations_rag_corpora_operations_list(...)`, `locations_rag_corpora_operations_wait(...)`, `locations_rag_corpora_rag_files_delete(...)`, `locations_rag_corpora_rag_files_get(...)`, `locations_rag_corpora_rag_files_import(...)`, `locations_rag_corpora_rag_files_list(...)`, `locations_rag_corpora_rag_files_operations_cancel(...)`, `locations_rag_corpora_rag_files_operations_delete(...)`, `locations_rag_corpora_rag_files_operations_get(...)`, `locations_rag_corpora_rag_files_operations_list(...)`, `locations_rag_corpora_rag_files_operations_wait(...)`, `locations_reasoning_engines_create(...)`, `locations_reasoning_engines_delete(...)`, `locations_reasoning_engines_get(...)`, `locations_reasoning_engines_list(...)`, `locations_reasoning_engines_operations_cancel(...)`, `locations_reasoning_engines_operations_delete(...)`, `locations_reasoning_engines_operations_get(...)`, `locations_reasoning_engines_operations_list(...)`, `locations_reasoning_engines_operations_wait(...)`, `locations_reasoning_engines_patch(...)`, `locations_reasoning_engines_query(...)`, `locations_retrieve_contexts(...)`, `locations_schedules_create(...)`, `locations_schedules_delete(...)`, `locations_schedules_get(...)`, `locations_schedules_list(...)`, `locations_schedules_operations_cancel(...)`, `locations_schedules_operations_delete(...)`, `locations_schedules_operations_get(...)`, `locations_schedules_operations_list(...)`, `locations_schedules_operations_wait(...)`, `locations_schedules_patch(...)`, `locations_schedules_pause(...)`, `locations_schedules_resume(...)`, `locations_solvers_operations_delete(...)`, `locations_solvers_operations_get(...)`, `locations_solvers_operations_list(...)`, `locations_specialist_pools_create(...)`, `locations_specialist_pools_delete(...)`, `locations_specialist_pools_get(...)`, `locations_specialist_pools_list(...)`, `locations_specialist_pools_operations_cancel(...)`, `locations_specialist_pools_operations_delete(...)`, `locations_specialist_pools_operations_get(...)`, `locations_specialist_pools_operations_list(...)`, `locations_specialist_pools_operations_wait(...)`, `locations_specialist_pools_patch(...)`, `locations_studies_create(...)`, `locations_studies_delete(...)`, `locations_studies_get(...)`, `locations_studies_list(...)`, `locations_studies_lookup(...)`, `locations_studies_operations_cancel(...)`, `locations_studies_operations_delete(...)`, `locations_studies_operations_get(...)`, `locations_studies_operations_list(...)`, `locations_studies_operations_wait(...)`, `locations_studies_trials_add_trial_measurement(...)`, `locations_studies_trials_check_trial_early_stopping_state(...)`, `locations_studies_trials_complete(...)`, `locations_studies_trials_create(...)`, `locations_studies_trials_delete(...)`, `locations_studies_trials_get(...)`, `locations_studies_trials_list(...)`, `locations_studies_trials_list_optimal_trials(...)`, `locations_studies_trials_operations_cancel(...)`, `locations_studies_trials_operations_delete(...)`, `locations_studies_trials_operations_get(...)`, `locations_studies_trials_operations_list(...)`, `locations_studies_trials_operations_wait(...)`, `locations_studies_trials_stop(...)`, `locations_studies_trials_suggest(...)`, `locations_tensorboards_batch_read(...)`, `locations_tensorboards_create(...)`, `locations_tensorboards_delete(...)`, `locations_tensorboards_experiments_batch_create(...)`, `locations_tensorboards_experiments_create(...)`, `locations_tensorboards_experiments_delete(...)`, `locations_tensorboards_experiments_get(...)`, `locations_tensorboards_experiments_list(...)`, `locations_tensorboards_experiments_operations_cancel(...)`, `locations_tensorboards_experiments_operations_delete(...)`, `locations_tensorboards_experiments_operations_get(...)`, `locations_tensorboards_experiments_operations_list(...)`, `locations_tensorboards_experiments_operations_wait(...)`, `locations_tensorboards_experiments_patch(...)`, `locations_tensorboards_experiments_runs_batch_create(...)`, `locations_tensorboards_experiments_runs_create(...)`, `locations_tensorboards_experiments_runs_delete(...)`, `locations_tensorboards_experiments_runs_get(...)`, `locations_tensorboards_experiments_runs_list(...)`, `locations_tensorboards_experiments_runs_operations_cancel(...)`, `locations_tensorboards_experiments_runs_operations_delete(...)`, `locations_tensorboards_experiments_runs_operations_get(...)`, `locations_tensorboards_experiments_runs_operations_list(...)`, `locations_tensorboards_experiments_runs_operations_wait(...)`, `locations_tensorboards_experiments_runs_patch(...)`, `locations_tensorboards_experiments_runs_time_series_create(...)`, `locations_tensorboards_experiments_runs_time_series_delete(...)`, `locations_tensorboards_experiments_runs_time_series_export_tensorboard_time_series(...)`, `locations_tensorboards_experiments_runs_time_series_get(...)`, `locations_tensorboards_experiments_runs_time_series_list(...)`, `locations_tensorboards_experiments_runs_time_series_operations_cancel(...)`, `locations_tensorboards_experiments_runs_time_series_operations_delete(...)`, `locations_tensorboards_experiments_runs_time_series_operations_get(...)`, `locations_tensorboards_experiments_runs_time_series_operations_list(...)`, `locations_tensorboards_experiments_runs_time_series_operations_wait(...)`, `locations_tensorboards_experiments_runs_time_series_patch(...)`, `locations_tensorboards_experiments_runs_time_series_read(...)`, `locations_tensorboards_experiments_runs_time_series_read_blob_data(...)`, `locations_tensorboards_experiments_runs_write(...)`, `locations_tensorboards_experiments_write(...)`, `locations_tensorboards_get(...)`, `locations_tensorboards_list(...)`, `locations_tensorboards_operations_cancel(...)`, `locations_tensorboards_operations_delete(...)`, `locations_tensorboards_operations_get(...)`, `locations_tensorboards_operations_list(...)`, `locations_tensorboards_operations_wait(...)`, `locations_tensorboards_patch(...)`, `locations_tensorboards_read_size(...)`, `locations_tensorboards_read_usage(...)`, `locations_training_pipelines_cancel(...)`, `locations_training_pipelines_create(...)`, `locations_training_pipelines_delete(...)`, `locations_training_pipelines_get(...)`, `locations_training_pipelines_list(...)`, `locations_training_pipelines_operations_cancel(...)`, `locations_training_pipelines_operations_delete(...)`, `locations_training_pipelines_operations_get(...)`, `locations_training_pipelines_operations_list(...)`, `locations_training_pipelines_operations_wait(...)`, `locations_tuning_jobs_cancel(...)`, `locations_tuning_jobs_create(...)`, `locations_tuning_jobs_get(...)`, `locations_tuning_jobs_list(...)` and `update_cache_config(...)`
// to build up your call.
let rb = hub.projects();

Implementations§

Source§

impl<'a, C> ProjectMethods<'a, C>

Source

pub fn locations_notebook_runtimes_operations_get( &self, name: &str, ) -> ProjectLocationNotebookRuntimeOperationGetCall<'a, C>

Create a builder to help you perform the following task:

Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.

§Arguments
  • name - The name of the operation resource.
Source

pub fn locations_notebook_runtimes_operations_wait( &self, name: &str, ) -> ProjectLocationNotebookRuntimeOperationWaitCall<'a, C>

Create a builder to help you perform the following task:

Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns google.rpc.Code.UNIMPLEMENTED. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.

§Arguments
  • name - The name of the operation resource to wait on.
Source

pub fn locations_notebook_runtimes_operations_cancel( &self, name: &str, ) -> ProjectLocationNotebookRuntimeOperationCancelCall<'a, C>

Create a builder to help you perform the following task:

Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn’t support this method, it returns google.rpc.Code.UNIMPLEMENTED. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to Code.CANCELLED.

§Arguments
  • name - The name of the operation resource to be cancelled.
Source

pub fn locations_notebook_runtimes_operations_delete( &self, name: &str, ) -> ProjectLocationNotebookRuntimeOperationDeleteCall<'a, C>

Create a builder to help you perform the following task:

Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn’t support this method, it returns google.rpc.Code.UNIMPLEMENTED.

§Arguments
  • name - The name of the operation resource to be deleted.
Source

pub fn locations_notebook_runtimes_operations_list( &self, name: &str, ) -> ProjectLocationNotebookRuntimeOperationListCall<'a, C>

Create a builder to help you perform the following task:

Lists operations that match the specified filter in the request. If the server doesn’t support this method, it returns UNIMPLEMENTED.

§Arguments
  • name - The name of the operation’s parent resource.
Source

pub fn locations_notebook_runtimes_assign( &self, request: GoogleCloudAiplatformV1beta1AssignNotebookRuntimeRequest, parent: &str, ) -> ProjectLocationNotebookRuntimeAssignCall<'a, C>

Create a builder to help you perform the following task:

Assigns a NotebookRuntime to a user for a particular Notebook file. This method will either returns an existing assignment or generates a new one.

§Arguments
  • request - No description provided.
  • parent - Required. The resource name of the Location to get the NotebookRuntime assignment. Format: projects/{project}/locations/{location}
Source

pub fn locations_notebook_runtimes_generate_access_token( &self, request: GoogleCloudAiplatformV1beta1GenerateAccessTokenRequest, name: &str, ) -> ProjectLocationNotebookRuntimeGenerateAccessTokenCall<'a, C>

Create a builder to help you perform the following task:

Internal only: Called from Compute Engine instance to obtain EUC for owner Anonymous access: authenticates caller using VM identity JWT. Design doc: go/colab-on-vertex-euc-dd

§Arguments
  • request - No description provided.
  • name - Required. The name of the resource requesting the OAuth2 token. Format: projects/{project}/locations/{location}/notebookRuntimes/{notebook_runtime} projects/{project}/locations/{location}/notebookExecutionJobs/{notebook_execution_job}
Source

pub fn locations_notebook_runtimes_upgrade( &self, request: GoogleCloudAiplatformV1beta1UpgradeNotebookRuntimeRequest, name: &str, ) -> ProjectLocationNotebookRuntimeUpgradeCall<'a, C>

Create a builder to help you perform the following task:

Upgrades a NotebookRuntime.

§Arguments
  • request - No description provided.
  • name - Required. The name of the NotebookRuntime resource to be upgrade. Instead of checking whether the name is in valid NotebookRuntime resource name format, directly throw NotFound exception if there is no such NotebookRuntime in spanner.
Source

pub fn locations_notebook_runtimes_list( &self, parent: &str, ) -> ProjectLocationNotebookRuntimeListCall<'a, C>

Create a builder to help you perform the following task:

Lists NotebookRuntimes in a Location.

§Arguments
  • parent - Required. The resource name of the Location from which to list the NotebookRuntimes. Format: projects/{project}/locations/{location}
Source

pub fn locations_notebook_runtimes_delete( &self, name: &str, ) -> ProjectLocationNotebookRuntimeDeleteCall<'a, C>

Create a builder to help you perform the following task:

Deletes a NotebookRuntime.

§Arguments
  • name - Required. The name of the NotebookRuntime resource to be deleted. Instead of checking whether the name is in valid NotebookRuntime resource name format, directly throw NotFound exception if there is no such NotebookRuntime in spanner.
Source

pub fn locations_notebook_runtimes_report_event( &self, request: GoogleCloudAiplatformV1beta1ReportRuntimeEventRequest, name: &str, ) -> ProjectLocationNotebookRuntimeReportEventCall<'a, C>

Create a builder to help you perform the following task:

§Arguments
  • request - No description provided.
  • name - Required. The name of the NotebookRuntime resource. Format: projects/{project}/locations/{location}/notebookRuntimes/{notebook_runtime}
Source

pub fn locations_notebook_runtimes_get( &self, name: &str, ) -> ProjectLocationNotebookRuntimeGetCall<'a, C>

Create a builder to help you perform the following task:

Gets a NotebookRuntime.

§Arguments
  • name - Required. The name of the NotebookRuntime resource. Instead of checking whether the name is in valid NotebookRuntime resource name format, directly throw NotFound exception if there is no such NotebookRuntime in spanner.
Source

pub fn locations_notebook_runtimes_start( &self, request: GoogleCloudAiplatformV1beta1StartNotebookRuntimeRequest, name: &str, ) -> ProjectLocationNotebookRuntimeStartCall<'a, C>

Create a builder to help you perform the following task:

Starts a NotebookRuntime.

§Arguments
  • request - No description provided.
  • name - Required. The name of the NotebookRuntime resource to be started. Instead of checking whether the name is in valid NotebookRuntime resource name format, directly throw NotFound exception if there is no such NotebookRuntime in spanner.
Source

pub fn locations_apps_operations_cancel( &self, name: &str, ) -> ProjectLocationAppOperationCancelCall<'a, C>

Create a builder to help you perform the following task:

Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn’t support this method, it returns google.rpc.Code.UNIMPLEMENTED. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to Code.CANCELLED.

§Arguments
  • name - The name of the operation resource to be cancelled.
Source

pub fn locations_apps_operations_list( &self, name: &str, ) -> ProjectLocationAppOperationListCall<'a, C>

Create a builder to help you perform the following task:

Lists operations that match the specified filter in the request. If the server doesn’t support this method, it returns UNIMPLEMENTED.

§Arguments
  • name - The name of the operation’s parent resource.
Source

pub fn locations_apps_operations_wait( &self, name: &str, ) -> ProjectLocationAppOperationWaitCall<'a, C>

Create a builder to help you perform the following task:

Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns google.rpc.Code.UNIMPLEMENTED. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.

§Arguments
  • name - The name of the operation resource to wait on.
Source

pub fn locations_apps_operations_delete( &self, name: &str, ) -> ProjectLocationAppOperationDeleteCall<'a, C>

Create a builder to help you perform the following task:

Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn’t support this method, it returns google.rpc.Code.UNIMPLEMENTED.

§Arguments
  • name - The name of the operation resource to be deleted.
Source

pub fn locations_apps_operations_get( &self, name: &str, ) -> ProjectLocationAppOperationGetCall<'a, C>

Create a builder to help you perform the following task:

Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.

§Arguments
  • name - The name of the operation resource.
Source

pub fn locations_notebook_runtime_templates_operations_list( &self, name: &str, ) -> ProjectLocationNotebookRuntimeTemplateOperationListCall<'a, C>

Create a builder to help you perform the following task:

Lists operations that match the specified filter in the request. If the server doesn’t support this method, it returns UNIMPLEMENTED.

§Arguments
  • name - The name of the operation’s parent resource.
Source

pub fn locations_notebook_runtime_templates_operations_wait( &self, name: &str, ) -> ProjectLocationNotebookRuntimeTemplateOperationWaitCall<'a, C>

Create a builder to help you perform the following task:

Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns google.rpc.Code.UNIMPLEMENTED. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.

§Arguments
  • name - The name of the operation resource to wait on.
Source

pub fn locations_notebook_runtime_templates_operations_delete( &self, name: &str, ) -> ProjectLocationNotebookRuntimeTemplateOperationDeleteCall<'a, C>

Create a builder to help you perform the following task:

Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn’t support this method, it returns google.rpc.Code.UNIMPLEMENTED.

§Arguments
  • name - The name of the operation resource to be deleted.
Source

pub fn locations_notebook_runtime_templates_operations_cancel( &self, name: &str, ) -> ProjectLocationNotebookRuntimeTemplateOperationCancelCall<'a, C>

Create a builder to help you perform the following task:

Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn’t support this method, it returns google.rpc.Code.UNIMPLEMENTED. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to Code.CANCELLED.

§Arguments
  • name - The name of the operation resource to be cancelled.
Source

pub fn locations_notebook_runtime_templates_operations_get( &self, name: &str, ) -> ProjectLocationNotebookRuntimeTemplateOperationGetCall<'a, C>

Create a builder to help you perform the following task:

Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.

§Arguments
  • name - The name of the operation resource.
Source

pub fn locations_notebook_runtime_templates_get_iam_policy( &self, resource: &str, ) -> ProjectLocationNotebookRuntimeTemplateGetIamPolicyCall<'a, C>

Create a builder to help you perform the following task:

Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.

§Arguments
  • resource - REQUIRED: The resource for which the policy is being requested. See Resource names for the appropriate value for this field.
Source

pub fn locations_notebook_runtime_templates_test_iam_permissions( &self, resource: &str, ) -> ProjectLocationNotebookRuntimeTemplateTestIamPermissionCall<'a, C>

Create a builder to help you perform the following task:

Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a NOT_FOUND error. Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may “fail open” without warning.

§Arguments
  • resource - REQUIRED: The resource for which the policy detail is being requested. See Resource names for the appropriate value for this field.
Source

pub fn locations_notebook_runtime_templates_set_iam_policy( &self, request: GoogleIamV1SetIamPolicyRequest, resource: &str, ) -> ProjectLocationNotebookRuntimeTemplateSetIamPolicyCall<'a, C>

Create a builder to help you perform the following task:

Sets the access control policy on the specified resource. Replaces any existing policy. Can return NOT_FOUND, INVALID_ARGUMENT, and PERMISSION_DENIED errors.

§Arguments
  • request - No description provided.
  • resource - REQUIRED: The resource for which the policy is being specified. See Resource names for the appropriate value for this field.
Source

pub fn locations_notebook_runtime_templates_get( &self, name: &str, ) -> ProjectLocationNotebookRuntimeTemplateGetCall<'a, C>

Create a builder to help you perform the following task:

Gets a NotebookRuntimeTemplate.

§Arguments
  • name - Required. The name of the NotebookRuntimeTemplate resource. Format: projects/{project}/locations/{location}/notebookRuntimeTemplates/{notebook_runtime_template}
Source

pub fn locations_notebook_runtime_templates_list( &self, parent: &str, ) -> ProjectLocationNotebookRuntimeTemplateListCall<'a, C>

Create a builder to help you perform the following task:

Lists NotebookRuntimeTemplates in a Location.

§Arguments
  • parent - Required. The resource name of the Location from which to list the NotebookRuntimeTemplates. Format: projects/{project}/locations/{location}
Source

pub fn locations_notebook_runtime_templates_patch( &self, request: GoogleCloudAiplatformV1beta1NotebookRuntimeTemplate, name: &str, ) -> ProjectLocationNotebookRuntimeTemplatePatchCall<'a, C>

Create a builder to help you perform the following task:

Updates a NotebookRuntimeTemplate.

§Arguments
  • request - No description provided.
  • name - The resource name of the NotebookRuntimeTemplate.
Source

pub fn locations_notebook_runtime_templates_delete( &self, name: &str, ) -> ProjectLocationNotebookRuntimeTemplateDeleteCall<'a, C>

Create a builder to help you perform the following task:

Deletes a NotebookRuntimeTemplate.

§Arguments
  • name - Required. The name of the NotebookRuntimeTemplate resource to be deleted. Format: projects/{project}/locations/{location}/notebookRuntimeTemplates/{notebook_runtime_template}
Source

pub fn locations_notebook_runtime_templates_create( &self, request: GoogleCloudAiplatformV1beta1NotebookRuntimeTemplate, parent: &str, ) -> ProjectLocationNotebookRuntimeTemplateCreateCall<'a, C>

Create a builder to help you perform the following task:

Creates a NotebookRuntimeTemplate.

§Arguments
  • request - No description provided.
  • parent - Required. The resource name of the Location to create the NotebookRuntimeTemplate. Format: projects/{project}/locations/{location}
Source

pub fn locations_hyperparameter_tuning_jobs_operations_get( &self, name: &str, ) -> ProjectLocationHyperparameterTuningJobOperationGetCall<'a, C>

Create a builder to help you perform the following task:

Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.

§Arguments
  • name - The name of the operation resource.
Source

pub fn locations_hyperparameter_tuning_jobs_operations_delete( &self, name: &str, ) -> ProjectLocationHyperparameterTuningJobOperationDeleteCall<'a, C>

Create a builder to help you perform the following task:

Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn’t support this method, it returns google.rpc.Code.UNIMPLEMENTED.

§Arguments
  • name - The name of the operation resource to be deleted.
Source

pub fn locations_hyperparameter_tuning_jobs_operations_cancel( &self, name: &str, ) -> ProjectLocationHyperparameterTuningJobOperationCancelCall<'a, C>

Create a builder to help you perform the following task:

Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn’t support this method, it returns google.rpc.Code.UNIMPLEMENTED. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to Code.CANCELLED.

§Arguments
  • name - The name of the operation resource to be cancelled.
Source

pub fn locations_hyperparameter_tuning_jobs_operations_list( &self, name: &str, ) -> ProjectLocationHyperparameterTuningJobOperationListCall<'a, C>

Create a builder to help you perform the following task:

Lists operations that match the specified filter in the request. If the server doesn’t support this method, it returns UNIMPLEMENTED.

§Arguments
  • name - The name of the operation’s parent resource.
Source

pub fn locations_hyperparameter_tuning_jobs_operations_wait( &self, name: &str, ) -> ProjectLocationHyperparameterTuningJobOperationWaitCall<'a, C>

Create a builder to help you perform the following task:

Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns google.rpc.Code.UNIMPLEMENTED. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.

§Arguments
  • name - The name of the operation resource to wait on.
Source

pub fn locations_hyperparameter_tuning_jobs_get( &self, name: &str, ) -> ProjectLocationHyperparameterTuningJobGetCall<'a, C>

Create a builder to help you perform the following task:

Gets a HyperparameterTuningJob

§Arguments
  • name - Required. The name of the HyperparameterTuningJob resource. Format: projects/{project}/locations/{location}/hyperparameterTuningJobs/{hyperparameter_tuning_job}
Source

pub fn locations_hyperparameter_tuning_jobs_cancel( &self, request: GoogleCloudAiplatformV1beta1CancelHyperparameterTuningJobRequest, name: &str, ) -> ProjectLocationHyperparameterTuningJobCancelCall<'a, C>

Create a builder to help you perform the following task:

Cancels a HyperparameterTuningJob. Starts asynchronous cancellation on the HyperparameterTuningJob. The server makes a best effort to cancel the job, but success is not guaranteed. Clients can use JobService.GetHyperparameterTuningJob or other methods to check whether the cancellation succeeded or whether the job completed despite cancellation. On successful cancellation, the HyperparameterTuningJob is not deleted; instead it becomes a job with a HyperparameterTuningJob.error value with a google.rpc.Status.code of 1, corresponding to Code.CANCELLED, and HyperparameterTuningJob.state is set to CANCELLED.

§Arguments
  • request - No description provided.
  • name - Required. The name of the HyperparameterTuningJob to cancel. Format: projects/{project}/locations/{location}/hyperparameterTuningJobs/{hyperparameter_tuning_job}
Source

pub fn locations_hyperparameter_tuning_jobs_delete( &self, name: &str, ) -> ProjectLocationHyperparameterTuningJobDeleteCall<'a, C>

Create a builder to help you perform the following task:

Deletes a HyperparameterTuningJob.

§Arguments
  • name - Required. The name of the HyperparameterTuningJob resource to be deleted. Format: projects/{project}/locations/{location}/hyperparameterTuningJobs/{hyperparameter_tuning_job}
Source

pub fn locations_hyperparameter_tuning_jobs_create( &self, request: GoogleCloudAiplatformV1beta1HyperparameterTuningJob, parent: &str, ) -> ProjectLocationHyperparameterTuningJobCreateCall<'a, C>

Create a builder to help you perform the following task:

Creates a HyperparameterTuningJob

§Arguments
  • request - No description provided.
  • parent - Required. The resource name of the Location to create the HyperparameterTuningJob in. Format: projects/{project}/locations/{location}
Source

pub fn locations_hyperparameter_tuning_jobs_list( &self, parent: &str, ) -> ProjectLocationHyperparameterTuningJobListCall<'a, C>

Create a builder to help you perform the following task:

Lists HyperparameterTuningJobs in a Location.

§Arguments
  • parent - Required. The resource name of the Location to list the HyperparameterTuningJobs from. Format: projects/{project}/locations/{location}
Source

pub fn locations_endpoints_chat_completions( &self, request: GoogleApiHttpBody, endpoint: &str, ) -> ProjectLocationEndpointChatCompletionCall<'a, C>

Create a builder to help you perform the following task:

Exposes an OpenAI-compatible endpoint for chat completions.

§Arguments
  • request - No description provided.
  • endpoint - Required. The name of the Endpoint requested to serve the prediction. Format: projects/{project}/locations/{location}/endpoints/openapi
Source

pub fn locations_endpoints_operations_delete( &self, name: &str, ) -> ProjectLocationEndpointOperationDeleteCall<'a, C>

Create a builder to help you perform the following task:

Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn’t support this method, it returns google.rpc.Code.UNIMPLEMENTED.

§Arguments
  • name - The name of the operation resource to be deleted.
Source

pub fn locations_endpoints_operations_cancel( &self, name: &str, ) -> ProjectLocationEndpointOperationCancelCall<'a, C>

Create a builder to help you perform the following task:

Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn’t support this method, it returns google.rpc.Code.UNIMPLEMENTED. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to Code.CANCELLED.

§Arguments
  • name - The name of the operation resource to be cancelled.
Source

pub fn locations_endpoints_operations_wait( &self, name: &str, ) -> ProjectLocationEndpointOperationWaitCall<'a, C>

Create a builder to help you perform the following task:

Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns google.rpc.Code.UNIMPLEMENTED. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.

§Arguments
  • name - The name of the operation resource to wait on.
Source

pub fn locations_endpoints_operations_list( &self, name: &str, ) -> ProjectLocationEndpointOperationListCall<'a, C>

Create a builder to help you perform the following task:

Lists operations that match the specified filter in the request. If the server doesn’t support this method, it returns UNIMPLEMENTED.

§Arguments
  • name - The name of the operation’s parent resource.
Source

pub fn locations_endpoints_operations_get( &self, name: &str, ) -> ProjectLocationEndpointOperationGetCall<'a, C>

Create a builder to help you perform the following task:

Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.

§Arguments
  • name - The name of the operation resource.
Source

pub fn locations_endpoints_deploy_model( &self, request: GoogleCloudAiplatformV1beta1DeployModelRequest, endpoint: &str, ) -> ProjectLocationEndpointDeployModelCall<'a, C>

Create a builder to help you perform the following task:

Deploys a Model into this Endpoint, creating a DeployedModel within it.

§Arguments
  • request - No description provided.
  • endpoint - Required. The name of the Endpoint resource into which to deploy a Model. Format: projects/{project}/locations/{location}/endpoints/{endpoint}
Source

pub fn locations_endpoints_server_streaming_predict( &self, request: GoogleCloudAiplatformV1beta1StreamingPredictRequest, endpoint: &str, ) -> ProjectLocationEndpointServerStreamingPredictCall<'a, C>

Create a builder to help you perform the following task:

Perform a server-side streaming online prediction request for Vertex LLM streaming.

§Arguments
  • request - No description provided.
  • endpoint - Required. The name of the Endpoint requested to serve the prediction. Format: projects/{project}/locations/{location}/endpoints/{endpoint}
Source

pub fn locations_endpoints_create( &self, request: GoogleCloudAiplatformV1beta1Endpoint, parent: &str, ) -> ProjectLocationEndpointCreateCall<'a, C>

Create a builder to help you perform the following task:

Creates an Endpoint.

§Arguments
  • request - No description provided.
  • parent - Required. The resource name of the Location to create the Endpoint in. Format: projects/{project}/locations/{location}
Source

pub fn locations_endpoints_get_iam_policy( &self, resource: &str, ) -> ProjectLocationEndpointGetIamPolicyCall<'a, C>

Create a builder to help you perform the following task:

Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.

§Arguments
  • resource - REQUIRED: The resource for which the policy is being requested. See Resource names for the appropriate value for this field.
Source

pub fn locations_endpoints_set_iam_policy( &self, request: GoogleIamV1SetIamPolicyRequest, resource: &str, ) -> ProjectLocationEndpointSetIamPolicyCall<'a, C>

Create a builder to help you perform the following task:

Sets the access control policy on the specified resource. Replaces any existing policy. Can return NOT_FOUND, INVALID_ARGUMENT, and PERMISSION_DENIED errors.

§Arguments
  • request - No description provided.
  • resource - REQUIRED: The resource for which the policy is being specified. See Resource names for the appropriate value for this field.
Source

pub fn locations_endpoints_raw_predict( &self, request: GoogleCloudAiplatformV1beta1RawPredictRequest, endpoint: &str, ) -> ProjectLocationEndpointRawPredictCall<'a, C>

Create a builder to help you perform the following task:

Perform an online prediction with an arbitrary HTTP payload. The response includes the following HTTP headers: * X-Vertex-AI-Endpoint-Id: ID of the Endpoint that served this prediction. * X-Vertex-AI-Deployed-Model-Id: ID of the Endpoint’s DeployedModel that served this prediction.

§Arguments
  • request - No description provided.
  • endpoint - Required. The name of the Endpoint requested to serve the prediction. Format: projects/{project}/locations/{location}/endpoints/{endpoint}
Source

pub fn locations_endpoints_undeploy_model( &self, request: GoogleCloudAiplatformV1beta1UndeployModelRequest, endpoint: &str, ) -> ProjectLocationEndpointUndeployModelCall<'a, C>

Create a builder to help you perform the following task:

Undeploys a Model from an Endpoint, removing a DeployedModel from it, and freeing all resources it’s using.

§Arguments
  • request - No description provided.
  • endpoint - Required. The name of the Endpoint resource from which to undeploy a Model. Format: projects/{project}/locations/{location}/endpoints/{endpoint}
Source

pub fn locations_endpoints_generate_content( &self, request: GoogleCloudAiplatformV1beta1GenerateContentRequest, model: &str, ) -> ProjectLocationEndpointGenerateContentCall<'a, C>

Create a builder to help you perform the following task:

Generate content with multimodal inputs.

§Arguments
  • request - No description provided.
  • model - Required. The name of the publisher model requested to serve the prediction. Format: projects/{project}/locations/{location}/publishers/*/models/*
Source

pub fn locations_endpoints_direct_predict( &self, request: GoogleCloudAiplatformV1beta1DirectPredictRequest, endpoint: &str, ) -> ProjectLocationEndpointDirectPredictCall<'a, C>

Create a builder to help you perform the following task:

Perform an unary online prediction request to a gRPC model server for Vertex first-party products and frameworks.

§Arguments
  • request - No description provided.
  • endpoint - Required. The name of the Endpoint requested to serve the prediction. Format: projects/{project}/locations/{location}/endpoints/{endpoint}
Source

pub fn locations_endpoints_delete( &self, name: &str, ) -> ProjectLocationEndpointDeleteCall<'a, C>

Create a builder to help you perform the following task:

Deletes an Endpoint.

§Arguments
  • name - Required. The name of the Endpoint resource to be deleted. Format: projects/{project}/locations/{location}/endpoints/{endpoint}
Source

pub fn locations_endpoints_compute_tokens( &self, request: GoogleCloudAiplatformV1beta1ComputeTokensRequest, endpoint: &str, ) -> ProjectLocationEndpointComputeTokenCall<'a, C>

Create a builder to help you perform the following task:

Return a list of tokens based on the input text.

§Arguments
  • request - No description provided.
  • endpoint - Required. The name of the Endpoint requested to get lists of tokens and token ids.
Source

pub fn locations_endpoints_explain( &self, request: GoogleCloudAiplatformV1beta1ExplainRequest, endpoint: &str, ) -> ProjectLocationEndpointExplainCall<'a, C>

Create a builder to help you perform the following task:

Perform an online explanation. If deployed_model_id is specified, the corresponding DeployModel must have explanation_spec populated. If deployed_model_id is not specified, all DeployedModels must have explanation_spec populated.

§Arguments
  • request - No description provided.
  • endpoint - Required. The name of the Endpoint requested to serve the explanation. Format: projects/{project}/locations/{location}/endpoints/{endpoint}
Source

pub fn locations_endpoints_patch( &self, request: GoogleCloudAiplatformV1beta1Endpoint, name: &str, ) -> ProjectLocationEndpointPatchCall<'a, C>

Create a builder to help you perform the following task:

Updates an Endpoint.

§Arguments
  • request - No description provided.
  • name - Output only. The resource name of the Endpoint.
Source

pub fn locations_endpoints_predict( &self, request: GoogleCloudAiplatformV1beta1PredictRequest, endpoint: &str, ) -> ProjectLocationEndpointPredictCall<'a, C>

Create a builder to help you perform the following task:

Perform an online prediction.

§Arguments
  • request - No description provided.
  • endpoint - Required. The name of the Endpoint requested to serve the prediction. Format: projects/{project}/locations/{location}/endpoints/{endpoint}
Source

pub fn locations_endpoints_get( &self, name: &str, ) -> ProjectLocationEndpointGetCall<'a, C>

Create a builder to help you perform the following task:

Gets an Endpoint.

§Arguments
  • name - Required. The name of the Endpoint resource. Format: projects/{project}/locations/{location}/endpoints/{endpoint}
Source

pub fn locations_endpoints_list( &self, parent: &str, ) -> ProjectLocationEndpointListCall<'a, C>

Create a builder to help you perform the following task:

Lists Endpoints in a Location.

§Arguments
  • parent - Required. The resource name of the Location from which to list the Endpoints. Format: projects/{project}/locations/{location}
Source

pub fn locations_endpoints_direct_raw_predict( &self, request: GoogleCloudAiplatformV1beta1DirectRawPredictRequest, endpoint: &str, ) -> ProjectLocationEndpointDirectRawPredictCall<'a, C>

Create a builder to help you perform the following task:

Perform an unary online prediction request to a gRPC model server for custom containers.

§Arguments
  • request - No description provided.
  • endpoint - Required. The name of the Endpoint requested to serve the prediction. Format: projects/{project}/locations/{location}/endpoints/{endpoint}
Source

pub fn locations_endpoints_mutate_deployed_model( &self, request: GoogleCloudAiplatformV1beta1MutateDeployedModelRequest, endpoint: &str, ) -> ProjectLocationEndpointMutateDeployedModelCall<'a, C>

Create a builder to help you perform the following task:

Updates an existing deployed model. Updatable fields include min_replica_count, max_replica_count, autoscaling_metric_specs, disable_container_logging (v1 only), and enable_container_logging (v1beta1 only).

§Arguments
  • request - No description provided.
  • endpoint - Required. The name of the Endpoint resource into which to mutate a DeployedModel. Format: projects/{project}/locations/{location}/endpoints/{endpoint}
Source

pub fn locations_endpoints_count_tokens( &self, request: GoogleCloudAiplatformV1beta1CountTokensRequest, endpoint: &str, ) -> ProjectLocationEndpointCountTokenCall<'a, C>

Create a builder to help you perform the following task:

Perform a token counting.

§Arguments
  • request - No description provided.
  • endpoint - Required. The name of the Endpoint requested to perform token counting. Format: projects/{project}/locations/{location}/endpoints/{endpoint}
Source

pub fn locations_endpoints_stream_raw_predict( &self, request: GoogleCloudAiplatformV1beta1StreamRawPredictRequest, endpoint: &str, ) -> ProjectLocationEndpointStreamRawPredictCall<'a, C>

Create a builder to help you perform the following task:

Perform a streaming online prediction with an arbitrary HTTP payload.

§Arguments
  • request - No description provided.
  • endpoint - Required. The name of the Endpoint requested to serve the prediction. Format: projects/{project}/locations/{location}/endpoints/{endpoint}
Source

pub fn locations_endpoints_stream_generate_content( &self, request: GoogleCloudAiplatformV1beta1GenerateContentRequest, model: &str, ) -> ProjectLocationEndpointStreamGenerateContentCall<'a, C>

Create a builder to help you perform the following task:

Generate content with multimodal inputs with streaming support.

§Arguments
  • request - No description provided.
  • model - Required. The name of the publisher model requested to serve the prediction. Format: projects/{project}/locations/{location}/publishers/*/models/*
Source

pub fn locations_endpoints_test_iam_permissions( &self, resource: &str, ) -> ProjectLocationEndpointTestIamPermissionCall<'a, C>

Create a builder to help you perform the following task:

Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a NOT_FOUND error. Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may “fail open” without warning.

§Arguments
  • resource - REQUIRED: The resource for which the policy detail is being requested. See Resource names for the appropriate value for this field.
Source

pub fn locations_schedules_operations_wait( &self, name: &str, ) -> ProjectLocationScheduleOperationWaitCall<'a, C>

Create a builder to help you perform the following task:

Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns google.rpc.Code.UNIMPLEMENTED. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.

§Arguments
  • name - The name of the operation resource to wait on.
Source

pub fn locations_schedules_operations_list( &self, name: &str, ) -> ProjectLocationScheduleOperationListCall<'a, C>

Create a builder to help you perform the following task:

Lists operations that match the specified filter in the request. If the server doesn’t support this method, it returns UNIMPLEMENTED.

§Arguments
  • name - The name of the operation’s parent resource.
Source

pub fn locations_schedules_operations_get( &self, name: &str, ) -> ProjectLocationScheduleOperationGetCall<'a, C>

Create a builder to help you perform the following task:

Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.

§Arguments
  • name - The name of the operation resource.
Source

pub fn locations_schedules_operations_cancel( &self, name: &str, ) -> ProjectLocationScheduleOperationCancelCall<'a, C>

Create a builder to help you perform the following task:

Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn’t support this method, it returns google.rpc.Code.UNIMPLEMENTED. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to Code.CANCELLED.

§Arguments
  • name - The name of the operation resource to be cancelled.
Source

pub fn locations_schedules_operations_delete( &self, name: &str, ) -> ProjectLocationScheduleOperationDeleteCall<'a, C>

Create a builder to help you perform the following task:

Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn’t support this method, it returns google.rpc.Code.UNIMPLEMENTED.

§Arguments
  • name - The name of the operation resource to be deleted.
Source

pub fn locations_schedules_resume( &self, request: GoogleCloudAiplatformV1beta1ResumeScheduleRequest, name: &str, ) -> ProjectLocationScheduleResumeCall<'a, C>

Create a builder to help you perform the following task:

Resumes a paused Schedule to start scheduling new runs. Will mark Schedule.state to ‘ACTIVE’. Only paused Schedule can be resumed. When the Schedule is resumed, new runs will be scheduled starting from the next execution time after the current time based on the time_specification in the Schedule. If Schedule.catchUp is set up true, all missed runs will be scheduled for backfill first.

§Arguments
  • request - No description provided.
  • name - Required. The name of the Schedule resource to be resumed. Format: projects/{project}/locations/{location}/schedules/{schedule}
Source

pub fn locations_schedules_list( &self, parent: &str, ) -> ProjectLocationScheduleListCall<'a, C>

Create a builder to help you perform the following task:

Lists Schedules in a Location.

§Arguments
  • parent - Required. The resource name of the Location to list the Schedules from. Format: projects/{project}/locations/{location}
Source

pub fn locations_schedules_create( &self, request: GoogleCloudAiplatformV1beta1Schedule, parent: &str, ) -> ProjectLocationScheduleCreateCall<'a, C>

Create a builder to help you perform the following task:

Creates a Schedule.

§Arguments
  • request - No description provided.
  • parent - Required. The resource name of the Location to create the Schedule in. Format: projects/{project}/locations/{location}
Source

pub fn locations_schedules_delete( &self, name: &str, ) -> ProjectLocationScheduleDeleteCall<'a, C>

Create a builder to help you perform the following task:

Deletes a Schedule.

§Arguments
  • name - Required. The name of the Schedule resource to be deleted. Format: projects/{project}/locations/{location}/schedules/{schedule}
Source

pub fn locations_schedules_get( &self, name: &str, ) -> ProjectLocationScheduleGetCall<'a, C>

Create a builder to help you perform the following task:

Gets a Schedule.

§Arguments
  • name - Required. The name of the Schedule resource. Format: projects/{project}/locations/{location}/schedules/{schedule}
Source

pub fn locations_schedules_pause( &self, request: GoogleCloudAiplatformV1beta1PauseScheduleRequest, name: &str, ) -> ProjectLocationSchedulePauseCall<'a, C>

Create a builder to help you perform the following task:

Pauses a Schedule. Will mark Schedule.state to ‘PAUSED’. If the schedule is paused, no new runs will be created. Already created runs will NOT be paused or canceled.

§Arguments
  • request - No description provided.
  • name - Required. The name of the Schedule resource to be paused. Format: projects/{project}/locations/{location}/schedules/{schedule}
Source

pub fn locations_schedules_patch( &self, request: GoogleCloudAiplatformV1beta1Schedule, name: &str, ) -> ProjectLocationSchedulePatchCall<'a, C>

Create a builder to help you perform the following task:

Updates an active or paused Schedule. When the Schedule is updated, new runs will be scheduled starting from the updated next execution time after the update time based on the time_specification in the updated Schedule. All unstarted runs before the update time will be skipped while already created runs will NOT be paused or canceled.

§Arguments
  • request - No description provided.
  • name - Immutable. The resource name of the Schedule.
Source

pub fn locations_nas_jobs_nas_trial_details_get( &self, name: &str, ) -> ProjectLocationNasJobNasTrialDetailGetCall<'a, C>

Create a builder to help you perform the following task:

Gets a NasTrialDetail.

§Arguments
  • name - Required. The name of the NasTrialDetail resource. Format: projects/{project}/locations/{location}/nasJobs/{nas_job}/nasTrialDetails/{nas_trial_detail}
Source

pub fn locations_nas_jobs_nas_trial_details_list( &self, parent: &str, ) -> ProjectLocationNasJobNasTrialDetailListCall<'a, C>

Create a builder to help you perform the following task:

List top NasTrialDetails of a NasJob.

§Arguments
  • parent - Required. The name of the NasJob resource. Format: projects/{project}/locations/{location}/nasJobs/{nas_job}
Source

pub fn locations_nas_jobs_create( &self, request: GoogleCloudAiplatformV1beta1NasJob, parent: &str, ) -> ProjectLocationNasJobCreateCall<'a, C>

Create a builder to help you perform the following task:

Creates a NasJob

§Arguments
  • request - No description provided.
  • parent - Required. The resource name of the Location to create the NasJob in. Format: projects/{project}/locations/{location}
Source

pub fn locations_nas_jobs_get( &self, name: &str, ) -> ProjectLocationNasJobGetCall<'a, C>

Create a builder to help you perform the following task:

Gets a NasJob

§Arguments
  • name - Required. The name of the NasJob resource. Format: projects/{project}/locations/{location}/nasJobs/{nas_job}
Source

pub fn locations_nas_jobs_cancel( &self, request: GoogleCloudAiplatformV1beta1CancelNasJobRequest, name: &str, ) -> ProjectLocationNasJobCancelCall<'a, C>

Create a builder to help you perform the following task:

Cancels a NasJob. Starts asynchronous cancellation on the NasJob. The server makes a best effort to cancel the job, but success is not guaranteed. Clients can use JobService.GetNasJob or other methods to check whether the cancellation succeeded or whether the job completed despite cancellation. On successful cancellation, the NasJob is not deleted; instead it becomes a job with a NasJob.error value with a google.rpc.Status.code of 1, corresponding to Code.CANCELLED, and NasJob.state is set to CANCELLED.

§Arguments
  • request - No description provided.
  • name - Required. The name of the NasJob to cancel. Format: projects/{project}/locations/{location}/nasJobs/{nas_job}
Source

pub fn locations_nas_jobs_list( &self, parent: &str, ) -> ProjectLocationNasJobListCall<'a, C>

Create a builder to help you perform the following task:

Lists NasJobs in a Location.

§Arguments
  • parent - Required. The resource name of the Location to list the NasJobs from. Format: projects/{project}/locations/{location}
Source

pub fn locations_nas_jobs_delete( &self, name: &str, ) -> ProjectLocationNasJobDeleteCall<'a, C>

Create a builder to help you perform the following task:

Deletes a NasJob.

§Arguments
  • name - Required. The name of the NasJob resource to be deleted. Format: projects/{project}/locations/{location}/nasJobs/{nas_job}
Source

pub fn locations_edge_devices_operations_list( &self, name: &str, ) -> ProjectLocationEdgeDeviceOperationListCall<'a, C>

Create a builder to help you perform the following task:

Lists operations that match the specified filter in the request. If the server doesn’t support this method, it returns UNIMPLEMENTED.

§Arguments
  • name - The name of the operation’s parent resource.
Source

pub fn locations_edge_devices_operations_delete( &self, name: &str, ) -> ProjectLocationEdgeDeviceOperationDeleteCall<'a, C>

Create a builder to help you perform the following task:

Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn’t support this method, it returns google.rpc.Code.UNIMPLEMENTED.

§Arguments
  • name - The name of the operation resource to be deleted.
Source

pub fn locations_edge_devices_operations_cancel( &self, name: &str, ) -> ProjectLocationEdgeDeviceOperationCancelCall<'a, C>

Create a builder to help you perform the following task:

Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn’t support this method, it returns google.rpc.Code.UNIMPLEMENTED. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to Code.CANCELLED.

§Arguments
  • name - The name of the operation resource to be cancelled.
Source

pub fn locations_edge_devices_operations_get( &self, name: &str, ) -> ProjectLocationEdgeDeviceOperationGetCall<'a, C>

Create a builder to help you perform the following task:

Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.

§Arguments
  • name - The name of the operation resource.
Source

pub fn locations_edge_devices_operations_wait( &self, name: &str, ) -> ProjectLocationEdgeDeviceOperationWaitCall<'a, C>

Create a builder to help you perform the following task:

Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns google.rpc.Code.UNIMPLEMENTED. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.

§Arguments
  • name - The name of the operation resource to wait on.
Source

pub fn locations_extensions_operations_cancel( &self, name: &str, ) -> ProjectLocationExtensionOperationCancelCall<'a, C>

Create a builder to help you perform the following task:

Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn’t support this method, it returns google.rpc.Code.UNIMPLEMENTED. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to Code.CANCELLED.

§Arguments
  • name - The name of the operation resource to be cancelled.
Source

pub fn locations_extensions_operations_delete( &self, name: &str, ) -> ProjectLocationExtensionOperationDeleteCall<'a, C>

Create a builder to help you perform the following task:

Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn’t support this method, it returns google.rpc.Code.UNIMPLEMENTED.

§Arguments
  • name - The name of the operation resource to be deleted.
Source

pub fn locations_extensions_operations_wait( &self, name: &str, ) -> ProjectLocationExtensionOperationWaitCall<'a, C>

Create a builder to help you perform the following task:

Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns google.rpc.Code.UNIMPLEMENTED. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.

§Arguments
  • name - The name of the operation resource to wait on.
Source

pub fn locations_extensions_operations_list( &self, name: &str, ) -> ProjectLocationExtensionOperationListCall<'a, C>

Create a builder to help you perform the following task:

Lists operations that match the specified filter in the request. If the server doesn’t support this method, it returns UNIMPLEMENTED.

§Arguments
  • name - The name of the operation’s parent resource.
Source

pub fn locations_extensions_operations_get( &self, name: &str, ) -> ProjectLocationExtensionOperationGetCall<'a, C>

Create a builder to help you perform the following task:

Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.

§Arguments
  • name - The name of the operation resource.
Source

pub fn locations_extensions_execute( &self, request: GoogleCloudAiplatformV1beta1ExecuteExtensionRequest, name: &str, ) -> ProjectLocationExtensionExecuteCall<'a, C>

Create a builder to help you perform the following task:

Executes the request against a given extension.

§Arguments
  • request - No description provided.
  • name - Required. Name (identifier) of the extension; Format: projects/{project}/locations/{location}/extensions/{extension}
Source

pub fn locations_extensions_get( &self, name: &str, ) -> ProjectLocationExtensionGetCall<'a, C>

Create a builder to help you perform the following task:

Gets an Extension.

§Arguments
  • name - Required. The name of the Extension resource. Format: projects/{project}/locations/{location}/extensions/{extension}
Source

pub fn locations_extensions_list( &self, parent: &str, ) -> ProjectLocationExtensionListCall<'a, C>

Create a builder to help you perform the following task:

Lists Extensions in a location.

§Arguments
  • parent - Required. The resource name of the Location to list the Extensions from. Format: projects/{project}/locations/{location}
Source

pub fn locations_extensions_delete( &self, name: &str, ) -> ProjectLocationExtensionDeleteCall<'a, C>

Create a builder to help you perform the following task:

Deletes an Extension.

§Arguments
  • name - Required. The name of the Extension resource to be deleted. Format: projects/{project}/locations/{location}/extensions/{extension}
Source

pub fn locations_extensions_patch( &self, request: GoogleCloudAiplatformV1beta1Extension, name: &str, ) -> ProjectLocationExtensionPatchCall<'a, C>

Create a builder to help you perform the following task:

Updates an Extension.

§Arguments
  • request - No description provided.
  • name - Identifier. The resource name of the Extension.
Source

pub fn locations_extensions_import( &self, request: GoogleCloudAiplatformV1beta1Extension, parent: &str, ) -> ProjectLocationExtensionImportCall<'a, C>

Create a builder to help you perform the following task:

Imports an Extension.

§Arguments
  • request - No description provided.
  • parent - Required. The resource name of the Location to import the Extension in. Format: projects/{project}/locations/{location}
Source

pub fn locations_extensions_query( &self, request: GoogleCloudAiplatformV1beta1QueryExtensionRequest, name: &str, ) -> ProjectLocationExtensionQueryCall<'a, C>

Create a builder to help you perform the following task:

Queries an extension with a default controller.

§Arguments
  • request - No description provided.
  • name - Required. Name (identifier) of the extension; Format: projects/{project}/locations/{location}/extensions/{extension}
Source

pub fn locations_reasoning_engines_operations_delete( &self, name: &str, ) -> ProjectLocationReasoningEngineOperationDeleteCall<'a, C>

Create a builder to help you perform the following task:

Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn’t support this method, it returns google.rpc.Code.UNIMPLEMENTED.

§Arguments
  • name - The name of the operation resource to be deleted.
Source

pub fn locations_reasoning_engines_operations_get( &self, name: &str, ) -> ProjectLocationReasoningEngineOperationGetCall<'a, C>

Create a builder to help you perform the following task:

Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.

§Arguments
  • name - The name of the operation resource.
Source

pub fn locations_reasoning_engines_operations_wait( &self, name: &str, ) -> ProjectLocationReasoningEngineOperationWaitCall<'a, C>

Create a builder to help you perform the following task:

Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns google.rpc.Code.UNIMPLEMENTED. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.

§Arguments
  • name - The name of the operation resource to wait on.
Source

pub fn locations_reasoning_engines_operations_list( &self, name: &str, ) -> ProjectLocationReasoningEngineOperationListCall<'a, C>

Create a builder to help you perform the following task:

Lists operations that match the specified filter in the request. If the server doesn’t support this method, it returns UNIMPLEMENTED.

§Arguments
  • name - The name of the operation’s parent resource.
Source

pub fn locations_reasoning_engines_operations_cancel( &self, name: &str, ) -> ProjectLocationReasoningEngineOperationCancelCall<'a, C>

Create a builder to help you perform the following task:

Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn’t support this method, it returns google.rpc.Code.UNIMPLEMENTED. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to Code.CANCELLED.

§Arguments
  • name - The name of the operation resource to be cancelled.
Source

pub fn locations_reasoning_engines_query( &self, request: GoogleCloudAiplatformV1beta1QueryReasoningEngineRequest, name: &str, ) -> ProjectLocationReasoningEngineQueryCall<'a, C>

Create a builder to help you perform the following task:

Queries using a reasoning engine.

§Arguments
  • request - No description provided.
  • name - Required. The name of the ReasoningEngine resource to use. Format: projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}
Source

pub fn locations_reasoning_engines_delete( &self, name: &str, ) -> ProjectLocationReasoningEngineDeleteCall<'a, C>

Create a builder to help you perform the following task:

Deletes a reasoning engine.

§Arguments
  • name - Required. The name of the ReasoningEngine resource to be deleted. Format: projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}
Source

pub fn locations_reasoning_engines_create( &self, request: GoogleCloudAiplatformV1beta1ReasoningEngine, parent: &str, ) -> ProjectLocationReasoningEngineCreateCall<'a, C>

Create a builder to help you perform the following task:

Creates a reasoning engine.

§Arguments
  • request - No description provided.
  • parent - Required. The resource name of the Location to create the ReasoningEngine in. Format: projects/{project}/locations/{location}
Source

pub fn locations_reasoning_engines_list( &self, parent: &str, ) -> ProjectLocationReasoningEngineListCall<'a, C>

Create a builder to help you perform the following task:

Lists reasoning engines in a location.

§Arguments
  • parent - Required. The resource name of the Location to list the ReasoningEngines from. Format: projects/{project}/locations/{location}
Source

pub fn locations_reasoning_engines_patch( &self, request: GoogleCloudAiplatformV1beta1ReasoningEngine, name: &str, ) -> ProjectLocationReasoningEnginePatchCall<'a, C>

Create a builder to help you perform the following task:

Updates a reasoning engine.

§Arguments
  • request - No description provided.
  • name - Identifier. The resource name of the ReasoningEngine.
Source

pub fn locations_reasoning_engines_get( &self, name: &str, ) -> ProjectLocationReasoningEngineGetCall<'a, C>

Create a builder to help you perform the following task:

Gets a reasoning engine.

§Arguments
  • name - Required. The name of the ReasoningEngine resource. Format: projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}
Source

pub fn locations_pipeline_jobs_operations_wait( &self, name: &str, ) -> ProjectLocationPipelineJobOperationWaitCall<'a, C>

Create a builder to help you perform the following task:

Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns google.rpc.Code.UNIMPLEMENTED. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.

§Arguments
  • name - The name of the operation resource to wait on.
Source

pub fn locations_pipeline_jobs_operations_cancel( &self, name: &str, ) -> ProjectLocationPipelineJobOperationCancelCall<'a, C>

Create a builder to help you perform the following task:

Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn’t support this method, it returns google.rpc.Code.UNIMPLEMENTED. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to Code.CANCELLED.

§Arguments
  • name - The name of the operation resource to be cancelled.
Source

pub fn locations_pipeline_jobs_operations_list( &self, name: &str, ) -> ProjectLocationPipelineJobOperationListCall<'a, C>

Create a builder to help you perform the following task:

Lists operations that match the specified filter in the request. If the server doesn’t support this method, it returns UNIMPLEMENTED.

§Arguments
  • name - The name of the operation’s parent resource.
Source

pub fn locations_pipeline_jobs_operations_delete( &self, name: &str, ) -> ProjectLocationPipelineJobOperationDeleteCall<'a, C>

Create a builder to help you perform the following task:

Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn’t support this method, it returns google.rpc.Code.UNIMPLEMENTED.

§Arguments
  • name - The name of the operation resource to be deleted.
Source

pub fn locations_pipeline_jobs_operations_get( &self, name: &str, ) -> ProjectLocationPipelineJobOperationGetCall<'a, C>

Create a builder to help you perform the following task:

Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.

§Arguments
  • name - The name of the operation resource.
Source

pub fn locations_pipeline_jobs_get( &self, name: &str, ) -> ProjectLocationPipelineJobGetCall<'a, C>

Create a builder to help you perform the following task:

Gets a PipelineJob.

§Arguments
  • name - Required. The name of the PipelineJob resource. Format: projects/{project}/locations/{location}/pipelineJobs/{pipeline_job}
Source

pub fn locations_pipeline_jobs_delete( &self, name: &str, ) -> ProjectLocationPipelineJobDeleteCall<'a, C>

Create a builder to help you perform the following task:

Deletes a PipelineJob.

§Arguments
  • name - Required. The name of the PipelineJob resource to be deleted. Format: projects/{project}/locations/{location}/pipelineJobs/{pipeline_job}
Source

pub fn locations_pipeline_jobs_create( &self, request: GoogleCloudAiplatformV1beta1PipelineJob, parent: &str, ) -> ProjectLocationPipelineJobCreateCall<'a, C>

Create a builder to help you perform the following task:

Creates a PipelineJob. A PipelineJob will run immediately when created.

§Arguments
  • request - No description provided.
  • parent - Required. The resource name of the Location to create the PipelineJob in. Format: projects/{project}/locations/{location}
Source

pub fn locations_pipeline_jobs_batch_delete( &self, request: GoogleCloudAiplatformV1beta1BatchDeletePipelineJobsRequest, parent: &str, ) -> ProjectLocationPipelineJobBatchDeleteCall<'a, C>

Create a builder to help you perform the following task:

Batch deletes PipelineJobs The Operation is atomic. If it fails, none of the PipelineJobs are deleted. If it succeeds, all of the PipelineJobs are deleted.

§Arguments
  • request - No description provided.
  • parent - Required. The name of the PipelineJobs’ parent resource. Format: projects/{project}/locations/{location}
Source

pub fn locations_pipeline_jobs_list( &self, parent: &str, ) -> ProjectLocationPipelineJobListCall<'a, C>

Create a builder to help you perform the following task:

Lists PipelineJobs in a Location.

§Arguments
  • parent - Required. The resource name of the Location to list the PipelineJobs from. Format: projects/{project}/locations/{location}
Source

pub fn locations_pipeline_jobs_cancel( &self, request: GoogleCloudAiplatformV1beta1CancelPipelineJobRequest, name: &str, ) -> ProjectLocationPipelineJobCancelCall<'a, C>

Create a builder to help you perform the following task:

Cancels a PipelineJob. Starts asynchronous cancellation on the PipelineJob. The server makes a best effort to cancel the pipeline, but success is not guaranteed. Clients can use PipelineService.GetPipelineJob or other methods to check whether the cancellation succeeded or whether the pipeline completed despite cancellation. On successful cancellation, the PipelineJob is not deleted; instead it becomes a pipeline with a PipelineJob.error value with a google.rpc.Status.code of 1, corresponding to Code.CANCELLED, and PipelineJob.state is set to CANCELLED.

§Arguments
  • request - No description provided.
  • name - Required. The name of the PipelineJob to cancel. Format: projects/{project}/locations/{location}/pipelineJobs/{pipeline_job}
Source

pub fn locations_pipeline_jobs_batch_cancel( &self, request: GoogleCloudAiplatformV1beta1BatchCancelPipelineJobsRequest, parent: &str, ) -> ProjectLocationPipelineJobBatchCancelCall<'a, C>

Create a builder to help you perform the following task:

Batch cancel PipelineJobs. Firstly the server will check if all the jobs are in non-terminal states, and skip the jobs that are already terminated. If the operation failed, none of the pipeline jobs are cancelled. The server will poll the states of all the pipeline jobs periodically to check the cancellation status. This operation will return an LRO.

§Arguments
  • request - No description provided.
  • parent - Required. The name of the PipelineJobs’ parent resource. Format: projects/{project}/locations/{location}
Source

pub fn locations_featurestores_entity_types_operations_list( &self, name: &str, ) -> ProjectLocationFeaturestoreEntityTypeOperationListCall<'a, C>

Create a builder to help you perform the following task:

Lists operations that match the specified filter in the request. If the server doesn’t support this method, it returns UNIMPLEMENTED.

§Arguments
  • name - The name of the operation’s parent resource.
Source

pub fn locations_featurestores_entity_types_operations_wait( &self, name: &str, ) -> ProjectLocationFeaturestoreEntityTypeOperationWaitCall<'a, C>

Create a builder to help you perform the following task:

Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns google.rpc.Code.UNIMPLEMENTED. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.

§Arguments
  • name - The name of the operation resource to wait on.
Source

pub fn locations_featurestores_entity_types_operations_get( &self, name: &str, ) -> ProjectLocationFeaturestoreEntityTypeOperationGetCall<'a, C>

Create a builder to help you perform the following task:

Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.

§Arguments
  • name - The name of the operation resource.
Source

pub fn locations_featurestores_entity_types_operations_cancel( &self, name: &str, ) -> ProjectLocationFeaturestoreEntityTypeOperationCancelCall<'a, C>

Create a builder to help you perform the following task:

Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn’t support this method, it returns google.rpc.Code.UNIMPLEMENTED. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to Code.CANCELLED.

§Arguments
  • name - The name of the operation resource to be cancelled.
Source

pub fn locations_featurestores_entity_types_operations_delete( &self, name: &str, ) -> ProjectLocationFeaturestoreEntityTypeOperationDeleteCall<'a, C>

Create a builder to help you perform the following task:

Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn’t support this method, it returns google.rpc.Code.UNIMPLEMENTED.

§Arguments
  • name - The name of the operation resource to be deleted.
Source

pub fn locations_featurestores_entity_types_features_operations_wait( &self, name: &str, ) -> ProjectLocationFeaturestoreEntityTypeFeatureOperationWaitCall<'a, C>

Create a builder to help you perform the following task:

Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns google.rpc.Code.UNIMPLEMENTED. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.

§Arguments
  • name - The name of the operation resource to wait on.
Source

pub fn locations_featurestores_entity_types_features_operations_cancel( &self, name: &str, ) -> ProjectLocationFeaturestoreEntityTypeFeatureOperationCancelCall<'a, C>

Create a builder to help you perform the following task:

Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn’t support this method, it returns google.rpc.Code.UNIMPLEMENTED. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to Code.CANCELLED.

§Arguments
  • name - The name of the operation resource to be cancelled.
Source

pub fn locations_featurestores_entity_types_features_operations_delete( &self, name: &str, ) -> ProjectLocationFeaturestoreEntityTypeFeatureOperationDeleteCall<'a, C>

Create a builder to help you perform the following task:

Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn’t support this method, it returns google.rpc.Code.UNIMPLEMENTED.

§Arguments
  • name - The name of the operation resource to be deleted.
Source

pub fn locations_featurestores_entity_types_features_operations_get( &self, name: &str, ) -> ProjectLocationFeaturestoreEntityTypeFeatureOperationGetCall<'a, C>

Create a builder to help you perform the following task:

Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.

§Arguments
  • name - The name of the operation resource.
Source

pub fn locations_featurestores_entity_types_features_operations_list( &self, name: &str, ) -> ProjectLocationFeaturestoreEntityTypeFeatureOperationListCall<'a, C>

Create a builder to help you perform the following task:

Lists operations that match the specified filter in the request. If the server doesn’t support this method, it returns UNIMPLEMENTED.

§Arguments
  • name - The name of the operation’s parent resource.
Source

pub fn locations_featurestores_entity_types_features_patch( &self, request: GoogleCloudAiplatformV1beta1Feature, name: &str, ) -> ProjectLocationFeaturestoreEntityTypeFeaturePatchCall<'a, C>

Create a builder to help you perform the following task:

Updates the parameters of a single Feature.

§Arguments
  • request - No description provided.
  • name - Immutable. Name of the Feature. Format: projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}/features/{feature} projects/{project}/locations/{location}/featureGroups/{feature_group}/features/{feature} The last part feature is assigned by the client. The feature can be up to 64 characters long and can consist only of ASCII Latin letters A-Z and a-z, underscore(_), and ASCII digits 0-9 starting with a letter. The value will be unique given an entity type.
Source

pub fn locations_featurestores_entity_types_features_batch_create( &self, request: GoogleCloudAiplatformV1beta1BatchCreateFeaturesRequest, parent: &str, ) -> ProjectLocationFeaturestoreEntityTypeFeatureBatchCreateCall<'a, C>

Create a builder to help you perform the following task:

Creates a batch of Features in a given EntityType.

§Arguments
  • request - No description provided.
  • parent - Required. The resource name of the EntityType to create the batch of Features under. Format: projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}
Source

pub fn locations_featurestores_entity_types_features_get( &self, name: &str, ) -> ProjectLocationFeaturestoreEntityTypeFeatureGetCall<'a, C>

Create a builder to help you perform the following task:

Gets details of a single Feature.

§Arguments
  • name - Required. The name of the Feature resource. Format for entity_type as parent: projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type} Format for feature_group as parent: projects/{project}/locations/{location}/featureGroups/{feature_group}
Source

pub fn locations_featurestores_entity_types_features_delete( &self, name: &str, ) -> ProjectLocationFeaturestoreEntityTypeFeatureDeleteCall<'a, C>

Create a builder to help you perform the following task:

Deletes a single Feature.

§Arguments
  • name - Required. The name of the Features to be deleted. Format: projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}/features/{feature} projects/{project}/locations/{location}/featureGroups/{feature_group}/features/{feature}
Source

pub fn locations_featurestores_entity_types_features_list( &self, parent: &str, ) -> ProjectLocationFeaturestoreEntityTypeFeatureListCall<'a, C>

Create a builder to help you perform the following task:

Lists Features in a given EntityType.

§Arguments
  • parent - Required. The resource name of the Location to list Features. Format for entity_type as parent: projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type} Format for feature_group as parent: projects/{project}/locations/{location}/featureGroups/{feature_group}
Source

pub fn locations_featurestores_entity_types_features_create( &self, request: GoogleCloudAiplatformV1beta1Feature, parent: &str, ) -> ProjectLocationFeaturestoreEntityTypeFeatureCreateCall<'a, C>

Create a builder to help you perform the following task:

Creates a new Feature in a given EntityType.

§Arguments
  • request - No description provided.
  • parent - Required. The resource name of the EntityType or FeatureGroup to create a Feature. Format for entity_type as parent: projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type} Format for feature_group as parent: projects/{project}/locations/{location}/featureGroups/{feature_group}
Source

pub fn locations_featurestores_entity_types_read_feature_values( &self, request: GoogleCloudAiplatformV1beta1ReadFeatureValuesRequest, entity_type: &str, ) -> ProjectLocationFeaturestoreEntityTypeReadFeatureValueCall<'a, C>

Create a builder to help you perform the following task:

Reads Feature values of a specific entity of an EntityType. For reading feature values of multiple entities of an EntityType, please use StreamingReadFeatureValues.

§Arguments
  • request - No description provided.
  • entityType - Required. The resource name of the EntityType for the entity being read. Value format: projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entityType}. For example, for a machine learning model predicting user clicks on a website, an EntityType ID could be user.
Source

pub fn locations_featurestores_entity_types_streaming_read_feature_values( &self, request: GoogleCloudAiplatformV1beta1StreamingReadFeatureValuesRequest, entity_type: &str, ) -> ProjectLocationFeaturestoreEntityTypeStreamingReadFeatureValueCall<'a, C>

Create a builder to help you perform the following task:

Reads Feature values for multiple entities. Depending on their size, data for different entities may be broken up across multiple responses.

§Arguments
  • request - No description provided.
  • entityType - Required. The resource name of the entities’ type. Value format: projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entityType}. For example, for a machine learning model predicting user clicks on a website, an EntityType ID could be user.
Source

pub fn locations_featurestores_entity_types_delete_feature_values( &self, request: GoogleCloudAiplatformV1beta1DeleteFeatureValuesRequest, entity_type: &str, ) -> ProjectLocationFeaturestoreEntityTypeDeleteFeatureValueCall<'a, C>

Create a builder to help you perform the following task:

Delete Feature values from Featurestore. The progress of the deletion is tracked by the returned operation. The deleted feature values are guaranteed to be invisible to subsequent read operations after the operation is marked as successfully done. If a delete feature values operation fails, the feature values returned from reads and exports may be inconsistent. If consistency is required, the caller must retry the same delete request again and wait till the new operation returned is marked as successfully done.

§Arguments
  • request - No description provided.
  • entityType - Required. The resource name of the EntityType grouping the Features for which values are being deleted from. Format: projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entityType}
Source

pub fn locations_featurestores_entity_types_get_iam_policy( &self, resource: &str, ) -> ProjectLocationFeaturestoreEntityTypeGetIamPolicyCall<'a, C>

Create a builder to help you perform the following task:

Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.

§Arguments
  • resource - REQUIRED: The resource for which the policy is being requested. See Resource names for the appropriate value for this field.
Source

pub fn locations_featurestores_entity_types_import_feature_values( &self, request: GoogleCloudAiplatformV1beta1ImportFeatureValuesRequest, entity_type: &str, ) -> ProjectLocationFeaturestoreEntityTypeImportFeatureValueCall<'a, C>

Create a builder to help you perform the following task:

Imports Feature values into the Featurestore from a source storage. The progress of the import is tracked by the returned operation. The imported features are guaranteed to be visible to subsequent read operations after the operation is marked as successfully done. If an import operation fails, the Feature values returned from reads and exports may be inconsistent. If consistency is required, the caller must retry the same import request again and wait till the new operation returned is marked as successfully done. There are also scenarios where the caller can cause inconsistency. - Source data for import contains multiple distinct Feature values for the same entity ID and timestamp. - Source is modified during an import. This includes adding, updating, or removing source data and/or metadata. Examples of updating metadata include but are not limited to changing storage location, storage class, or retention policy. - Online serving cluster is under-provisioned.

§Arguments
  • request - No description provided.
  • entityType - Required. The resource name of the EntityType grouping the Features for which values are being imported. Format: projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entityType}
Source

pub fn locations_featurestores_entity_types_list( &self, parent: &str, ) -> ProjectLocationFeaturestoreEntityTypeListCall<'a, C>

Create a builder to help you perform the following task:

Lists EntityTypes in a given Featurestore.

§Arguments
  • parent - Required. The resource name of the Featurestore to list EntityTypes. Format: projects/{project}/locations/{location}/featurestores/{featurestore}
Source

pub fn locations_featurestores_entity_types_create( &self, request: GoogleCloudAiplatformV1beta1EntityType, parent: &str, ) -> ProjectLocationFeaturestoreEntityTypeCreateCall<'a, C>

Create a builder to help you perform the following task:

Creates a new EntityType in a given Featurestore.

§Arguments
  • request - No description provided.
  • parent - Required. The resource name of the Featurestore to create EntityTypes. Format: projects/{project}/locations/{location}/featurestores/{featurestore}
Source

pub fn locations_featurestores_entity_types_write_feature_values( &self, request: GoogleCloudAiplatformV1beta1WriteFeatureValuesRequest, entity_type: &str, ) -> ProjectLocationFeaturestoreEntityTypeWriteFeatureValueCall<'a, C>

Create a builder to help you perform the following task:

Writes Feature values of one or more entities of an EntityType. The Feature values are merged into existing entities if any. The Feature values to be written must have timestamp within the online storage retention.

§Arguments
  • request - No description provided.
  • entityType - Required. The resource name of the EntityType for the entities being written. Value format: projects/{project}/locations/{location}/featurestores/ {featurestore}/entityTypes/{entityType}. For example, for a machine learning model predicting user clicks on a website, an EntityType ID could be user.
Source

pub fn locations_featurestores_entity_types_test_iam_permissions( &self, resource: &str, ) -> ProjectLocationFeaturestoreEntityTypeTestIamPermissionCall<'a, C>

Create a builder to help you perform the following task:

Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a NOT_FOUND error. Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may “fail open” without warning.

§Arguments
  • resource - REQUIRED: The resource for which the policy detail is being requested. See Resource names for the appropriate value for this field.
Source

pub fn locations_featurestores_entity_types_set_iam_policy( &self, request: GoogleIamV1SetIamPolicyRequest, resource: &str, ) -> ProjectLocationFeaturestoreEntityTypeSetIamPolicyCall<'a, C>

Create a builder to help you perform the following task:

Sets the access control policy on the specified resource. Replaces any existing policy. Can return NOT_FOUND, INVALID_ARGUMENT, and PERMISSION_DENIED errors.

§Arguments
  • request - No description provided.
  • resource - REQUIRED: The resource for which the policy is being specified. See Resource names for the appropriate value for this field.
Source

pub fn locations_featurestores_entity_types_patch( &self, request: GoogleCloudAiplatformV1beta1EntityType, name: &str, ) -> ProjectLocationFeaturestoreEntityTypePatchCall<'a, C>

Create a builder to help you perform the following task:

Updates the parameters of a single EntityType.

§Arguments
  • request - No description provided.
  • name - Immutable. Name of the EntityType. Format: projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type} The last part entity_type is assigned by the client. The entity_type can be up to 64 characters long and can consist only of ASCII Latin letters A-Z and a-z and underscore(_), and ASCII digits 0-9 starting with a letter. The value will be unique given a featurestore.
Source

pub fn locations_featurestores_entity_types_get( &self, name: &str, ) -> ProjectLocationFeaturestoreEntityTypeGetCall<'a, C>

Create a builder to help you perform the following task:

Gets details of a single EntityType.

§Arguments
  • name - Required. The name of the EntityType resource. Format: projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}
Source

pub fn locations_featurestores_entity_types_export_feature_values( &self, request: GoogleCloudAiplatformV1beta1ExportFeatureValuesRequest, entity_type: &str, ) -> ProjectLocationFeaturestoreEntityTypeExportFeatureValueCall<'a, C>

Create a builder to help you perform the following task:

Exports Feature values from all the entities of a target EntityType.

§Arguments
  • request - No description provided.
  • entityType - Required. The resource name of the EntityType from which to export Feature values. Format: projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}
Source

pub fn locations_featurestores_entity_types_delete( &self, name: &str, ) -> ProjectLocationFeaturestoreEntityTypeDeleteCall<'a, C>

Create a builder to help you perform the following task:

Deletes a single EntityType. The EntityType must not have any Features or force must be set to true for the request to succeed.

§Arguments
  • name - Required. The name of the EntityType to be deleted. Format: projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}
Source

pub fn locations_featurestores_operations_cancel( &self, name: &str, ) -> ProjectLocationFeaturestoreOperationCancelCall<'a, C>

Create a builder to help you perform the following task:

Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn’t support this method, it returns google.rpc.Code.UNIMPLEMENTED. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to Code.CANCELLED.

§Arguments
  • name - The name of the operation resource to be cancelled.
Source

pub fn locations_featurestores_operations_get( &self, name: &str, ) -> ProjectLocationFeaturestoreOperationGetCall<'a, C>

Create a builder to help you perform the following task:

Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.

§Arguments
  • name - The name of the operation resource.
Source

pub fn locations_featurestores_operations_delete( &self, name: &str, ) -> ProjectLocationFeaturestoreOperationDeleteCall<'a, C>

Create a builder to help you perform the following task:

Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn’t support this method, it returns google.rpc.Code.UNIMPLEMENTED.

§Arguments
  • name - The name of the operation resource to be deleted.
Source

pub fn locations_featurestores_operations_list( &self, name: &str, ) -> ProjectLocationFeaturestoreOperationListCall<'a, C>

Create a builder to help you perform the following task:

Lists operations that match the specified filter in the request. If the server doesn’t support this method, it returns UNIMPLEMENTED.

§Arguments
  • name - The name of the operation’s parent resource.
Source

pub fn locations_featurestores_operations_wait( &self, name: &str, ) -> ProjectLocationFeaturestoreOperationWaitCall<'a, C>

Create a builder to help you perform the following task:

Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns google.rpc.Code.UNIMPLEMENTED. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.

§Arguments
  • name - The name of the operation resource to wait on.
Source

pub fn locations_featurestores_list( &self, parent: &str, ) -> ProjectLocationFeaturestoreListCall<'a, C>

Create a builder to help you perform the following task:

Lists Featurestores in a given project and location.

§Arguments
  • parent - Required. The resource name of the Location to list Featurestores. Format: projects/{project}/locations/{location}
Source

pub fn locations_featurestores_test_iam_permissions( &self, request: GoogleIamV1TestIamPermissionsRequest, resource: &str, ) -> ProjectLocationFeaturestoreTestIamPermissionCall<'a, C>

Create a builder to help you perform the following task:

Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a NOT_FOUND error. Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may “fail open” without warning.

§Arguments
  • request - No description provided.
  • resource - REQUIRED: The resource for which the policy detail is being requested. See Resource names for the appropriate value for this field.
Source

pub fn locations_featurestores_set_iam_policy( &self, request: GoogleIamV1SetIamPolicyRequest, resource: &str, ) -> ProjectLocationFeaturestoreSetIamPolicyCall<'a, C>

Create a builder to help you perform the following task:

Sets the access control policy on the specified resource. Replaces any existing policy. Can return NOT_FOUND, INVALID_ARGUMENT, and PERMISSION_DENIED errors.

§Arguments
  • request - No description provided.
  • resource - REQUIRED: The resource for which the policy is being specified. See Resource names for the appropriate value for this field.
Source

pub fn locations_featurestores_batch_read_feature_values( &self, request: GoogleCloudAiplatformV1beta1BatchReadFeatureValuesRequest, featurestore: &str, ) -> ProjectLocationFeaturestoreBatchReadFeatureValueCall<'a, C>

Create a builder to help you perform the following task:

Batch reads Feature values from a Featurestore. This API enables batch reading Feature values, where each read instance in the batch may read Feature values of entities from one or more EntityTypes. Point-in-time correctness is guaranteed for Feature values of each read instance as of each instance’s read timestamp.

§Arguments
  • request - No description provided.
  • featurestore - Required. The resource name of the Featurestore from which to query Feature values. Format: projects/{project}/locations/{location}/featurestores/{featurestore}
Source

pub fn locations_featurestores_get_iam_policy( &self, request: GoogleIamV1GetIamPolicyRequest, resource: &str, ) -> ProjectLocationFeaturestoreGetIamPolicyCall<'a, C>

Create a builder to help you perform the following task:

Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.

§Arguments
  • request - No description provided.
  • resource - REQUIRED: The resource for which the policy is being requested. See Resource names for the appropriate value for this field.
Source

pub fn locations_featurestores_delete( &self, name: &str, ) -> ProjectLocationFeaturestoreDeleteCall<'a, C>

Create a builder to help you perform the following task:

Deletes a single Featurestore. The Featurestore must not contain any EntityTypes or force must be set to true for the request to succeed.

§Arguments
  • name - Required. The name of the Featurestore to be deleted. Format: projects/{project}/locations/{location}/featurestores/{featurestore}
Source

pub fn locations_featurestores_patch( &self, request: GoogleCloudAiplatformV1beta1Featurestore, name: &str, ) -> ProjectLocationFeaturestorePatchCall<'a, C>

Create a builder to help you perform the following task:

Updates the parameters of a single Featurestore.

§Arguments
  • request - No description provided.
  • name - Output only. Name of the Featurestore. Format: projects/{project}/locations/{location}/featurestores/{featurestore}
Source

pub fn locations_featurestores_create( &self, request: GoogleCloudAiplatformV1beta1Featurestore, parent: &str, ) -> ProjectLocationFeaturestoreCreateCall<'a, C>

Create a builder to help you perform the following task:

Creates a new Featurestore in a given project and location.

§Arguments
  • request - No description provided.
  • parent - Required. The resource name of the Location to create Featurestores. Format: projects/{project}/locations/{location}
Source

pub fn locations_featurestores_get( &self, name: &str, ) -> ProjectLocationFeaturestoreGetCall<'a, C>

Create a builder to help you perform the following task:

Gets details of a single Featurestore.

§Arguments
  • name - Required. The name of the Featurestore resource.
Source

pub fn locations_featurestores_search_features( &self, location: &str, ) -> ProjectLocationFeaturestoreSearchFeatureCall<'a, C>

Create a builder to help you perform the following task:

Searches Features matching a query in a given project.

§Arguments
  • location - Required. The resource name of the Location to search Features. Format: projects/{project}/locations/{location}
Source

pub fn locations_evaluation_tasks_operations_wait( &self, name: &str, ) -> ProjectLocationEvaluationTaskOperationWaitCall<'a, C>

Create a builder to help you perform the following task:

Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns google.rpc.Code.UNIMPLEMENTED. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.

§Arguments
  • name - The name of the operation resource to wait on.
Source

pub fn locations_evaluation_tasks_operations_delete( &self, name: &str, ) -> ProjectLocationEvaluationTaskOperationDeleteCall<'a, C>

Create a builder to help you perform the following task:

Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn’t support this method, it returns google.rpc.Code.UNIMPLEMENTED.

§Arguments
  • name - The name of the operation resource to be deleted.
Source

pub fn locations_evaluation_tasks_operations_list( &self, name: &str, ) -> ProjectLocationEvaluationTaskOperationListCall<'a, C>

Create a builder to help you perform the following task:

Lists operations that match the specified filter in the request. If the server doesn’t support this method, it returns UNIMPLEMENTED.

§Arguments
  • name - The name of the operation’s parent resource.
Source

pub fn locations_evaluation_tasks_operations_get( &self, name: &str, ) -> ProjectLocationEvaluationTaskOperationGetCall<'a, C>

Create a builder to help you perform the following task:

Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.

§Arguments
  • name - The name of the operation resource.
Source

pub fn locations_data_labeling_jobs_operations_list( &self, name: &str, ) -> ProjectLocationDataLabelingJobOperationListCall<'a, C>

Create a builder to help you perform the following task:

Lists operations that match the specified filter in the request. If the server doesn’t support this method, it returns UNIMPLEMENTED.

§Arguments
  • name - The name of the operation’s parent resource.
Source

pub fn locations_data_labeling_jobs_operations_delete( &self, name: &str, ) -> ProjectLocationDataLabelingJobOperationDeleteCall<'a, C>

Create a builder to help you perform the following task:

Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn’t support this method, it returns google.rpc.Code.UNIMPLEMENTED.

§Arguments
  • name - The name of the operation resource to be deleted.
Source

pub fn locations_data_labeling_jobs_operations_cancel( &self, name: &str, ) -> ProjectLocationDataLabelingJobOperationCancelCall<'a, C>

Create a builder to help you perform the following task:

Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn’t support this method, it returns google.rpc.Code.UNIMPLEMENTED. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to Code.CANCELLED.

§Arguments
  • name - The name of the operation resource to be cancelled.
Source

pub fn locations_data_labeling_jobs_operations_get( &self, name: &str, ) -> ProjectLocationDataLabelingJobOperationGetCall<'a, C>

Create a builder to help you perform the following task:

Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.

§Arguments
  • name - The name of the operation resource.
Source

pub fn locations_data_labeling_jobs_operations_wait( &self, name: &str, ) -> ProjectLocationDataLabelingJobOperationWaitCall<'a, C>

Create a builder to help you perform the following task:

Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns google.rpc.Code.UNIMPLEMENTED. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.

§Arguments
  • name - The name of the operation resource to wait on.
Source

pub fn locations_data_labeling_jobs_get( &self, name: &str, ) -> ProjectLocationDataLabelingJobGetCall<'a, C>

Create a builder to help you perform the following task:

Gets a DataLabelingJob.

§Arguments
  • name - Required. The name of the DataLabelingJob. Format: projects/{project}/locations/{location}/dataLabelingJobs/{data_labeling_job}
Source

pub fn locations_data_labeling_jobs_list( &self, parent: &str, ) -> ProjectLocationDataLabelingJobListCall<'a, C>

Create a builder to help you perform the following task:

Lists DataLabelingJobs in a Location.

§Arguments
  • parent - Required. The parent of the DataLabelingJob. Format: projects/{project}/locations/{location}
Source

pub fn locations_data_labeling_jobs_delete( &self, name: &str, ) -> ProjectLocationDataLabelingJobDeleteCall<'a, C>

Create a builder to help you perform the following task:

Deletes a DataLabelingJob.

§Arguments
  • name - Required. The name of the DataLabelingJob to be deleted. Format: projects/{project}/locations/{location}/dataLabelingJobs/{data_labeling_job}
Source

pub fn locations_data_labeling_jobs_cancel( &self, request: GoogleCloudAiplatformV1beta1CancelDataLabelingJobRequest, name: &str, ) -> ProjectLocationDataLabelingJobCancelCall<'a, C>

Create a builder to help you perform the following task:

Cancels a DataLabelingJob. Success of cancellation is not guaranteed.

§Arguments
  • request - No description provided.
  • name - Required. The name of the DataLabelingJob. Format: projects/{project}/locations/{location}/dataLabelingJobs/{data_labeling_job}
Source

pub fn locations_data_labeling_jobs_create( &self, request: GoogleCloudAiplatformV1beta1DataLabelingJob, parent: &str, ) -> ProjectLocationDataLabelingJobCreateCall<'a, C>

Create a builder to help you perform the following task:

Creates a DataLabelingJob.

§Arguments
  • request - No description provided.
  • parent - Required. The parent of the DataLabelingJob. Format: projects/{project}/locations/{location}
Source

pub fn locations_publishers_models_stream_raw_predict( &self, request: GoogleCloudAiplatformV1beta1StreamRawPredictRequest, endpoint: &str, ) -> ProjectLocationPublisherModelStreamRawPredictCall<'a, C>

Create a builder to help you perform the following task:

Perform a streaming online prediction with an arbitrary HTTP payload.

§Arguments
  • request - No description provided.
  • endpoint - Required. The name of the Endpoint requested to serve the prediction. Format: projects/{project}/locations/{location}/endpoints/{endpoint}
Source

pub fn locations_publishers_models_get_iam_policy( &self, resource: &str, ) -> ProjectLocationPublisherModelGetIamPolicyCall<'a, C>

Create a builder to help you perform the following task:

Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.

§Arguments
  • resource - REQUIRED: The resource for which the policy is being requested. See Resource names for the appropriate value for this field.
Source

pub fn locations_publishers_models_server_streaming_predict( &self, request: GoogleCloudAiplatformV1beta1StreamingPredictRequest, endpoint: &str, ) -> ProjectLocationPublisherModelServerStreamingPredictCall<'a, C>

Create a builder to help you perform the following task:

Perform a server-side streaming online prediction request for Vertex LLM streaming.

§Arguments
  • request - No description provided.
  • endpoint - Required. The name of the Endpoint requested to serve the prediction. Format: projects/{project}/locations/{location}/endpoints/{endpoint}
Source

pub fn locations_publishers_models_compute_tokens( &self, request: GoogleCloudAiplatformV1beta1ComputeTokensRequest, endpoint: &str, ) -> ProjectLocationPublisherModelComputeTokenCall<'a, C>

Create a builder to help you perform the following task:

Return a list of tokens based on the input text.

§Arguments
  • request - No description provided.
  • endpoint - Required. The name of the Endpoint requested to get lists of tokens and token ids.
Source

pub fn locations_publishers_models_predict( &self, request: GoogleCloudAiplatformV1beta1PredictRequest, endpoint: &str, ) -> ProjectLocationPublisherModelPredictCall<'a, C>

Create a builder to help you perform the following task:

Perform an online prediction.

§Arguments
  • request - No description provided.
  • endpoint - Required. The name of the Endpoint requested to serve the prediction. Format: projects/{project}/locations/{location}/endpoints/{endpoint}
Source

pub fn locations_publishers_models_count_tokens( &self, request: GoogleCloudAiplatformV1beta1CountTokensRequest, endpoint: &str, ) -> ProjectLocationPublisherModelCountTokenCall<'a, C>

Create a builder to help you perform the following task:

Perform a token counting.

§Arguments
  • request - No description provided.
  • endpoint - Required. The name of the Endpoint requested to perform token counting. Format: projects/{project}/locations/{location}/endpoints/{endpoint}
Source

pub fn locations_publishers_models_stream_generate_content( &self, request: GoogleCloudAiplatformV1beta1GenerateContentRequest, model: &str, ) -> ProjectLocationPublisherModelStreamGenerateContentCall<'a, C>

Create a builder to help you perform the following task:

Generate content with multimodal inputs with streaming support.

§Arguments
  • request - No description provided.
  • model - Required. The name of the publisher model requested to serve the prediction. Format: projects/{project}/locations/{location}/publishers/*/models/*
Source

pub fn locations_publishers_models_generate_content( &self, request: GoogleCloudAiplatformV1beta1GenerateContentRequest, model: &str, ) -> ProjectLocationPublisherModelGenerateContentCall<'a, C>

Create a builder to help you perform the following task:

Generate content with multimodal inputs.

§Arguments
  • request - No description provided.
  • model - Required. The name of the publisher model requested to serve the prediction. Format: projects/{project}/locations/{location}/publishers/*/models/*
Source

pub fn locations_publishers_models_raw_predict( &self, request: GoogleCloudAiplatformV1beta1RawPredictRequest, endpoint: &str, ) -> ProjectLocationPublisherModelRawPredictCall<'a, C>

Create a builder to help you perform the following task:

Perform an online prediction with an arbitrary HTTP payload. The response includes the following HTTP headers: * X-Vertex-AI-Endpoint-Id: ID of the Endpoint that served this prediction. * X-Vertex-AI-Deployed-Model-Id: ID of the Endpoint’s DeployedModel that served this prediction.

§Arguments
  • request - No description provided.
  • endpoint - Required. The name of the Endpoint requested to serve the prediction. Format: projects/{project}/locations/{location}/endpoints/{endpoint}
Source

pub fn locations_extension_controllers_operations_wait( &self, name: &str, ) -> ProjectLocationExtensionControllerOperationWaitCall<'a, C>

Create a builder to help you perform the following task:

Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns google.rpc.Code.UNIMPLEMENTED. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.

§Arguments
  • name - The name of the operation resource to wait on.
Source

pub fn locations_extension_controllers_operations_get( &self, name: &str, ) -> ProjectLocationExtensionControllerOperationGetCall<'a, C>

Create a builder to help you perform the following task:

Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.

§Arguments
  • name - The name of the operation resource.
Source

pub fn locations_extension_controllers_operations_cancel( &self, name: &str, ) -> ProjectLocationExtensionControllerOperationCancelCall<'a, C>

Create a builder to help you perform the following task:

Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn’t support this method, it returns google.rpc.Code.UNIMPLEMENTED. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to Code.CANCELLED.

§Arguments
  • name - The name of the operation resource to be cancelled.
Source

pub fn locations_extension_controllers_operations_list( &self, name: &str, ) -> ProjectLocationExtensionControllerOperationListCall<'a, C>

Create a builder to help you perform the following task:

Lists operations that match the specified filter in the request. If the server doesn’t support this method, it returns UNIMPLEMENTED.

§Arguments
  • name - The name of the operation’s parent resource.
Source

pub fn locations_extension_controllers_operations_delete( &self, name: &str, ) -> ProjectLocationExtensionControllerOperationDeleteCall<'a, C>

Create a builder to help you perform the following task:

Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn’t support this method, it returns google.rpc.Code.UNIMPLEMENTED.

§Arguments
  • name - The name of the operation resource to be deleted.
Source

pub fn locations_operations_list( &self, name: &str, ) -> ProjectLocationOperationListCall<'a, C>

Create a builder to help you perform the following task:

Lists operations that match the specified filter in the request. If the server doesn’t support this method, it returns UNIMPLEMENTED.

§Arguments
  • name - The name of the operation’s parent resource.
Source

pub fn locations_operations_get( &self, name: &str, ) -> ProjectLocationOperationGetCall<'a, C>

Create a builder to help you perform the following task:

Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.

§Arguments
  • name - The name of the operation resource.
Source

pub fn locations_operations_delete( &self, name: &str, ) -> ProjectLocationOperationDeleteCall<'a, C>

Create a builder to help you perform the following task:

Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn’t support this method, it returns google.rpc.Code.UNIMPLEMENTED.

§Arguments
  • name - The name of the operation resource to be deleted.
Source

pub fn locations_operations_wait( &self, name: &str, ) -> ProjectLocationOperationWaitCall<'a, C>

Create a builder to help you perform the following task:

Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns google.rpc.Code.UNIMPLEMENTED. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.

§Arguments
  • name - The name of the operation resource to wait on.
Source

pub fn locations_operations_cancel( &self, name: &str, ) -> ProjectLocationOperationCancelCall<'a, C>

Create a builder to help you perform the following task:

Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn’t support this method, it returns google.rpc.Code.UNIMPLEMENTED. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to Code.CANCELLED.

§Arguments
  • name - The name of the operation resource to be cancelled.
Source

pub fn locations_indexes_operations_list( &self, name: &str, ) -> ProjectLocationIndexOperationListCall<'a, C>

Create a builder to help you perform the following task:

Lists operations that match the specified filter in the request. If the server doesn’t support this method, it returns UNIMPLEMENTED.

§Arguments
  • name - The name of the operation’s parent resource.
Source

pub fn locations_indexes_operations_get( &self, name: &str, ) -> ProjectLocationIndexOperationGetCall<'a, C>

Create a builder to help you perform the following task:

Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.

§Arguments
  • name - The name of the operation resource.
Source

pub fn locations_indexes_operations_wait( &self, name: &str, ) -> ProjectLocationIndexOperationWaitCall<'a, C>

Create a builder to help you perform the following task:

Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns google.rpc.Code.UNIMPLEMENTED. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.

§Arguments
  • name - The name of the operation resource to wait on.
Source

pub fn locations_indexes_operations_cancel( &self, name: &str, ) -> ProjectLocationIndexOperationCancelCall<'a, C>

Create a builder to help you perform the following task:

Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn’t support this method, it returns google.rpc.Code.UNIMPLEMENTED. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to Code.CANCELLED.

§Arguments
  • name - The name of the operation resource to be cancelled.
Source

pub fn locations_indexes_operations_delete( &self, name: &str, ) -> ProjectLocationIndexOperationDeleteCall<'a, C>

Create a builder to help you perform the following task:

Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn’t support this method, it returns google.rpc.Code.UNIMPLEMENTED.

§Arguments
  • name - The name of the operation resource to be deleted.
Source

pub fn locations_indexes_get( &self, name: &str, ) -> ProjectLocationIndexGetCall<'a, C>

Create a builder to help you perform the following task:

Gets an Index.

§Arguments
  • name - Required. The name of the Index resource. Format: projects/{project}/locations/{location}/indexes/{index}
Source

pub fn locations_indexes_upsert_datapoints( &self, request: GoogleCloudAiplatformV1beta1UpsertDatapointsRequest, index: &str, ) -> ProjectLocationIndexUpsertDatapointCall<'a, C>

Create a builder to help you perform the following task:

Add/update Datapoints into an Index.

§Arguments
  • request - No description provided.
  • index - Required. The name of the Index resource to be updated. Format: projects/{project}/locations/{location}/indexes/{index}
Source

pub fn locations_indexes_remove_datapoints( &self, request: GoogleCloudAiplatformV1beta1RemoveDatapointsRequest, index: &str, ) -> ProjectLocationIndexRemoveDatapointCall<'a, C>

Create a builder to help you perform the following task:

Remove Datapoints from an Index.

§Arguments
  • request - No description provided.
  • index - Required. The name of the Index resource to be updated. Format: projects/{project}/locations/{location}/indexes/{index}
Source

pub fn locations_indexes_delete( &self, name: &str, ) -> ProjectLocationIndexDeleteCall<'a, C>

Create a builder to help you perform the following task:

Deletes an Index. An Index can only be deleted when all its DeployedIndexes had been undeployed.

§Arguments
  • name - Required. The name of the Index resource to be deleted. Format: projects/{project}/locations/{location}/indexes/{index}
Source

pub fn locations_indexes_patch( &self, request: GoogleCloudAiplatformV1beta1Index, name: &str, ) -> ProjectLocationIndexPatchCall<'a, C>

Create a builder to help you perform the following task:

Updates an Index.

§Arguments
  • request - No description provided.
  • name - Output only. The resource name of the Index.
Source

pub fn locations_indexes_create( &self, request: GoogleCloudAiplatformV1beta1Index, parent: &str, ) -> ProjectLocationIndexCreateCall<'a, C>

Create a builder to help you perform the following task:

Creates an Index.

§Arguments
  • request - No description provided.
  • parent - Required. The resource name of the Location to create the Index in. Format: projects/{project}/locations/{location}
Source

pub fn locations_indexes_list( &self, parent: &str, ) -> ProjectLocationIndexListCall<'a, C>

Create a builder to help you perform the following task:

Lists Indexes in a Location.

§Arguments
  • parent - Required. The resource name of the Location from which to list the Indexes. Format: projects/{project}/locations/{location}
Source

pub fn locations_migratable_resources_operations_get( &self, name: &str, ) -> ProjectLocationMigratableResourceOperationGetCall<'a, C>

Create a builder to help you perform the following task:

Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.

§Arguments
  • name - The name of the operation resource.
Source

pub fn locations_migratable_resources_operations_delete( &self, name: &str, ) -> ProjectLocationMigratableResourceOperationDeleteCall<'a, C>

Create a builder to help you perform the following task:

Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn’t support this method, it returns google.rpc.Code.UNIMPLEMENTED.

§Arguments
  • name - The name of the operation resource to be deleted.
Source

pub fn locations_migratable_resources_operations_cancel( &self, name: &str, ) -> ProjectLocationMigratableResourceOperationCancelCall<'a, C>

Create a builder to help you perform the following task:

Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn’t support this method, it returns google.rpc.Code.UNIMPLEMENTED. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to Code.CANCELLED.

§Arguments
  • name - The name of the operation resource to be cancelled.
Source

pub fn locations_migratable_resources_operations_list( &self, name: &str, ) -> ProjectLocationMigratableResourceOperationListCall<'a, C>

Create a builder to help you perform the following task:

Lists operations that match the specified filter in the request. If the server doesn’t support this method, it returns UNIMPLEMENTED.

§Arguments
  • name - The name of the operation’s parent resource.
Source

pub fn locations_migratable_resources_operations_wait( &self, name: &str, ) -> ProjectLocationMigratableResourceOperationWaitCall<'a, C>

Create a builder to help you perform the following task:

Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns google.rpc.Code.UNIMPLEMENTED. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.

§Arguments
  • name - The name of the operation resource to wait on.

Create a builder to help you perform the following task:

Searches all of the resources in automl.googleapis.com, datalabeling.googleapis.com and ml.googleapis.com that can be migrated to Vertex AI’s given location.

§Arguments
  • request - No description provided.
  • parent - Required. The location that the migratable resources should be searched from. It’s the Vertex AI location that the resources can be migrated to, not the resources’ original location. Format: projects/{project}/locations/{location}
Source

pub fn locations_migratable_resources_batch_migrate( &self, request: GoogleCloudAiplatformV1beta1BatchMigrateResourcesRequest, parent: &str, ) -> ProjectLocationMigratableResourceBatchMigrateCall<'a, C>

Create a builder to help you perform the following task:

Batch migrates resources from ml.googleapis.com, automl.googleapis.com, and datalabeling.googleapis.com to Vertex AI.

§Arguments
  • request - No description provided.
  • parent - Required. The location of the migrated resource will live in. Format: projects/{project}/locations/{location}
Source

pub fn locations_feature_groups_operations_list( &self, name: &str, ) -> ProjectLocationFeatureGroupOperationListCall<'a, C>

Create a builder to help you perform the following task:

Lists operations that match the specified filter in the request. If the server doesn’t support this method, it returns UNIMPLEMENTED.

§Arguments
  • name - The name of the operation’s parent resource.
Source

pub fn locations_feature_groups_operations_delete( &self, name: &str, ) -> ProjectLocationFeatureGroupOperationDeleteCall<'a, C>

Create a builder to help you perform the following task:

Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn’t support this method, it returns google.rpc.Code.UNIMPLEMENTED.

§Arguments
  • name - The name of the operation resource to be deleted.
Source

pub fn locations_feature_groups_operations_wait( &self, name: &str, ) -> ProjectLocationFeatureGroupOperationWaitCall<'a, C>

Create a builder to help you perform the following task:

Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns google.rpc.Code.UNIMPLEMENTED. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.

§Arguments
  • name - The name of the operation resource to wait on.
Source

pub fn locations_feature_groups_operations_get( &self, name: &str, ) -> ProjectLocationFeatureGroupOperationGetCall<'a, C>

Create a builder to help you perform the following task:

Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.

§Arguments
  • name - The name of the operation resource.
Source

pub fn locations_feature_groups_features_operations_get( &self, name: &str, ) -> ProjectLocationFeatureGroupFeatureOperationGetCall<'a, C>

Create a builder to help you perform the following task:

Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.

§Arguments
  • name - The name of the operation resource.
Source

pub fn locations_feature_groups_features_operations_list( &self, name: &str, ) -> ProjectLocationFeatureGroupFeatureOperationListCall<'a, C>

Create a builder to help you perform the following task:

Lists operations that match the specified filter in the request. If the server doesn’t support this method, it returns UNIMPLEMENTED.

§Arguments
  • name - The name of the operation’s parent resource.
Source

pub fn locations_feature_groups_features_operations_delete( &self, name: &str, ) -> ProjectLocationFeatureGroupFeatureOperationDeleteCall<'a, C>

Create a builder to help you perform the following task:

Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn’t support this method, it returns google.rpc.Code.UNIMPLEMENTED.

§Arguments
  • name - The name of the operation resource to be deleted.
Source

pub fn locations_feature_groups_features_operations_wait( &self, name: &str, ) -> ProjectLocationFeatureGroupFeatureOperationWaitCall<'a, C>

Create a builder to help you perform the following task:

Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns google.rpc.Code.UNIMPLEMENTED. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.

§Arguments
  • name - The name of the operation resource to wait on.
Source

pub fn locations_feature_groups_features_create( &self, request: GoogleCloudAiplatformV1beta1Feature, parent: &str, ) -> ProjectLocationFeatureGroupFeatureCreateCall<'a, C>

Create a builder to help you perform the following task:

Creates a new Feature in a given FeatureGroup.

§Arguments
  • request - No description provided.
  • parent - Required. The resource name of the EntityType or FeatureGroup to create a Feature. Format for entity_type as parent: projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type} Format for feature_group as parent: projects/{project}/locations/{location}/featureGroups/{feature_group}
Source

pub fn locations_feature_groups_features_delete( &self, name: &str, ) -> ProjectLocationFeatureGroupFeatureDeleteCall<'a, C>

Create a builder to help you perform the following task:

Deletes a single Feature.

§Arguments
  • name - Required. The name of the Features to be deleted. Format: projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}/features/{feature} projects/{project}/locations/{location}/featureGroups/{feature_group}/features/{feature}
Source

pub fn locations_feature_groups_features_get( &self, name: &str, ) -> ProjectLocationFeatureGroupFeatureGetCall<'a, C>

Create a builder to help you perform the following task:

Gets details of a single Feature.

§Arguments
  • name - Required. The name of the Feature resource. Format for entity_type as parent: projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type} Format for feature_group as parent: projects/{project}/locations/{location}/featureGroups/{feature_group}
Source

pub fn locations_feature_groups_features_list( &self, parent: &str, ) -> ProjectLocationFeatureGroupFeatureListCall<'a, C>

Create a builder to help you perform the following task:

Lists Features in a given FeatureGroup.

§Arguments
  • parent - Required. The resource name of the Location to list Features. Format for entity_type as parent: projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type} Format for feature_group as parent: projects/{project}/locations/{location}/featureGroups/{feature_group}
Source

pub fn locations_feature_groups_features_patch( &self, request: GoogleCloudAiplatformV1beta1Feature, name: &str, ) -> ProjectLocationFeatureGroupFeaturePatchCall<'a, C>

Create a builder to help you perform the following task:

Updates the parameters of a single Feature.

§Arguments
  • request - No description provided.
  • name - Immutable. Name of the Feature. Format: projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}/features/{feature} projects/{project}/locations/{location}/featureGroups/{feature_group}/features/{feature} The last part feature is assigned by the client. The feature can be up to 64 characters long and can consist only of ASCII Latin letters A-Z and a-z, underscore(_), and ASCII digits 0-9 starting with a letter. The value will be unique given an entity type.
Source

pub fn locations_feature_groups_list( &self, parent: &str, ) -> ProjectLocationFeatureGroupListCall<'a, C>

Create a builder to help you perform the following task:

Lists FeatureGroups in a given project and location.

§Arguments
  • parent - Required. The resource name of the Location to list FeatureGroups. Format: projects/{project}/locations/{location}
Source

pub fn locations_feature_groups_delete( &self, name: &str, ) -> ProjectLocationFeatureGroupDeleteCall<'a, C>

Create a builder to help you perform the following task:

Deletes a single FeatureGroup.

§Arguments
  • name - Required. The name of the FeatureGroup to be deleted. Format: projects/{project}/locations/{location}/featureGroups/{feature_group}
Source

pub fn locations_feature_groups_create( &self, request: GoogleCloudAiplatformV1beta1FeatureGroup, parent: &str, ) -> ProjectLocationFeatureGroupCreateCall<'a, C>

Create a builder to help you perform the following task:

Creates a new FeatureGroup in a given project and location.

§Arguments
  • request - No description provided.
  • parent - Required. The resource name of the Location to create FeatureGroups. Format: projects/{project}/locations/{location}
Source

pub fn locations_feature_groups_get( &self, name: &str, ) -> ProjectLocationFeatureGroupGetCall<'a, C>

Create a builder to help you perform the following task:

Gets details of a single FeatureGroup.

§Arguments
  • name - Required. The name of the FeatureGroup resource.
Source

pub fn locations_feature_groups_patch( &self, request: GoogleCloudAiplatformV1beta1FeatureGroup, name: &str, ) -> ProjectLocationFeatureGroupPatchCall<'a, C>

Create a builder to help you perform the following task:

Updates the parameters of a single FeatureGroup.

§Arguments
  • request - No description provided.
  • name - Identifier. Name of the FeatureGroup. Format: projects/{project}/locations/{location}/featureGroups/{featureGroup}
Source

pub fn locations_solvers_operations_get( &self, name: &str, ) -> ProjectLocationSolverOperationGetCall<'a, C>

Create a builder to help you perform the following task:

Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.

§Arguments
  • name - The name of the operation resource.
Source

pub fn locations_solvers_operations_delete( &self, name: &str, ) -> ProjectLocationSolverOperationDeleteCall<'a, C>

Create a builder to help you perform the following task:

Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn’t support this method, it returns google.rpc.Code.UNIMPLEMENTED.

§Arguments
  • name - The name of the operation resource to be deleted.
Source

pub fn locations_solvers_operations_list( &self, name: &str, ) -> ProjectLocationSolverOperationListCall<'a, C>

Create a builder to help you perform the following task:

Lists operations that match the specified filter in the request. If the server doesn’t support this method, it returns UNIMPLEMENTED.

§Arguments
  • name - The name of the operation’s parent resource.
Source

pub fn locations_custom_jobs_operations_delete( &self, name: &str, ) -> ProjectLocationCustomJobOperationDeleteCall<'a, C>

Create a builder to help you perform the following task:

Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn’t support this method, it returns google.rpc.Code.UNIMPLEMENTED.

§Arguments
  • name - The name of the operation resource to be deleted.
Source

pub fn locations_custom_jobs_operations_wait( &self, name: &str, ) -> ProjectLocationCustomJobOperationWaitCall<'a, C>

Create a builder to help you perform the following task:

Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns google.rpc.Code.UNIMPLEMENTED. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.

§Arguments
  • name - The name of the operation resource to wait on.
Source

pub fn locations_custom_jobs_operations_list( &self, name: &str, ) -> ProjectLocationCustomJobOperationListCall<'a, C>

Create a builder to help you perform the following task:

Lists operations that match the specified filter in the request. If the server doesn’t support this method, it returns UNIMPLEMENTED.

§Arguments
  • name - The name of the operation’s parent resource.
Source

pub fn locations_custom_jobs_operations_cancel( &self, name: &str, ) -> ProjectLocationCustomJobOperationCancelCall<'a, C>

Create a builder to help you perform the following task:

Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn’t support this method, it returns google.rpc.Code.UNIMPLEMENTED. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to Code.CANCELLED.

§Arguments
  • name - The name of the operation resource to be cancelled.
Source

pub fn locations_custom_jobs_operations_get( &self, name: &str, ) -> ProjectLocationCustomJobOperationGetCall<'a, C>

Create a builder to help you perform the following task:

Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.

§Arguments
  • name - The name of the operation resource.
Source

pub fn locations_custom_jobs_get( &self, name: &str, ) -> ProjectLocationCustomJobGetCall<'a, C>

Create a builder to help you perform the following task:

Gets a CustomJob.

§Arguments
  • name - Required. The name of the CustomJob resource. Format: projects/{project}/locations/{location}/customJobs/{custom_job}
Source

pub fn locations_custom_jobs_cancel( &self, request: GoogleCloudAiplatformV1beta1CancelCustomJobRequest, name: &str, ) -> ProjectLocationCustomJobCancelCall<'a, C>

Create a builder to help you perform the following task:

Cancels a CustomJob. Starts asynchronous cancellation on the CustomJob. The server makes a best effort to cancel the job, but success is not guaranteed. Clients can use JobService.GetCustomJob or other methods to check whether the cancellation succeeded or whether the job completed despite cancellation. On successful cancellation, the CustomJob is not deleted; instead it becomes a job with a CustomJob.error value with a google.rpc.Status.code of 1, corresponding to Code.CANCELLED, and CustomJob.state is set to CANCELLED.

§Arguments
  • request - No description provided.
  • name - Required. The name of the CustomJob to cancel. Format: projects/{project}/locations/{location}/customJobs/{custom_job}
Source

pub fn locations_custom_jobs_delete( &self, name: &str, ) -> ProjectLocationCustomJobDeleteCall<'a, C>

Create a builder to help you perform the following task:

Deletes a CustomJob.

§Arguments
  • name - Required. The name of the CustomJob resource to be deleted. Format: projects/{project}/locations/{location}/customJobs/{custom_job}
Source

pub fn locations_custom_jobs_create( &self, request: GoogleCloudAiplatformV1beta1CustomJob, parent: &str, ) -> ProjectLocationCustomJobCreateCall<'a, C>

Create a builder to help you perform the following task:

Creates a CustomJob. A created CustomJob right away will be attempted to be run.

§Arguments
  • request - No description provided.
  • parent - Required. The resource name of the Location to create the CustomJob in. Format: projects/{project}/locations/{location}
Source

pub fn locations_custom_jobs_list( &self, parent: &str, ) -> ProjectLocationCustomJobListCall<'a, C>

Create a builder to help you perform the following task:

Lists CustomJobs in a Location.

§Arguments
  • parent - Required. The resource name of the Location to list the CustomJobs from. Format: projects/{project}/locations/{location}
Source

pub fn locations_tuning_jobs_list( &self, parent: &str, ) -> ProjectLocationTuningJobListCall<'a, C>

Create a builder to help you perform the following task:

Lists TuningJobs in a Location.

§Arguments
  • parent - Required. The resource name of the Location to list the TuningJobs from. Format: projects/{project}/locations/{location}
Source

pub fn locations_tuning_jobs_get( &self, name: &str, ) -> ProjectLocationTuningJobGetCall<'a, C>

Create a builder to help you perform the following task:

Gets a TuningJob.

§Arguments
  • name - Required. The name of the TuningJob resource. Format: projects/{project}/locations/{location}/tuningJobs/{tuning_job}
Source

pub fn locations_tuning_jobs_create( &self, request: GoogleCloudAiplatformV1beta1TuningJob, parent: &str, ) -> ProjectLocationTuningJobCreateCall<'a, C>

Create a builder to help you perform the following task:

Creates a TuningJob. A created TuningJob right away will be attempted to be run.

§Arguments
  • request - No description provided.
  • parent - Required. The resource name of the Location to create the TuningJob in. Format: projects/{project}/locations/{location}
Source

pub fn locations_tuning_jobs_cancel( &self, request: GoogleCloudAiplatformV1beta1CancelTuningJobRequest, name: &str, ) -> ProjectLocationTuningJobCancelCall<'a, C>

Create a builder to help you perform the following task:

Cancels a TuningJob. Starts asynchronous cancellation on the TuningJob. The server makes a best effort to cancel the job, but success is not guaranteed. Clients can use GenAiTuningService.GetTuningJob or other methods to check whether the cancellation succeeded or whether the job completed despite cancellation. On successful cancellation, the TuningJob is not deleted; instead it becomes a job with a TuningJob.error value with a google.rpc.Status.code of 1, corresponding to Code.CANCELLED, and TuningJob.state is set to CANCELLED.

§Arguments
  • request - No description provided.
  • name - Required. The name of the TuningJob to cancel. Format: projects/{project}/locations/{location}/tuningJobs/{tuning_job}
Source

pub fn locations_index_endpoints_operations_wait( &self, name: &str, ) -> ProjectLocationIndexEndpointOperationWaitCall<'a, C>

Create a builder to help you perform the following task:

Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns google.rpc.Code.UNIMPLEMENTED. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.

§Arguments
  • name - The name of the operation resource to wait on.
Source

pub fn locations_index_endpoints_operations_list( &self, name: &str, ) -> ProjectLocationIndexEndpointOperationListCall<'a, C>

Create a builder to help you perform the following task:

Lists operations that match the specified filter in the request. If the server doesn’t support this method, it returns UNIMPLEMENTED.

§Arguments
  • name - The name of the operation’s parent resource.
Source

pub fn locations_index_endpoints_operations_get( &self, name: &str, ) -> ProjectLocationIndexEndpointOperationGetCall<'a, C>

Create a builder to help you perform the following task:

Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.

§Arguments
  • name - The name of the operation resource.
Source

pub fn locations_index_endpoints_operations_delete( &self, name: &str, ) -> ProjectLocationIndexEndpointOperationDeleteCall<'a, C>

Create a builder to help you perform the following task:

Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn’t support this method, it returns google.rpc.Code.UNIMPLEMENTED.

§Arguments
  • name - The name of the operation resource to be deleted.
Source

pub fn locations_index_endpoints_operations_cancel( &self, name: &str, ) -> ProjectLocationIndexEndpointOperationCancelCall<'a, C>

Create a builder to help you perform the following task:

Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn’t support this method, it returns google.rpc.Code.UNIMPLEMENTED. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to Code.CANCELLED.

§Arguments
  • name - The name of the operation resource to be cancelled.
Source

pub fn locations_index_endpoints_read_index_datapoints( &self, request: GoogleCloudAiplatformV1beta1ReadIndexDatapointsRequest, index_endpoint: &str, ) -> ProjectLocationIndexEndpointReadIndexDatapointCall<'a, C>

Create a builder to help you perform the following task:

Reads the datapoints/vectors of the given IDs. A maximum of 1000 datapoints can be retrieved in a batch.

§Arguments
  • request - No description provided.
  • indexEndpoint - Required. The name of the index endpoint. Format: projects/{project}/locations/{location}/indexEndpoints/{index_endpoint}
Source

pub fn locations_index_endpoints_mutate_deployed_index( &self, request: GoogleCloudAiplatformV1beta1DeployedIndex, index_endpoint: &str, ) -> ProjectLocationIndexEndpointMutateDeployedIndexCall<'a, C>

Create a builder to help you perform the following task:

Update an existing DeployedIndex under an IndexEndpoint.

§Arguments
  • request - No description provided.
  • indexEndpoint - Required. The name of the IndexEndpoint resource into which to deploy an Index. Format: projects/{project}/locations/{location}/indexEndpoints/{index_endpoint}
Source

pub fn locations_index_endpoints_create( &self, request: GoogleCloudAiplatformV1beta1IndexEndpoint, parent: &str, ) -> ProjectLocationIndexEndpointCreateCall<'a, C>

Create a builder to help you perform the following task:

Creates an IndexEndpoint.

§Arguments
  • request - No description provided.
  • parent - Required. The resource name of the Location to create the IndexEndpoint in. Format: projects/{project}/locations/{location}
Source

pub fn locations_index_endpoints_delete( &self, name: &str, ) -> ProjectLocationIndexEndpointDeleteCall<'a, C>

Create a builder to help you perform the following task:

Deletes an IndexEndpoint.

§Arguments
  • name - Required. The name of the IndexEndpoint resource to be deleted. Format: projects/{project}/locations/{location}/indexEndpoints/{index_endpoint}
Source

pub fn locations_index_endpoints_find_neighbors( &self, request: GoogleCloudAiplatformV1beta1FindNeighborsRequest, index_endpoint: &str, ) -> ProjectLocationIndexEndpointFindNeighborCall<'a, C>

Create a builder to help you perform the following task:

Finds the nearest neighbors of each vector within the request.

§Arguments
  • request - No description provided.
  • indexEndpoint - Required. The name of the index endpoint. Format: projects/{project}/locations/{location}/indexEndpoints/{index_endpoint}
Source

pub fn locations_index_endpoints_list( &self, parent: &str, ) -> ProjectLocationIndexEndpointListCall<'a, C>

Create a builder to help you perform the following task:

Lists IndexEndpoints in a Location.

§Arguments
  • parent - Required. The resource name of the Location from which to list the IndexEndpoints. Format: projects/{project}/locations/{location}
Source

pub fn locations_index_endpoints_deploy_index( &self, request: GoogleCloudAiplatformV1beta1DeployIndexRequest, index_endpoint: &str, ) -> ProjectLocationIndexEndpointDeployIndexCall<'a, C>

Create a builder to help you perform the following task:

Deploys an Index into this IndexEndpoint, creating a DeployedIndex within it. Only non-empty Indexes can be deployed.

§Arguments
  • request - No description provided.
  • indexEndpoint - Required. The name of the IndexEndpoint resource into which to deploy an Index. Format: projects/{project}/locations/{location}/indexEndpoints/{index_endpoint}
Source

pub fn locations_index_endpoints_patch( &self, request: GoogleCloudAiplatformV1beta1IndexEndpoint, name: &str, ) -> ProjectLocationIndexEndpointPatchCall<'a, C>

Create a builder to help you perform the following task:

Updates an IndexEndpoint.

§Arguments
  • request - No description provided.
  • name - Output only. The resource name of the IndexEndpoint.
Source

pub fn locations_index_endpoints_undeploy_index( &self, request: GoogleCloudAiplatformV1beta1UndeployIndexRequest, index_endpoint: &str, ) -> ProjectLocationIndexEndpointUndeployIndexCall<'a, C>

Create a builder to help you perform the following task:

Undeploys an Index from an IndexEndpoint, removing a DeployedIndex from it, and freeing all resources it’s using.

§Arguments
  • request - No description provided.
  • indexEndpoint - Required. The name of the IndexEndpoint resource from which to undeploy an Index. Format: projects/{project}/locations/{location}/indexEndpoints/{index_endpoint}
Source

pub fn locations_index_endpoints_get( &self, name: &str, ) -> ProjectLocationIndexEndpointGetCall<'a, C>

Create a builder to help you perform the following task:

Gets an IndexEndpoint.

§Arguments
  • name - Required. The name of the IndexEndpoint resource. Format: projects/{project}/locations/{location}/indexEndpoints/{index_endpoint}
Source

pub fn locations_specialist_pools_operations_get( &self, name: &str, ) -> ProjectLocationSpecialistPoolOperationGetCall<'a, C>

Create a builder to help you perform the following task:

Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.

§Arguments
  • name - The name of the operation resource.
Source

pub fn locations_specialist_pools_operations_cancel( &self, name: &str, ) -> ProjectLocationSpecialistPoolOperationCancelCall<'a, C>

Create a builder to help you perform the following task:

Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn’t support this method, it returns google.rpc.Code.UNIMPLEMENTED. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to Code.CANCELLED.

§Arguments
  • name - The name of the operation resource to be cancelled.
Source

pub fn locations_specialist_pools_operations_delete( &self, name: &str, ) -> ProjectLocationSpecialistPoolOperationDeleteCall<'a, C>

Create a builder to help you perform the following task:

Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn’t support this method, it returns google.rpc.Code.UNIMPLEMENTED.

§Arguments
  • name - The name of the operation resource to be deleted.
Source

pub fn locations_specialist_pools_operations_wait( &self, name: &str, ) -> ProjectLocationSpecialistPoolOperationWaitCall<'a, C>

Create a builder to help you perform the following task:

Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns google.rpc.Code.UNIMPLEMENTED. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.

§Arguments
  • name - The name of the operation resource to wait on.
Source

pub fn locations_specialist_pools_operations_list( &self, name: &str, ) -> ProjectLocationSpecialistPoolOperationListCall<'a, C>

Create a builder to help you perform the following task:

Lists operations that match the specified filter in the request. If the server doesn’t support this method, it returns UNIMPLEMENTED.

§Arguments
  • name - The name of the operation’s parent resource.
Source

pub fn locations_specialist_pools_delete( &self, name: &str, ) -> ProjectLocationSpecialistPoolDeleteCall<'a, C>

Create a builder to help you perform the following task:

Deletes a SpecialistPool as well as all Specialists in the pool.

§Arguments
  • name - Required. The resource name of the SpecialistPool to delete. Format: projects/{project}/locations/{location}/specialistPools/{specialist_pool}
Source

pub fn locations_specialist_pools_get( &self, name: &str, ) -> ProjectLocationSpecialistPoolGetCall<'a, C>

Create a builder to help you perform the following task:

Gets a SpecialistPool.

§Arguments
  • name - Required. The name of the SpecialistPool resource. The form is projects/{project}/locations/{location}/specialistPools/{specialist_pool}.
Source

pub fn locations_specialist_pools_create( &self, request: GoogleCloudAiplatformV1beta1SpecialistPool, parent: &str, ) -> ProjectLocationSpecialistPoolCreateCall<'a, C>

Create a builder to help you perform the following task:

Creates a SpecialistPool.

§Arguments
  • request - No description provided.
  • parent - Required. The parent Project name for the new SpecialistPool. The form is projects/{project}/locations/{location}.
Source

pub fn locations_specialist_pools_patch( &self, request: GoogleCloudAiplatformV1beta1SpecialistPool, name: &str, ) -> ProjectLocationSpecialistPoolPatchCall<'a, C>

Create a builder to help you perform the following task:

Updates a SpecialistPool.

§Arguments
  • request - No description provided.
  • name - Required. The resource name of the SpecialistPool.
Source

pub fn locations_specialist_pools_list( &self, parent: &str, ) -> ProjectLocationSpecialistPoolListCall<'a, C>

Create a builder to help you perform the following task:

Lists SpecialistPools in a Location.

§Arguments
  • parent - Required. The name of the SpecialistPool’s parent resource. Format: projects/{project}/locations/{location}
Source

pub fn locations_rag_corpora_operations_get( &self, name: &str, ) -> ProjectLocationRagCorporaOperationGetCall<'a, C>

Create a builder to help you perform the following task:

Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.

§Arguments
  • name - The name of the operation resource.
Source

pub fn locations_rag_corpora_operations_cancel( &self, name: &str, ) -> ProjectLocationRagCorporaOperationCancelCall<'a, C>

Create a builder to help you perform the following task:

Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn’t support this method, it returns google.rpc.Code.UNIMPLEMENTED. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to Code.CANCELLED.

§Arguments
  • name - The name of the operation resource to be cancelled.
Source

pub fn locations_rag_corpora_operations_wait( &self, name: &str, ) -> ProjectLocationRagCorporaOperationWaitCall<'a, C>

Create a builder to help you perform the following task:

Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns google.rpc.Code.UNIMPLEMENTED. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.

§Arguments
  • name - The name of the operation resource to wait on.
Source

pub fn locations_rag_corpora_operations_list( &self, name: &str, ) -> ProjectLocationRagCorporaOperationListCall<'a, C>

Create a builder to help you perform the following task:

Lists operations that match the specified filter in the request. If the server doesn’t support this method, it returns UNIMPLEMENTED.

§Arguments
  • name - The name of the operation’s parent resource.
Source

pub fn locations_rag_corpora_operations_delete( &self, name: &str, ) -> ProjectLocationRagCorporaOperationDeleteCall<'a, C>

Create a builder to help you perform the following task:

Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn’t support this method, it returns google.rpc.Code.UNIMPLEMENTED.

§Arguments
  • name - The name of the operation resource to be deleted.
Source

pub fn locations_rag_corpora_rag_files_operations_delete( &self, name: &str, ) -> ProjectLocationRagCorporaRagFileOperationDeleteCall<'a, C>

Create a builder to help you perform the following task:

Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn’t support this method, it returns google.rpc.Code.UNIMPLEMENTED.

§Arguments
  • name - The name of the operation resource to be deleted.
Source

pub fn locations_rag_corpora_rag_files_operations_get( &self, name: &str, ) -> ProjectLocationRagCorporaRagFileOperationGetCall<'a, C>

Create a builder to help you perform the following task:

Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.

§Arguments
  • name - The name of the operation resource.
Source

pub fn locations_rag_corpora_rag_files_operations_list( &self, name: &str, ) -> ProjectLocationRagCorporaRagFileOperationListCall<'a, C>

Create a builder to help you perform the following task:

Lists operations that match the specified filter in the request. If the server doesn’t support this method, it returns UNIMPLEMENTED.

§Arguments
  • name - The name of the operation’s parent resource.
Source

pub fn locations_rag_corpora_rag_files_operations_cancel( &self, name: &str, ) -> ProjectLocationRagCorporaRagFileOperationCancelCall<'a, C>

Create a builder to help you perform the following task:

Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn’t support this method, it returns google.rpc.Code.UNIMPLEMENTED. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to Code.CANCELLED.

§Arguments
  • name - The name of the operation resource to be cancelled.
Source

pub fn locations_rag_corpora_rag_files_operations_wait( &self, name: &str, ) -> ProjectLocationRagCorporaRagFileOperationWaitCall<'a, C>

Create a builder to help you perform the following task:

Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns google.rpc.Code.UNIMPLEMENTED. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.

§Arguments
  • name - The name of the operation resource to wait on.
Source

pub fn locations_rag_corpora_rag_files_delete( &self, name: &str, ) -> ProjectLocationRagCorporaRagFileDeleteCall<'a, C>

Create a builder to help you perform the following task:

Deletes a RagFile.

§Arguments
  • name - Required. The name of the RagFile resource to be deleted. Format: projects/{project}/locations/{location}/ragCorpora/{rag_corpus}/ragFiles/{rag_file}
Source

pub fn locations_rag_corpora_rag_files_list( &self, parent: &str, ) -> ProjectLocationRagCorporaRagFileListCall<'a, C>

Create a builder to help you perform the following task:

Lists RagFiles in a RagCorpus.

§Arguments
  • parent - Required. The resource name of the RagCorpus from which to list the RagFiles. Format: projects/{project}/locations/{location}/ragCorpora/{rag_corpus}
Source

pub fn locations_rag_corpora_rag_files_import( &self, request: GoogleCloudAiplatformV1beta1ImportRagFilesRequest, parent: &str, ) -> ProjectLocationRagCorporaRagFileImportCall<'a, C>

Create a builder to help you perform the following task:

Import files from Google Cloud Storage or Google Drive into a RagCorpus.

§Arguments
  • request - No description provided.
  • parent - Required. The name of the RagCorpus resource into which to import files. Format: projects/{project}/locations/{location}/ragCorpora/{rag_corpus}
Source

pub fn locations_rag_corpora_rag_files_get( &self, name: &str, ) -> ProjectLocationRagCorporaRagFileGetCall<'a, C>

Create a builder to help you perform the following task:

Gets a RagFile.

§Arguments
  • name - Required. The name of the RagFile resource. Format: projects/{project}/locations/{location}/ragCorpora/{rag_corpus}/ragFiles/{rag_file}
Source

pub fn locations_rag_corpora_list( &self, parent: &str, ) -> ProjectLocationRagCorporaListCall<'a, C>

Create a builder to help you perform the following task:

Lists RagCorpora in a Location.

§Arguments
  • parent - Required. The resource name of the Location from which to list the RagCorpora. Format: projects/{project}/locations/{location}
Source

pub fn locations_rag_corpora_get( &self, name: &str, ) -> ProjectLocationRagCorporaGetCall<'a, C>

Create a builder to help you perform the following task:

Gets a RagCorpus.

§Arguments
  • name - Required. The name of the RagCorpus resource. Format: projects/{project}/locations/{location}/ragCorpora/{rag_corpus}
Source

pub fn locations_rag_corpora_create( &self, request: GoogleCloudAiplatformV1beta1RagCorpus, parent: &str, ) -> ProjectLocationRagCorporaCreateCall<'a, C>

Create a builder to help you perform the following task:

Creates a RagCorpus.

§Arguments
  • request - No description provided.
  • parent - Required. The resource name of the Location to create the RagCorpus in. Format: projects/{project}/locations/{location}
Source

pub fn locations_rag_corpora_delete( &self, name: &str, ) -> ProjectLocationRagCorporaDeleteCall<'a, C>

Create a builder to help you perform the following task:

Deletes a RagCorpus.

§Arguments
  • name - Required. The name of the RagCorpus resource to be deleted. Format: projects/{project}/locations/{location}/ragCorpora/{rag_corpus}
Source

pub fn locations_deployment_resource_pools_operations_wait( &self, name: &str, ) -> ProjectLocationDeploymentResourcePoolOperationWaitCall<'a, C>

Create a builder to help you perform the following task:

Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns google.rpc.Code.UNIMPLEMENTED. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.

§Arguments
  • name - The name of the operation resource to wait on.
Source

pub fn locations_deployment_resource_pools_operations_get( &self, name: &str, ) -> ProjectLocationDeploymentResourcePoolOperationGetCall<'a, C>

Create a builder to help you perform the following task:

Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.

§Arguments
  • name - The name of the operation resource.
Source

pub fn locations_deployment_resource_pools_operations_delete( &self, name: &str, ) -> ProjectLocationDeploymentResourcePoolOperationDeleteCall<'a, C>

Create a builder to help you perform the following task:

Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn’t support this method, it returns google.rpc.Code.UNIMPLEMENTED.

§Arguments
  • name - The name of the operation resource to be deleted.
Source

pub fn locations_deployment_resource_pools_operations_cancel( &self, name: &str, ) -> ProjectLocationDeploymentResourcePoolOperationCancelCall<'a, C>

Create a builder to help you perform the following task:

Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn’t support this method, it returns google.rpc.Code.UNIMPLEMENTED. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to Code.CANCELLED.

§Arguments
  • name - The name of the operation resource to be cancelled.
Source

pub fn locations_deployment_resource_pools_operations_list( &self, name: &str, ) -> ProjectLocationDeploymentResourcePoolOperationListCall<'a, C>

Create a builder to help you perform the following task:

Lists operations that match the specified filter in the request. If the server doesn’t support this method, it returns UNIMPLEMENTED.

§Arguments
  • name - The name of the operation’s parent resource.
Source

pub fn locations_deployment_resource_pools_patch( &self, request: GoogleCloudAiplatformV1beta1DeploymentResourcePool, name: &str, ) -> ProjectLocationDeploymentResourcePoolPatchCall<'a, C>

Create a builder to help you perform the following task:

Update a DeploymentResourcePool.

§Arguments
  • request - No description provided.
  • name - Immutable. The resource name of the DeploymentResourcePool. Format: projects/{project}/locations/{location}/deploymentResourcePools/{deployment_resource_pool}
Source

pub fn locations_deployment_resource_pools_create( &self, request: GoogleCloudAiplatformV1beta1CreateDeploymentResourcePoolRequest, parent: &str, ) -> ProjectLocationDeploymentResourcePoolCreateCall<'a, C>

Create a builder to help you perform the following task:

Create a DeploymentResourcePool.

§Arguments
  • request - No description provided.
  • parent - Required. The parent location resource where this DeploymentResourcePool will be created. Format: projects/{project}/locations/{location}
Source

pub fn locations_deployment_resource_pools_list( &self, parent: &str, ) -> ProjectLocationDeploymentResourcePoolListCall<'a, C>

Create a builder to help you perform the following task:

List DeploymentResourcePools in a location.

§Arguments
  • parent - Required. The parent Location which owns this collection of DeploymentResourcePools. Format: projects/{project}/locations/{location}
Source

pub fn locations_deployment_resource_pools_delete( &self, name: &str, ) -> ProjectLocationDeploymentResourcePoolDeleteCall<'a, C>

Create a builder to help you perform the following task:

Delete a DeploymentResourcePool.

§Arguments
  • name - Required. The name of the DeploymentResourcePool to delete. Format: projects/{project}/locations/{location}/deploymentResourcePools/{deployment_resource_pool}
Source

pub fn locations_deployment_resource_pools_query_deployed_models( &self, deployment_resource_pool: &str, ) -> ProjectLocationDeploymentResourcePoolQueryDeployedModelCall<'a, C>

Create a builder to help you perform the following task:

List DeployedModels that have been deployed on this DeploymentResourcePool.

§Arguments
  • deploymentResourcePool - Required. The name of the target DeploymentResourcePool to query. Format: projects/{project}/locations/{location}/deploymentResourcePools/{deployment_resource_pool}
Source

pub fn locations_deployment_resource_pools_get( &self, name: &str, ) -> ProjectLocationDeploymentResourcePoolGetCall<'a, C>

Create a builder to help you perform the following task:

Get a DeploymentResourcePool.

§Arguments
  • name - Required. The name of the DeploymentResourcePool to retrieve. Format: projects/{project}/locations/{location}/deploymentResourcePools/{deployment_resource_pool}
Source

pub fn locations_cached_contents_delete( &self, name: &str, ) -> ProjectLocationCachedContentDeleteCall<'a, C>

Create a builder to help you perform the following task:

Deletes cached content

§Arguments
  • name - Required. The resource name referring to the cached content
Source

pub fn locations_cached_contents_list( &self, parent: &str, ) -> ProjectLocationCachedContentListCall<'a, C>

Create a builder to help you perform the following task:

Lists cached contents in a project

§Arguments
  • parent - Required. The parent, which owns this collection of cached contents.
Source

pub fn locations_cached_contents_get( &self, name: &str, ) -> ProjectLocationCachedContentGetCall<'a, C>

Create a builder to help you perform the following task:

Gets cached content configurations

§Arguments
  • name - Required. The resource name referring to the cached content
Source

pub fn locations_cached_contents_create( &self, request: GoogleCloudAiplatformV1beta1CachedContent, parent: &str, ) -> ProjectLocationCachedContentCreateCall<'a, C>

Create a builder to help you perform the following task:

Creates cached content, this call will initialize the cached content in the data storage, and users need to pay for the cache data storage.

§Arguments
  • request - No description provided.
  • parent - Required. The parent resource where the cached content will be created
Source

pub fn locations_cached_contents_patch( &self, request: GoogleCloudAiplatformV1beta1CachedContent, name: &str, ) -> ProjectLocationCachedContentPatchCall<'a, C>

Create a builder to help you perform the following task:

Updates cached content configurations

§Arguments
  • request - No description provided.
  • name - Immutable. Identifier. The server-generated resource name of the cached content Format: projects/{project}/locations/{location}/cachedContents/{cached_content}
Source

pub fn locations_training_pipelines_operations_cancel( &self, name: &str, ) -> ProjectLocationTrainingPipelineOperationCancelCall<'a, C>

Create a builder to help you perform the following task:

Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn’t support this method, it returns google.rpc.Code.UNIMPLEMENTED. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to Code.CANCELLED.

§Arguments
  • name - The name of the operation resource to be cancelled.
Source

pub fn locations_training_pipelines_operations_get( &self, name: &str, ) -> ProjectLocationTrainingPipelineOperationGetCall<'a, C>

Create a builder to help you perform the following task:

Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.

§Arguments
  • name - The name of the operation resource.
Source

pub fn locations_training_pipelines_operations_delete( &self, name: &str, ) -> ProjectLocationTrainingPipelineOperationDeleteCall<'a, C>

Create a builder to help you perform the following task:

Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn’t support this method, it returns google.rpc.Code.UNIMPLEMENTED.

§Arguments
  • name - The name of the operation resource to be deleted.
Source

pub fn locations_training_pipelines_operations_wait( &self, name: &str, ) -> ProjectLocationTrainingPipelineOperationWaitCall<'a, C>

Create a builder to help you perform the following task:

Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns google.rpc.Code.UNIMPLEMENTED. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.

§Arguments
  • name - The name of the operation resource to wait on.
Source

pub fn locations_training_pipelines_operations_list( &self, name: &str, ) -> ProjectLocationTrainingPipelineOperationListCall<'a, C>

Create a builder to help you perform the following task:

Lists operations that match the specified filter in the request. If the server doesn’t support this method, it returns UNIMPLEMENTED.

§Arguments
  • name - The name of the operation’s parent resource.
Source

pub fn locations_training_pipelines_list( &self, parent: &str, ) -> ProjectLocationTrainingPipelineListCall<'a, C>

Create a builder to help you perform the following task:

Lists TrainingPipelines in a Location.

§Arguments
  • parent - Required. The resource name of the Location to list the TrainingPipelines from. Format: projects/{project}/locations/{location}
Source

pub fn locations_training_pipelines_delete( &self, name: &str, ) -> ProjectLocationTrainingPipelineDeleteCall<'a, C>

Create a builder to help you perform the following task:

Deletes a TrainingPipeline.

§Arguments
  • name - Required. The name of the TrainingPipeline resource to be deleted. Format: projects/{project}/locations/{location}/trainingPipelines/{training_pipeline}
Source

pub fn locations_training_pipelines_get( &self, name: &str, ) -> ProjectLocationTrainingPipelineGetCall<'a, C>

Create a builder to help you perform the following task:

Gets a TrainingPipeline.

§Arguments
  • name - Required. The name of the TrainingPipeline resource. Format: projects/{project}/locations/{location}/trainingPipelines/{training_pipeline}
Source

pub fn locations_training_pipelines_cancel( &self, request: GoogleCloudAiplatformV1beta1CancelTrainingPipelineRequest, name: &str, ) -> ProjectLocationTrainingPipelineCancelCall<'a, C>

Create a builder to help you perform the following task:

Cancels a TrainingPipeline. Starts asynchronous cancellation on the TrainingPipeline. The server makes a best effort to cancel the pipeline, but success is not guaranteed. Clients can use PipelineService.GetTrainingPipeline or other methods to check whether the cancellation succeeded or whether the pipeline completed despite cancellation. On successful cancellation, the TrainingPipeline is not deleted; instead it becomes a pipeline with a TrainingPipeline.error value with a google.rpc.Status.code of 1, corresponding to Code.CANCELLED, and TrainingPipeline.state is set to CANCELLED.

§Arguments
  • request - No description provided.
  • name - Required. The name of the TrainingPipeline to cancel. Format: projects/{project}/locations/{location}/trainingPipelines/{training_pipeline}
Source

pub fn locations_training_pipelines_create( &self, request: GoogleCloudAiplatformV1beta1TrainingPipeline, parent: &str, ) -> ProjectLocationTrainingPipelineCreateCall<'a, C>

Create a builder to help you perform the following task:

Creates a TrainingPipeline. A created TrainingPipeline right away will be attempted to be run.

§Arguments
  • request - No description provided.
  • parent - Required. The resource name of the Location to create the TrainingPipeline in. Format: projects/{project}/locations/{location}
Source

pub fn locations_tensorboards_experiments_operations_get( &self, name: &str, ) -> ProjectLocationTensorboardExperimentOperationGetCall<'a, C>

Create a builder to help you perform the following task:

Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.

§Arguments
  • name - The name of the operation resource.
Source

pub fn locations_tensorboards_experiments_operations_wait( &self, name: &str, ) -> ProjectLocationTensorboardExperimentOperationWaitCall<'a, C>

Create a builder to help you perform the following task:

Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns google.rpc.Code.UNIMPLEMENTED. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.

§Arguments
  • name - The name of the operation resource to wait on.
Source

pub fn locations_tensorboards_experiments_operations_list( &self, name: &str, ) -> ProjectLocationTensorboardExperimentOperationListCall<'a, C>

Create a builder to help you perform the following task:

Lists operations that match the specified filter in the request. If the server doesn’t support this method, it returns UNIMPLEMENTED.

§Arguments
  • name - The name of the operation’s parent resource.
Source

pub fn locations_tensorboards_experiments_operations_delete( &self, name: &str, ) -> ProjectLocationTensorboardExperimentOperationDeleteCall<'a, C>

Create a builder to help you perform the following task:

Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn’t support this method, it returns google.rpc.Code.UNIMPLEMENTED.

§Arguments
  • name - The name of the operation resource to be deleted.
Source

pub fn locations_tensorboards_experiments_operations_cancel( &self, name: &str, ) -> ProjectLocationTensorboardExperimentOperationCancelCall<'a, C>

Create a builder to help you perform the following task:

Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn’t support this method, it returns google.rpc.Code.UNIMPLEMENTED. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to Code.CANCELLED.

§Arguments
  • name - The name of the operation resource to be cancelled.
Source

pub fn locations_tensorboards_experiments_runs_time_series_operations_get( &self, name: &str, ) -> ProjectLocationTensorboardExperimentRunTimeSeryOperationGetCall<'a, C>

Create a builder to help you perform the following task:

Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.

§Arguments
  • name - The name of the operation resource.
Source

pub fn locations_tensorboards_experiments_runs_time_series_operations_list( &self, name: &str, ) -> ProjectLocationTensorboardExperimentRunTimeSeryOperationListCall<'a, C>

Create a builder to help you perform the following task:

Lists operations that match the specified filter in the request. If the server doesn’t support this method, it returns UNIMPLEMENTED.

§Arguments
  • name - The name of the operation’s parent resource.
Source

pub fn locations_tensorboards_experiments_runs_time_series_operations_delete( &self, name: &str, ) -> ProjectLocationTensorboardExperimentRunTimeSeryOperationDeleteCall<'a, C>

Create a builder to help you perform the following task:

Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn’t support this method, it returns google.rpc.Code.UNIMPLEMENTED.

§Arguments
  • name - The name of the operation resource to be deleted.
Source

pub fn locations_tensorboards_experiments_runs_time_series_operations_wait( &self, name: &str, ) -> ProjectLocationTensorboardExperimentRunTimeSeryOperationWaitCall<'a, C>

Create a builder to help you perform the following task:

Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns google.rpc.Code.UNIMPLEMENTED. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.

§Arguments
  • name - The name of the operation resource to wait on.
Source

pub fn locations_tensorboards_experiments_runs_time_series_operations_cancel( &self, name: &str, ) -> ProjectLocationTensorboardExperimentRunTimeSeryOperationCancelCall<'a, C>

Create a builder to help you perform the following task:

Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn’t support this method, it returns google.rpc.Code.UNIMPLEMENTED. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to Code.CANCELLED.

§Arguments
  • name - The name of the operation resource to be cancelled.
Source

pub fn locations_tensorboards_experiments_runs_time_series_delete( &self, name: &str, ) -> ProjectLocationTensorboardExperimentRunTimeSeryDeleteCall<'a, C>

Create a builder to help you perform the following task:

Deletes a TensorboardTimeSeries.

§Arguments
  • name - Required. The name of the TensorboardTimeSeries to be deleted. Format: projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}/timeSeries/{time_series}
Source

pub fn locations_tensorboards_experiments_runs_time_series_read( &self, tensorboard_time_series: &str, ) -> ProjectLocationTensorboardExperimentRunTimeSeryReadCall<'a, C>

Create a builder to help you perform the following task:

Reads a TensorboardTimeSeries’ data. By default, if the number of data points stored is less than 1000, all data is returned. Otherwise, 1000 data points is randomly selected from this time series and returned. This value can be changed by changing max_data_points, which can’t be greater than 10k.

§Arguments
  • tensorboardTimeSeries - Required. The resource name of the TensorboardTimeSeries to read data from. Format: projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}/timeSeries/{time_series}
Source

pub fn locations_tensorboards_experiments_runs_time_series_get( &self, name: &str, ) -> ProjectLocationTensorboardExperimentRunTimeSeryGetCall<'a, C>

Create a builder to help you perform the following task:

Gets a TensorboardTimeSeries.

§Arguments
  • name - Required. The name of the TensorboardTimeSeries resource. Format: projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}/timeSeries/{time_series}
Source

pub fn locations_tensorboards_experiments_runs_time_series_patch( &self, request: GoogleCloudAiplatformV1beta1TensorboardTimeSeries, name: &str, ) -> ProjectLocationTensorboardExperimentRunTimeSeryPatchCall<'a, C>

Create a builder to help you perform the following task:

Updates a TensorboardTimeSeries.

§Arguments
  • request - No description provided.
  • name - Output only. Name of the TensorboardTimeSeries.
Source

pub fn locations_tensorboards_experiments_runs_time_series_export_tensorboard_time_series( &self, request: GoogleCloudAiplatformV1beta1ExportTensorboardTimeSeriesDataRequest, tensorboard_time_series: &str, ) -> ProjectLocationTensorboardExperimentRunTimeSeryExportTensorboardTimeSeryCall<'a, C>

Create a builder to help you perform the following task:

Exports a TensorboardTimeSeries’ data. Data is returned in paginated responses.

§Arguments
  • request - No description provided.
  • tensorboardTimeSeries - Required. The resource name of the TensorboardTimeSeries to export data from. Format: projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}/timeSeries/{time_series}
Source

pub fn locations_tensorboards_experiments_runs_time_series_read_blob_data( &self, time_series: &str, ) -> ProjectLocationTensorboardExperimentRunTimeSeryReadBlobDataCall<'a, C>

Create a builder to help you perform the following task:

Gets bytes of TensorboardBlobs. This is to allow reading blob data stored in consumer project’s Cloud Storage bucket without users having to obtain Cloud Storage access permission.

§Arguments
  • timeSeries - Required. The resource name of the TensorboardTimeSeries to list Blobs. Format: projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}/timeSeries/{time_series}
Source

pub fn locations_tensorboards_experiments_runs_time_series_list( &self, parent: &str, ) -> ProjectLocationTensorboardExperimentRunTimeSeryListCall<'a, C>

Create a builder to help you perform the following task:

Lists TensorboardTimeSeries in a Location.

§Arguments
  • parent - Required. The resource name of the TensorboardRun to list TensorboardTimeSeries. Format: projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}
Source

pub fn locations_tensorboards_experiments_runs_time_series_create( &self, request: GoogleCloudAiplatformV1beta1TensorboardTimeSeries, parent: &str, ) -> ProjectLocationTensorboardExperimentRunTimeSeryCreateCall<'a, C>

Create a builder to help you perform the following task:

Creates a TensorboardTimeSeries.

§Arguments
  • request - No description provided.
  • parent - Required. The resource name of the TensorboardRun to create the TensorboardTimeSeries in. Format: projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}
Source

pub fn locations_tensorboards_experiments_runs_operations_get( &self, name: &str, ) -> ProjectLocationTensorboardExperimentRunOperationGetCall<'a, C>

Create a builder to help you perform the following task:

Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.

§Arguments
  • name - The name of the operation resource.
Source

pub fn locations_tensorboards_experiments_runs_operations_wait( &self, name: &str, ) -> ProjectLocationTensorboardExperimentRunOperationWaitCall<'a, C>

Create a builder to help you perform the following task:

Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns google.rpc.Code.UNIMPLEMENTED. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.

§Arguments
  • name - The name of the operation resource to wait on.
Source

pub fn locations_tensorboards_experiments_runs_operations_list( &self, name: &str, ) -> ProjectLocationTensorboardExperimentRunOperationListCall<'a, C>

Create a builder to help you perform the following task:

Lists operations that match the specified filter in the request. If the server doesn’t support this method, it returns UNIMPLEMENTED.

§Arguments
  • name - The name of the operation’s parent resource.
Source

pub fn locations_tensorboards_experiments_runs_operations_cancel( &self, name: &str, ) -> ProjectLocationTensorboardExperimentRunOperationCancelCall<'a, C>

Create a builder to help you perform the following task:

Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn’t support this method, it returns google.rpc.Code.UNIMPLEMENTED. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to Code.CANCELLED.

§Arguments
  • name - The name of the operation resource to be cancelled.
Source

pub fn locations_tensorboards_experiments_runs_operations_delete( &self, name: &str, ) -> ProjectLocationTensorboardExperimentRunOperationDeleteCall<'a, C>

Create a builder to help you perform the following task:

Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn’t support this method, it returns google.rpc.Code.UNIMPLEMENTED.

§Arguments
  • name - The name of the operation resource to be deleted.
Source

pub fn locations_tensorboards_experiments_runs_patch( &self, request: GoogleCloudAiplatformV1beta1TensorboardRun, name: &str, ) -> ProjectLocationTensorboardExperimentRunPatchCall<'a, C>

Create a builder to help you perform the following task:

Updates a TensorboardRun.

§Arguments
  • request - No description provided.
  • name - Output only. Name of the TensorboardRun. Format: projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}
Source

pub fn locations_tensorboards_experiments_runs_get( &self, name: &str, ) -> ProjectLocationTensorboardExperimentRunGetCall<'a, C>

Create a builder to help you perform the following task:

Gets a TensorboardRun.

§Arguments
  • name - Required. The name of the TensorboardRun resource. Format: projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}
Source

pub fn locations_tensorboards_experiments_runs_list( &self, parent: &str, ) -> ProjectLocationTensorboardExperimentRunListCall<'a, C>

Create a builder to help you perform the following task:

Lists TensorboardRuns in a Location.

§Arguments
  • parent - Required. The resource name of the TensorboardExperiment to list TensorboardRuns. Format: projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}
Source

pub fn locations_tensorboards_experiments_runs_batch_create( &self, request: GoogleCloudAiplatformV1beta1BatchCreateTensorboardRunsRequest, parent: &str, ) -> ProjectLocationTensorboardExperimentRunBatchCreateCall<'a, C>

Create a builder to help you perform the following task:

Batch create TensorboardRuns.

§Arguments
  • request - No description provided.
  • parent - Required. The resource name of the TensorboardExperiment to create the TensorboardRuns in. Format: projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment} The parent field in the CreateTensorboardRunRequest messages must match this field.
Source

pub fn locations_tensorboards_experiments_runs_delete( &self, name: &str, ) -> ProjectLocationTensorboardExperimentRunDeleteCall<'a, C>

Create a builder to help you perform the following task:

Deletes a TensorboardRun.

§Arguments
  • name - Required. The name of the TensorboardRun to be deleted. Format: projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}
Source

pub fn locations_tensorboards_experiments_runs_write( &self, request: GoogleCloudAiplatformV1beta1WriteTensorboardRunDataRequest, tensorboard_run: &str, ) -> ProjectLocationTensorboardExperimentRunWriteCall<'a, C>

Create a builder to help you perform the following task:

Write time series data points into multiple TensorboardTimeSeries under a TensorboardRun. If any data fail to be ingested, an error is returned.

§Arguments
  • request - No description provided.
  • tensorboardRun - Required. The resource name of the TensorboardRun to write data to. Format: projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}
Source

pub fn locations_tensorboards_experiments_runs_create( &self, request: GoogleCloudAiplatformV1beta1TensorboardRun, parent: &str, ) -> ProjectLocationTensorboardExperimentRunCreateCall<'a, C>

Create a builder to help you perform the following task:

Creates a TensorboardRun.

§Arguments
  • request - No description provided.
  • parent - Required. The resource name of the TensorboardExperiment to create the TensorboardRun in. Format: projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}
Source

pub fn locations_tensorboards_experiments_write( &self, request: GoogleCloudAiplatformV1beta1WriteTensorboardExperimentDataRequest, tensorboard_experiment: &str, ) -> ProjectLocationTensorboardExperimentWriteCall<'a, C>

Create a builder to help you perform the following task:

Write time series data points of multiple TensorboardTimeSeries in multiple TensorboardRun’s. If any data fail to be ingested, an error is returned.

§Arguments
  • request - No description provided.
  • tensorboardExperiment - Required. The resource name of the TensorboardExperiment to write data to. Format: projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}
Source

pub fn locations_tensorboards_experiments_batch_create( &self, request: GoogleCloudAiplatformV1beta1BatchCreateTensorboardTimeSeriesRequest, parent: &str, ) -> ProjectLocationTensorboardExperimentBatchCreateCall<'a, C>

Create a builder to help you perform the following task:

Batch create TensorboardTimeSeries that belong to a TensorboardExperiment.

§Arguments
  • request - No description provided.
  • parent - Required. The resource name of the TensorboardExperiment to create the TensorboardTimeSeries in. Format: projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment} The TensorboardRuns referenced by the parent fields in the CreateTensorboardTimeSeriesRequest messages must be sub resources of this TensorboardExperiment.
Source

pub fn locations_tensorboards_experiments_list( &self, parent: &str, ) -> ProjectLocationTensorboardExperimentListCall<'a, C>

Create a builder to help you perform the following task:

Lists TensorboardExperiments in a Location.

§Arguments
  • parent - Required. The resource name of the Tensorboard to list TensorboardExperiments. Format: projects/{project}/locations/{location}/tensorboards/{tensorboard}
Source

pub fn locations_tensorboards_experiments_create( &self, request: GoogleCloudAiplatformV1beta1TensorboardExperiment, parent: &str, ) -> ProjectLocationTensorboardExperimentCreateCall<'a, C>

Create a builder to help you perform the following task:

Creates a TensorboardExperiment.

§Arguments
  • request - No description provided.
  • parent - Required. The resource name of the Tensorboard to create the TensorboardExperiment in. Format: projects/{project}/locations/{location}/tensorboards/{tensorboard}
Source

pub fn locations_tensorboards_experiments_delete( &self, name: &str, ) -> ProjectLocationTensorboardExperimentDeleteCall<'a, C>

Create a builder to help you perform the following task:

Deletes a TensorboardExperiment.

§Arguments
  • name - Required. The name of the TensorboardExperiment to be deleted. Format: projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}
Source

pub fn locations_tensorboards_experiments_patch( &self, request: GoogleCloudAiplatformV1beta1TensorboardExperiment, name: &str, ) -> ProjectLocationTensorboardExperimentPatchCall<'a, C>

Create a builder to help you perform the following task:

Updates a TensorboardExperiment.

§Arguments
  • request - No description provided.
  • name - Output only. Name of the TensorboardExperiment. Format: projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}
Source

pub fn locations_tensorboards_experiments_get( &self, name: &str, ) -> ProjectLocationTensorboardExperimentGetCall<'a, C>

Create a builder to help you perform the following task:

Gets a TensorboardExperiment.

§Arguments
  • name - Required. The name of the TensorboardExperiment resource. Format: projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}
Source

pub fn locations_tensorboards_operations_delete( &self, name: &str, ) -> ProjectLocationTensorboardOperationDeleteCall<'a, C>

Create a builder to help you perform the following task:

Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn’t support this method, it returns google.rpc.Code.UNIMPLEMENTED.

§Arguments
  • name - The name of the operation resource to be deleted.
Source

pub fn locations_tensorboards_operations_wait( &self, name: &str, ) -> ProjectLocationTensorboardOperationWaitCall<'a, C>

Create a builder to help you perform the following task:

Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns google.rpc.Code.UNIMPLEMENTED. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.

§Arguments
  • name - The name of the operation resource to wait on.
Source

pub fn locations_tensorboards_operations_get( &self, name: &str, ) -> ProjectLocationTensorboardOperationGetCall<'a, C>

Create a builder to help you perform the following task:

Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.

§Arguments
  • name - The name of the operation resource.
Source

pub fn locations_tensorboards_operations_cancel( &self, name: &str, ) -> ProjectLocationTensorboardOperationCancelCall<'a, C>

Create a builder to help you perform the following task:

Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn’t support this method, it returns google.rpc.Code.UNIMPLEMENTED. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to Code.CANCELLED.

§Arguments
  • name - The name of the operation resource to be cancelled.
Source

pub fn locations_tensorboards_operations_list( &self, name: &str, ) -> ProjectLocationTensorboardOperationListCall<'a, C>

Create a builder to help you perform the following task:

Lists operations that match the specified filter in the request. If the server doesn’t support this method, it returns UNIMPLEMENTED.

§Arguments
  • name - The name of the operation’s parent resource.
Source

pub fn locations_tensorboards_delete( &self, name: &str, ) -> ProjectLocationTensorboardDeleteCall<'a, C>

Create a builder to help you perform the following task:

Deletes a Tensorboard.

§Arguments
  • name - Required. The name of the Tensorboard to be deleted. Format: projects/{project}/locations/{location}/tensorboards/{tensorboard}
Source

pub fn locations_tensorboards_get( &self, name: &str, ) -> ProjectLocationTensorboardGetCall<'a, C>

Create a builder to help you perform the following task:

Gets a Tensorboard.

§Arguments
  • name - Required. The name of the Tensorboard resource. Format: projects/{project}/locations/{location}/tensorboards/{tensorboard}
Source

pub fn locations_tensorboards_batch_read( &self, tensorboard: &str, ) -> ProjectLocationTensorboardBatchReadCall<'a, C>

Create a builder to help you perform the following task:

Reads multiple TensorboardTimeSeries’ data. The data point number limit is 1000 for scalars, 100 for tensors and blob references. If the number of data points stored is less than the limit, all data is returned. Otherwise, the number limit of data points is randomly selected from this time series and returned.

§Arguments
  • tensorboard - Required. The resource name of the Tensorboard containing TensorboardTimeSeries to read data from. Format: projects/{project}/locations/{location}/tensorboards/{tensorboard}. The TensorboardTimeSeries referenced by time_series must be sub resources of this Tensorboard.
Source

pub fn locations_tensorboards_read_size( &self, tensorboard: &str, ) -> ProjectLocationTensorboardReadSizeCall<'a, C>

Create a builder to help you perform the following task:

Returns the storage size for a given TensorBoard instance.

§Arguments
  • tensorboard - Required. The name of the Tensorboard resource. Format: projects/{project}/locations/{location}/tensorboards/{tensorboard}
Source

pub fn locations_tensorboards_read_usage( &self, tensorboard: &str, ) -> ProjectLocationTensorboardReadUsageCall<'a, C>

Create a builder to help you perform the following task:

Returns a list of monthly active users for a given TensorBoard instance.

§Arguments
  • tensorboard - Required. The name of the Tensorboard resource. Format: projects/{project}/locations/{location}/tensorboards/{tensorboard}
Source

pub fn locations_tensorboards_list( &self, parent: &str, ) -> ProjectLocationTensorboardListCall<'a, C>

Create a builder to help you perform the following task:

Lists Tensorboards in a Location.

§Arguments
  • parent - Required. The resource name of the Location to list Tensorboards. Format: projects/{project}/locations/{location}
Source

pub fn locations_tensorboards_create( &self, request: GoogleCloudAiplatformV1beta1Tensorboard, parent: &str, ) -> ProjectLocationTensorboardCreateCall<'a, C>

Create a builder to help you perform the following task:

Creates a Tensorboard.

§Arguments
  • request - No description provided.
  • parent - Required. The resource name of the Location to create the Tensorboard in. Format: projects/{project}/locations/{location}
Source

pub fn locations_tensorboards_patch( &self, request: GoogleCloudAiplatformV1beta1Tensorboard, name: &str, ) -> ProjectLocationTensorboardPatchCall<'a, C>

Create a builder to help you perform the following task:

Updates a Tensorboard.

§Arguments
  • request - No description provided.
  • name - Output only. Name of the Tensorboard. Format: projects/{project}/locations/{location}/tensorboards/{tensorboard}
Source

pub fn locations_agents_operations_list( &self, name: &str, ) -> ProjectLocationAgentOperationListCall<'a, C>

Create a builder to help you perform the following task:

Lists operations that match the specified filter in the request. If the server doesn’t support this method, it returns UNIMPLEMENTED.

§Arguments
  • name - The name of the operation’s parent resource.
Source

pub fn locations_agents_operations_get( &self, name: &str, ) -> ProjectLocationAgentOperationGetCall<'a, C>

Create a builder to help you perform the following task:

Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.

§Arguments
  • name - The name of the operation resource.
Source

pub fn locations_agents_operations_cancel( &self, name: &str, ) -> ProjectLocationAgentOperationCancelCall<'a, C>

Create a builder to help you perform the following task:

Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn’t support this method, it returns google.rpc.Code.UNIMPLEMENTED. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to Code.CANCELLED.

§Arguments
  • name - The name of the operation resource to be cancelled.
Source

pub fn locations_agents_operations_delete( &self, name: &str, ) -> ProjectLocationAgentOperationDeleteCall<'a, C>

Create a builder to help you perform the following task:

Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn’t support this method, it returns google.rpc.Code.UNIMPLEMENTED.

§Arguments
  • name - The name of the operation resource to be deleted.
Source

pub fn locations_agents_operations_wait( &self, name: &str, ) -> ProjectLocationAgentOperationWaitCall<'a, C>

Create a builder to help you perform the following task:

Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns google.rpc.Code.UNIMPLEMENTED. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.

§Arguments
  • name - The name of the operation resource to wait on.
Source

pub fn locations_datasets_annotation_specs_operations_delete( &self, name: &str, ) -> ProjectLocationDatasetAnnotationSpecOperationDeleteCall<'a, C>

Create a builder to help you perform the following task:

Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn’t support this method, it returns google.rpc.Code.UNIMPLEMENTED.

§Arguments
  • name - The name of the operation resource to be deleted.
Source

pub fn locations_datasets_annotation_specs_operations_list( &self, name: &str, ) -> ProjectLocationDatasetAnnotationSpecOperationListCall<'a, C>

Create a builder to help you perform the following task:

Lists operations that match the specified filter in the request. If the server doesn’t support this method, it returns UNIMPLEMENTED.

§Arguments
  • name - The name of the operation’s parent resource.
Source

pub fn locations_datasets_annotation_specs_operations_get( &self, name: &str, ) -> ProjectLocationDatasetAnnotationSpecOperationGetCall<'a, C>

Create a builder to help you perform the following task:

Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.

§Arguments
  • name - The name of the operation resource.
Source

pub fn locations_datasets_annotation_specs_operations_cancel( &self, name: &str, ) -> ProjectLocationDatasetAnnotationSpecOperationCancelCall<'a, C>

Create a builder to help you perform the following task:

Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn’t support this method, it returns google.rpc.Code.UNIMPLEMENTED. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to Code.CANCELLED.

§Arguments
  • name - The name of the operation resource to be cancelled.
Source

pub fn locations_datasets_annotation_specs_operations_wait( &self, name: &str, ) -> ProjectLocationDatasetAnnotationSpecOperationWaitCall<'a, C>

Create a builder to help you perform the following task:

Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns google.rpc.Code.UNIMPLEMENTED. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.

§Arguments
  • name - The name of the operation resource to wait on.
Source

pub fn locations_datasets_annotation_specs_get( &self, name: &str, ) -> ProjectLocationDatasetAnnotationSpecGetCall<'a, C>

Create a builder to help you perform the following task:

Gets an AnnotationSpec.

§Arguments
  • name - Required. The name of the AnnotationSpec resource. Format: projects/{project}/locations/{location}/datasets/{dataset}/annotationSpecs/{annotation_spec}
Source

pub fn locations_datasets_data_items_annotations_operations_get( &self, name: &str, ) -> ProjectLocationDatasetDataItemAnnotationOperationGetCall<'a, C>

Create a builder to help you perform the following task:

Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.

§Arguments
  • name - The name of the operation resource.
Source

pub fn locations_datasets_data_items_annotations_operations_list( &self, name: &str, ) -> ProjectLocationDatasetDataItemAnnotationOperationListCall<'a, C>

Create a builder to help you perform the following task:

Lists operations that match the specified filter in the request. If the server doesn’t support this method, it returns UNIMPLEMENTED.

§Arguments
  • name - The name of the operation’s parent resource.
Source

pub fn locations_datasets_data_items_annotations_operations_delete( &self, name: &str, ) -> ProjectLocationDatasetDataItemAnnotationOperationDeleteCall<'a, C>

Create a builder to help you perform the following task:

Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn’t support this method, it returns google.rpc.Code.UNIMPLEMENTED.

§Arguments
  • name - The name of the operation resource to be deleted.
Source

pub fn locations_datasets_data_items_annotations_operations_wait( &self, name: &str, ) -> ProjectLocationDatasetDataItemAnnotationOperationWaitCall<'a, C>

Create a builder to help you perform the following task:

Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns google.rpc.Code.UNIMPLEMENTED. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.

§Arguments
  • name - The name of the operation resource to wait on.
Source

pub fn locations_datasets_data_items_annotations_operations_cancel( &self, name: &str, ) -> ProjectLocationDatasetDataItemAnnotationOperationCancelCall<'a, C>

Create a builder to help you perform the following task:

Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn’t support this method, it returns google.rpc.Code.UNIMPLEMENTED. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to Code.CANCELLED.

§Arguments
  • name - The name of the operation resource to be cancelled.
Source

pub fn locations_datasets_data_items_annotations_list( &self, parent: &str, ) -> ProjectLocationDatasetDataItemAnnotationListCall<'a, C>

Create a builder to help you perform the following task:

Lists Annotations belongs to a dataitem

§Arguments
  • parent - Required. The resource name of the DataItem to list Annotations from. Format: projects/{project}/locations/{location}/datasets/{dataset}/dataItems/{data_item}
Source

pub fn locations_datasets_data_items_operations_wait( &self, name: &str, ) -> ProjectLocationDatasetDataItemOperationWaitCall<'a, C>

Create a builder to help you perform the following task:

Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns google.rpc.Code.UNIMPLEMENTED. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.

§Arguments
  • name - The name of the operation resource to wait on.
Source

pub fn locations_datasets_data_items_operations_delete( &self, name: &str, ) -> ProjectLocationDatasetDataItemOperationDeleteCall<'a, C>

Create a builder to help you perform the following task:

Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn’t support this method, it returns google.rpc.Code.UNIMPLEMENTED.

§Arguments
  • name - The name of the operation resource to be deleted.
Source

pub fn locations_datasets_data_items_operations_list( &self, name: &str, ) -> ProjectLocationDatasetDataItemOperationListCall<'a, C>

Create a builder to help you perform the following task:

Lists operations that match the specified filter in the request. If the server doesn’t support this method, it returns UNIMPLEMENTED.

§Arguments
  • name - The name of the operation’s parent resource.
Source

pub fn locations_datasets_data_items_operations_get( &self, name: &str, ) -> ProjectLocationDatasetDataItemOperationGetCall<'a, C>

Create a builder to help you perform the following task:

Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.

§Arguments
  • name - The name of the operation resource.
Source

pub fn locations_datasets_data_items_operations_cancel( &self, name: &str, ) -> ProjectLocationDatasetDataItemOperationCancelCall<'a, C>

Create a builder to help you perform the following task:

Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn’t support this method, it returns google.rpc.Code.UNIMPLEMENTED. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to Code.CANCELLED.

§Arguments
  • name - The name of the operation resource to be cancelled.
Source

pub fn locations_datasets_data_items_list( &self, parent: &str, ) -> ProjectLocationDatasetDataItemListCall<'a, C>

Create a builder to help you perform the following task:

Lists DataItems in a Dataset.

§Arguments
  • parent - Required. The resource name of the Dataset to list DataItems from. Format: projects/{project}/locations/{location}/datasets/{dataset}
Source

pub fn locations_datasets_saved_queries_operations_get( &self, name: &str, ) -> ProjectLocationDatasetSavedQueryOperationGetCall<'a, C>

Create a builder to help you perform the following task:

Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.

§Arguments
  • name - The name of the operation resource.
Source

pub fn locations_datasets_saved_queries_operations_delete( &self, name: &str, ) -> ProjectLocationDatasetSavedQueryOperationDeleteCall<'a, C>

Create a builder to help you perform the following task:

Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn’t support this method, it returns google.rpc.Code.UNIMPLEMENTED.

§Arguments
  • name - The name of the operation resource to be deleted.
Source

pub fn locations_datasets_saved_queries_operations_list( &self, name: &str, ) -> ProjectLocationDatasetSavedQueryOperationListCall<'a, C>

Create a builder to help you perform the following task:

Lists operations that match the specified filter in the request. If the server doesn’t support this method, it returns UNIMPLEMENTED.

§Arguments
  • name - The name of the operation’s parent resource.
Source

pub fn locations_datasets_saved_queries_operations_wait( &self, name: &str, ) -> ProjectLocationDatasetSavedQueryOperationWaitCall<'a, C>

Create a builder to help you perform the following task:

Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns google.rpc.Code.UNIMPLEMENTED. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.

§Arguments
  • name - The name of the operation resource to wait on.
Source

pub fn locations_datasets_saved_queries_operations_cancel( &self, name: &str, ) -> ProjectLocationDatasetSavedQueryOperationCancelCall<'a, C>

Create a builder to help you perform the following task:

Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn’t support this method, it returns google.rpc.Code.UNIMPLEMENTED. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to Code.CANCELLED.

§Arguments
  • name - The name of the operation resource to be cancelled.
Source

pub fn locations_datasets_saved_queries_delete( &self, name: &str, ) -> ProjectLocationDatasetSavedQueryDeleteCall<'a, C>

Create a builder to help you perform the following task:

Deletes a SavedQuery.

§Arguments
  • name - Required. The resource name of the SavedQuery to delete. Format: projects/{project}/locations/{location}/datasets/{dataset}/savedQueries/{saved_query}
Source

pub fn locations_datasets_saved_queries_list( &self, parent: &str, ) -> ProjectLocationDatasetSavedQueryListCall<'a, C>

Create a builder to help you perform the following task:

Lists SavedQueries in a Dataset.

§Arguments
  • parent - Required. The resource name of the Dataset to list SavedQueries from. Format: projects/{project}/locations/{location}/datasets/{dataset}
Source

pub fn locations_datasets_dataset_versions_get( &self, name: &str, ) -> ProjectLocationDatasetDatasetVersionGetCall<'a, C>

Create a builder to help you perform the following task:

Gets a Dataset version.

§Arguments
  • name - Required. The resource name of the Dataset version to delete. Format: projects/{project}/locations/{location}/datasets/{dataset}/datasetVersions/{dataset_version}
Source

pub fn locations_datasets_dataset_versions_list( &self, parent: &str, ) -> ProjectLocationDatasetDatasetVersionListCall<'a, C>

Create a builder to help you perform the following task:

Lists DatasetVersions in a Dataset.

§Arguments
  • parent - Required. The resource name of the Dataset to list DatasetVersions from. Format: projects/{project}/locations/{location}/datasets/{dataset}
Source

pub fn locations_datasets_dataset_versions_delete( &self, name: &str, ) -> ProjectLocationDatasetDatasetVersionDeleteCall<'a, C>

Create a builder to help you perform the following task:

Deletes a Dataset version.

§Arguments
  • name - Required. The resource name of the Dataset version to delete. Format: projects/{project}/locations/{location}/datasets/{dataset}/datasetVersions/{dataset_version}
Source

pub fn locations_datasets_dataset_versions_patch( &self, request: GoogleCloudAiplatformV1beta1DatasetVersion, name: &str, ) -> ProjectLocationDatasetDatasetVersionPatchCall<'a, C>

Create a builder to help you perform the following task:

Updates a DatasetVersion.

§Arguments
  • request - No description provided.
  • name - Output only. Identifier. The resource name of the DatasetVersion.
Source

pub fn locations_datasets_dataset_versions_create( &self, request: GoogleCloudAiplatformV1beta1DatasetVersion, parent: &str, ) -> ProjectLocationDatasetDatasetVersionCreateCall<'a, C>

Create a builder to help you perform the following task:

Create a version from a Dataset.

§Arguments
  • request - No description provided.
  • parent - Required. The name of the Dataset resource. Format: projects/{project}/locations/{location}/datasets/{dataset}
Source

pub fn locations_datasets_dataset_versions_restore( &self, name: &str, ) -> ProjectLocationDatasetDatasetVersionRestoreCall<'a, C>

Create a builder to help you perform the following task:

Restores a dataset version.

§Arguments
  • name - Required. The name of the DatasetVersion resource. Format: projects/{project}/locations/{location}/datasets/{dataset}/datasetVersions/{dataset_version}
Source

pub fn locations_datasets_operations_get( &self, name: &str, ) -> ProjectLocationDatasetOperationGetCall<'a, C>

Create a builder to help you perform the following task:

Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.

§Arguments
  • name - The name of the operation resource.
Source

pub fn locations_datasets_operations_cancel( &self, name: &str, ) -> ProjectLocationDatasetOperationCancelCall<'a, C>

Create a builder to help you perform the following task:

Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn’t support this method, it returns google.rpc.Code.UNIMPLEMENTED. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to Code.CANCELLED.

§Arguments
  • name - The name of the operation resource to be cancelled.
Source

pub fn locations_datasets_operations_wait( &self, name: &str, ) -> ProjectLocationDatasetOperationWaitCall<'a, C>

Create a builder to help you perform the following task:

Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns google.rpc.Code.UNIMPLEMENTED. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.

§Arguments
  • name - The name of the operation resource to wait on.
Source

pub fn locations_datasets_operations_list( &self, name: &str, ) -> ProjectLocationDatasetOperationListCall<'a, C>

Create a builder to help you perform the following task:

Lists operations that match the specified filter in the request. If the server doesn’t support this method, it returns UNIMPLEMENTED.

§Arguments
  • name - The name of the operation’s parent resource.
Source

pub fn locations_datasets_operations_delete( &self, name: &str, ) -> ProjectLocationDatasetOperationDeleteCall<'a, C>

Create a builder to help you perform the following task:

Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn’t support this method, it returns google.rpc.Code.UNIMPLEMENTED.

§Arguments
  • name - The name of the operation resource to be deleted.
Source

pub fn locations_datasets_create( &self, request: GoogleCloudAiplatformV1beta1Dataset, parent: &str, ) -> ProjectLocationDatasetCreateCall<'a, C>

Create a builder to help you perform the following task:

Creates a Dataset.

§Arguments
  • request - No description provided.
  • parent - Required. The resource name of the Location to create the Dataset in. Format: projects/{project}/locations/{location}
Source

pub fn locations_datasets_get( &self, name: &str, ) -> ProjectLocationDatasetGetCall<'a, C>

Create a builder to help you perform the following task:

Gets a Dataset.

§Arguments
  • name - Required. The name of the Dataset resource.
Source

pub fn locations_datasets_export( &self, request: GoogleCloudAiplatformV1beta1ExportDataRequest, name: &str, ) -> ProjectLocationDatasetExportCall<'a, C>

Create a builder to help you perform the following task:

Exports data from a Dataset.

§Arguments
  • request - No description provided.
  • name - Required. The name of the Dataset resource. Format: projects/{project}/locations/{location}/datasets/{dataset}
Source

pub fn locations_datasets_patch( &self, request: GoogleCloudAiplatformV1beta1Dataset, name: &str, ) -> ProjectLocationDatasetPatchCall<'a, C>

Create a builder to help you perform the following task:

Updates a Dataset.

§Arguments
  • request - No description provided.
  • name - Output only. Identifier. The resource name of the Dataset.
Source

pub fn locations_datasets_import( &self, request: GoogleCloudAiplatformV1beta1ImportDataRequest, name: &str, ) -> ProjectLocationDatasetImportCall<'a, C>

Create a builder to help you perform the following task:

Imports data into a Dataset.

§Arguments
  • request - No description provided.
  • name - Required. The name of the Dataset resource. Format: projects/{project}/locations/{location}/datasets/{dataset}
Source

pub fn locations_datasets_search_data_items( &self, dataset: &str, ) -> ProjectLocationDatasetSearchDataItemCall<'a, C>

Create a builder to help you perform the following task:

Searches DataItems in a Dataset.

§Arguments
  • dataset - Required. The resource name of the Dataset from which to search DataItems. Format: projects/{project}/locations/{location}/datasets/{dataset}
Source

pub fn locations_datasets_delete( &self, name: &str, ) -> ProjectLocationDatasetDeleteCall<'a, C>

Create a builder to help you perform the following task:

Deletes a Dataset.

§Arguments
  • name - Required. The resource name of the Dataset to delete. Format: projects/{project}/locations/{location}/datasets/{dataset}
Source

pub fn locations_datasets_list( &self, parent: &str, ) -> ProjectLocationDatasetListCall<'a, C>

Create a builder to help you perform the following task:

Lists Datasets in a Location.

§Arguments
  • parent - Required. The name of the Dataset’s parent resource. Format: projects/{project}/locations/{location}
Source

pub fn locations_model_deployment_monitoring_jobs_operations_list( &self, name: &str, ) -> ProjectLocationModelDeploymentMonitoringJobOperationListCall<'a, C>

Create a builder to help you perform the following task:

Lists operations that match the specified filter in the request. If the server doesn’t support this method, it returns UNIMPLEMENTED.

§Arguments
  • name - The name of the operation’s parent resource.
Source

pub fn locations_model_deployment_monitoring_jobs_operations_cancel( &self, name: &str, ) -> ProjectLocationModelDeploymentMonitoringJobOperationCancelCall<'a, C>

Create a builder to help you perform the following task:

Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn’t support this method, it returns google.rpc.Code.UNIMPLEMENTED. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to Code.CANCELLED.

§Arguments
  • name - The name of the operation resource to be cancelled.
Source

pub fn locations_model_deployment_monitoring_jobs_operations_get( &self, name: &str, ) -> ProjectLocationModelDeploymentMonitoringJobOperationGetCall<'a, C>

Create a builder to help you perform the following task:

Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.

§Arguments
  • name - The name of the operation resource.
Source

pub fn locations_model_deployment_monitoring_jobs_operations_wait( &self, name: &str, ) -> ProjectLocationModelDeploymentMonitoringJobOperationWaitCall<'a, C>

Create a builder to help you perform the following task:

Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns google.rpc.Code.UNIMPLEMENTED. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.

§Arguments
  • name - The name of the operation resource to wait on.
Source

pub fn locations_model_deployment_monitoring_jobs_operations_delete( &self, name: &str, ) -> ProjectLocationModelDeploymentMonitoringJobOperationDeleteCall<'a, C>

Create a builder to help you perform the following task:

Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn’t support this method, it returns google.rpc.Code.UNIMPLEMENTED.

§Arguments
  • name - The name of the operation resource to be deleted.
Source

pub fn locations_model_deployment_monitoring_jobs_patch( &self, request: GoogleCloudAiplatformV1beta1ModelDeploymentMonitoringJob, name: &str, ) -> ProjectLocationModelDeploymentMonitoringJobPatchCall<'a, C>

Create a builder to help you perform the following task:

Updates a ModelDeploymentMonitoringJob.

§Arguments
  • request - No description provided.
  • name - Output only. Resource name of a ModelDeploymentMonitoringJob.
Source

pub fn locations_model_deployment_monitoring_jobs_delete( &self, name: &str, ) -> ProjectLocationModelDeploymentMonitoringJobDeleteCall<'a, C>

Create a builder to help you perform the following task:

Deletes a ModelDeploymentMonitoringJob.

§Arguments
  • name - Required. The resource name of the model monitoring job to delete. Format: projects/{project}/locations/{location}/modelDeploymentMonitoringJobs/{model_deployment_monitoring_job}
Source

pub fn locations_model_deployment_monitoring_jobs_create( &self, request: GoogleCloudAiplatformV1beta1ModelDeploymentMonitoringJob, parent: &str, ) -> ProjectLocationModelDeploymentMonitoringJobCreateCall<'a, C>

Create a builder to help you perform the following task:

Creates a ModelDeploymentMonitoringJob. It will run periodically on a configured interval.

§Arguments
  • request - No description provided.
  • parent - Required. The parent of the ModelDeploymentMonitoringJob. Format: projects/{project}/locations/{location}
Source

pub fn locations_model_deployment_monitoring_jobs_resume( &self, request: GoogleCloudAiplatformV1beta1ResumeModelDeploymentMonitoringJobRequest, name: &str, ) -> ProjectLocationModelDeploymentMonitoringJobResumeCall<'a, C>

Create a builder to help you perform the following task:

Resumes a paused ModelDeploymentMonitoringJob. It will start to run from next scheduled time. A deleted ModelDeploymentMonitoringJob can’t be resumed.

§Arguments
  • request - No description provided.
  • name - Required. The resource name of the ModelDeploymentMonitoringJob to resume. Format: projects/{project}/locations/{location}/modelDeploymentMonitoringJobs/{model_deployment_monitoring_job}
Source

pub fn locations_model_deployment_monitoring_jobs_list( &self, parent: &str, ) -> ProjectLocationModelDeploymentMonitoringJobListCall<'a, C>

Create a builder to help you perform the following task:

Lists ModelDeploymentMonitoringJobs in a Location.

§Arguments
  • parent - Required. The parent of the ModelDeploymentMonitoringJob. Format: projects/{project}/locations/{location}
Source

pub fn locations_model_deployment_monitoring_jobs_search_model_deployment_monitoring_stats_anomalies( &self, request: GoogleCloudAiplatformV1beta1SearchModelDeploymentMonitoringStatsAnomaliesRequest, model_deployment_monitoring_job: &str, ) -> ProjectLocationModelDeploymentMonitoringJobSearchModelDeploymentMonitoringStatsAnomalyCall<'a, C>

Create a builder to help you perform the following task:

Searches Model Monitoring Statistics generated within a given time window.

§Arguments
  • request - No description provided.
  • modelDeploymentMonitoringJob - Required. ModelDeploymentMonitoring Job resource name. Format: projects/{project}/locations/{location}/modelDeploymentMonitoringJobs/{model_deployment_monitoring_job}
Source

pub fn locations_model_deployment_monitoring_jobs_get( &self, name: &str, ) -> ProjectLocationModelDeploymentMonitoringJobGetCall<'a, C>

Create a builder to help you perform the following task:

Gets a ModelDeploymentMonitoringJob.

§Arguments
  • name - Required. The resource name of the ModelDeploymentMonitoringJob. Format: projects/{project}/locations/{location}/modelDeploymentMonitoringJobs/{model_deployment_monitoring_job}
Source

pub fn locations_model_deployment_monitoring_jobs_pause( &self, request: GoogleCloudAiplatformV1beta1PauseModelDeploymentMonitoringJobRequest, name: &str, ) -> ProjectLocationModelDeploymentMonitoringJobPauseCall<'a, C>

Create a builder to help you perform the following task:

Pauses a ModelDeploymentMonitoringJob. If the job is running, the server makes a best effort to cancel the job. Will mark ModelDeploymentMonitoringJob.state to ‘PAUSED’.

§Arguments
  • request - No description provided.
  • name - Required. The resource name of the ModelDeploymentMonitoringJob to pause. Format: projects/{project}/locations/{location}/modelDeploymentMonitoringJobs/{model_deployment_monitoring_job}
Source

pub fn locations_feature_online_stores_feature_views_operations_delete( &self, name: &str, ) -> ProjectLocationFeatureOnlineStoreFeatureViewOperationDeleteCall<'a, C>

Create a builder to help you perform the following task:

Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn’t support this method, it returns google.rpc.Code.UNIMPLEMENTED.

§Arguments
  • name - The name of the operation resource to be deleted.
Source

pub fn locations_feature_online_stores_feature_views_operations_wait( &self, name: &str, ) -> ProjectLocationFeatureOnlineStoreFeatureViewOperationWaitCall<'a, C>

Create a builder to help you perform the following task:

Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns google.rpc.Code.UNIMPLEMENTED. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.

§Arguments
  • name - The name of the operation resource to wait on.
Source

pub fn locations_feature_online_stores_feature_views_operations_list( &self, name: &str, ) -> ProjectLocationFeatureOnlineStoreFeatureViewOperationListCall<'a, C>

Create a builder to help you perform the following task:

Lists operations that match the specified filter in the request. If the server doesn’t support this method, it returns UNIMPLEMENTED.

§Arguments
  • name - The name of the operation’s parent resource.
Source

pub fn locations_feature_online_stores_feature_views_operations_get( &self, name: &str, ) -> ProjectLocationFeatureOnlineStoreFeatureViewOperationGetCall<'a, C>

Create a builder to help you perform the following task:

Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.

§Arguments
  • name - The name of the operation resource.
Source

pub fn locations_feature_online_stores_feature_views_feature_view_syncs_list( &self, parent: &str, ) -> ProjectLocationFeatureOnlineStoreFeatureViewFeatureViewSyncListCall<'a, C>

Create a builder to help you perform the following task:

Lists FeatureViewSyncs in a given FeatureView.

§Arguments
  • parent - Required. The resource name of the FeatureView to list FeatureViewSyncs. Format: projects/{project}/locations/{location}/featureOnlineStores/{feature_online_store}/featureViews/{feature_view}
Source

pub fn locations_feature_online_stores_feature_views_feature_view_syncs_get( &self, name: &str, ) -> ProjectLocationFeatureOnlineStoreFeatureViewFeatureViewSyncGetCall<'a, C>

Create a builder to help you perform the following task:

Gets details of a single FeatureViewSync.

§Arguments
  • name - Required. The name of the FeatureViewSync resource. Format: projects/{project}/locations/{location}/featureOnlineStores/{feature_online_store}/featureViews/{feature_view}/featureViewSyncs/{feature_view_sync}
Source

pub fn locations_feature_online_stores_feature_views_create( &self, request: GoogleCloudAiplatformV1beta1FeatureView, parent: &str, ) -> ProjectLocationFeatureOnlineStoreFeatureViewCreateCall<'a, C>

Create a builder to help you perform the following task:

Creates a new FeatureView in a given FeatureOnlineStore.

§Arguments
  • request - No description provided.
  • parent - Required. The resource name of the FeatureOnlineStore to create FeatureViews. Format: projects/{project}/locations/{location}/featureOnlineStores/{feature_online_store}
Source

pub fn locations_feature_online_stores_feature_views_set_iam_policy( &self, request: GoogleIamV1SetIamPolicyRequest, resource: &str, ) -> ProjectLocationFeatureOnlineStoreFeatureViewSetIamPolicyCall<'a, C>

Create a builder to help you perform the following task:

Sets the access control policy on the specified resource. Replaces any existing policy. Can return NOT_FOUND, INVALID_ARGUMENT, and PERMISSION_DENIED errors.

§Arguments
  • request - No description provided.
  • resource - REQUIRED: The resource for which the policy is being specified. See Resource names for the appropriate value for this field.
Source

pub fn locations_feature_online_stores_feature_views_sync( &self, request: GoogleCloudAiplatformV1beta1SyncFeatureViewRequest, feature_view: &str, ) -> ProjectLocationFeatureOnlineStoreFeatureViewSyncCall<'a, C>

Create a builder to help you perform the following task:

Triggers on-demand sync for the FeatureView.

§Arguments
  • request - No description provided.
  • featureView - Required. Format: projects/{project}/locations/{location}/featureOnlineStores/{feature_online_store}/featureViews/{feature_view}
Source

pub fn locations_feature_online_stores_feature_views_get( &self, name: &str, ) -> ProjectLocationFeatureOnlineStoreFeatureViewGetCall<'a, C>

Create a builder to help you perform the following task:

Gets details of a single FeatureView.

§Arguments
  • name - Required. The name of the FeatureView resource. Format: projects/{project}/locations/{location}/featureOnlineStores/{feature_online_store}/featureViews/{feature_view}
Source

pub fn locations_feature_online_stores_feature_views_patch( &self, request: GoogleCloudAiplatformV1beta1FeatureView, name: &str, ) -> ProjectLocationFeatureOnlineStoreFeatureViewPatchCall<'a, C>

Create a builder to help you perform the following task:

Updates the parameters of a single FeatureView.

§Arguments
  • request - No description provided.
  • name - Identifier. Name of the FeatureView. Format: projects/{project}/locations/{location}/featureOnlineStores/{feature_online_store}/featureViews/{feature_view}
Source

pub fn locations_feature_online_stores_feature_views_fetch_feature_values( &self, request: GoogleCloudAiplatformV1beta1FetchFeatureValuesRequest, feature_view: &str, ) -> ProjectLocationFeatureOnlineStoreFeatureViewFetchFeatureValueCall<'a, C>

Create a builder to help you perform the following task:

Fetch feature values under a FeatureView.

§Arguments
  • request - No description provided.
  • featureView - Required. FeatureView resource format projects/{project}/locations/{location}/featureOnlineStores/{featureOnlineStore}/featureViews/{featureView}
Source

pub fn locations_feature_online_stores_feature_views_delete( &self, name: &str, ) -> ProjectLocationFeatureOnlineStoreFeatureViewDeleteCall<'a, C>

Create a builder to help you perform the following task:

Deletes a single FeatureView.

§Arguments
  • name - Required. The name of the FeatureView to be deleted. Format: projects/{project}/locations/{location}/featureOnlineStores/{feature_online_store}/featureViews/{feature_view}
Source

pub fn locations_feature_online_stores_feature_views_list( &self, parent: &str, ) -> ProjectLocationFeatureOnlineStoreFeatureViewListCall<'a, C>

Create a builder to help you perform the following task:

Lists FeatureViews in a given FeatureOnlineStore.

§Arguments
  • parent - Required. The resource name of the FeatureOnlineStore to list FeatureViews. Format: projects/{project}/locations/{location}/featureOnlineStores/{feature_online_store}
Source

pub fn locations_feature_online_stores_feature_views_get_iam_policy( &self, resource: &str, ) -> ProjectLocationFeatureOnlineStoreFeatureViewGetIamPolicyCall<'a, C>

Create a builder to help you perform the following task:

Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.

§Arguments
  • resource - REQUIRED: The resource for which the policy is being requested. See Resource names for the appropriate value for this field.
Source

pub fn locations_feature_online_stores_feature_views_streaming_fetch_feature_values( &self, request: GoogleCloudAiplatformV1beta1StreamingFetchFeatureValuesRequest, feature_view: &str, ) -> ProjectLocationFeatureOnlineStoreFeatureViewStreamingFetchFeatureValueCall<'a, C>

Create a builder to help you perform the following task:

Bidirectional streaming RPC to fetch feature values under a FeatureView. Requests may not have a one-to-one mapping to responses and responses may be returned out-of-order to reduce latency.

§Arguments
  • request - No description provided.
  • featureView - Required. FeatureView resource format projects/{project}/locations/{location}/featureOnlineStores/{featureOnlineStore}/featureViews/{featureView}
Source

pub fn locations_feature_online_stores_feature_views_search_nearest_entities( &self, request: GoogleCloudAiplatformV1beta1SearchNearestEntitiesRequest, feature_view: &str, ) -> ProjectLocationFeatureOnlineStoreFeatureViewSearchNearestEntityCall<'a, C>

Create a builder to help you perform the following task:

Search the nearest entities under a FeatureView. Search only works for indexable feature view; if a feature view isn’t indexable, returns Invalid argument response.

§Arguments
  • request - No description provided.
  • featureView - Required. FeatureView resource format projects/{project}/locations/{location}/featureOnlineStores/{featureOnlineStore}/featureViews/{featureView}
Source

pub fn locations_feature_online_stores_feature_views_test_iam_permissions( &self, resource: &str, ) -> ProjectLocationFeatureOnlineStoreFeatureViewTestIamPermissionCall<'a, C>

Create a builder to help you perform the following task:

Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a NOT_FOUND error. Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may “fail open” without warning.

§Arguments
  • resource - REQUIRED: The resource for which the policy detail is being requested. See Resource names for the appropriate value for this field.
Source

pub fn locations_feature_online_stores_operations_list( &self, name: &str, ) -> ProjectLocationFeatureOnlineStoreOperationListCall<'a, C>

Create a builder to help you perform the following task:

Lists operations that match the specified filter in the request. If the server doesn’t support this method, it returns UNIMPLEMENTED.

§Arguments
  • name - The name of the operation’s parent resource.
Source

pub fn locations_feature_online_stores_operations_delete( &self, name: &str, ) -> ProjectLocationFeatureOnlineStoreOperationDeleteCall<'a, C>

Create a builder to help you perform the following task:

Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn’t support this method, it returns google.rpc.Code.UNIMPLEMENTED.

§Arguments
  • name - The name of the operation resource to be deleted.
Source

pub fn locations_feature_online_stores_operations_wait( &self, name: &str, ) -> ProjectLocationFeatureOnlineStoreOperationWaitCall<'a, C>

Create a builder to help you perform the following task:

Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns google.rpc.Code.UNIMPLEMENTED. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.

§Arguments
  • name - The name of the operation resource to wait on.
Source

pub fn locations_feature_online_stores_operations_get( &self, name: &str, ) -> ProjectLocationFeatureOnlineStoreOperationGetCall<'a, C>

Create a builder to help you perform the following task:

Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.

§Arguments
  • name - The name of the operation resource.
Source

pub fn locations_feature_online_stores_get_iam_policy( &self, resource: &str, ) -> ProjectLocationFeatureOnlineStoreGetIamPolicyCall<'a, C>

Create a builder to help you perform the following task:

Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.

§Arguments
  • resource - REQUIRED: The resource for which the policy is being requested. See Resource names for the appropriate value for this field.
Source

pub fn locations_feature_online_stores_test_iam_permissions( &self, resource: &str, ) -> ProjectLocationFeatureOnlineStoreTestIamPermissionCall<'a, C>

Create a builder to help you perform the following task:

Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a NOT_FOUND error. Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may “fail open” without warning.

§Arguments
  • resource - REQUIRED: The resource for which the policy detail is being requested. See Resource names for the appropriate value for this field.
Source

pub fn locations_feature_online_stores_create( &self, request: GoogleCloudAiplatformV1beta1FeatureOnlineStore, parent: &str, ) -> ProjectLocationFeatureOnlineStoreCreateCall<'a, C>

Create a builder to help you perform the following task:

Creates a new FeatureOnlineStore in a given project and location.

§Arguments
  • request - No description provided.
  • parent - Required. The resource name of the Location to create FeatureOnlineStores. Format: projects/{project}/locations/{location}
Source

pub fn locations_feature_online_stores_delete( &self, name: &str, ) -> ProjectLocationFeatureOnlineStoreDeleteCall<'a, C>

Create a builder to help you perform the following task:

Deletes a single FeatureOnlineStore. The FeatureOnlineStore must not contain any FeatureViews.

§Arguments
  • name - Required. The name of the FeatureOnlineStore to be deleted. Format: projects/{project}/locations/{location}/featureOnlineStores/{feature_online_store}
Source

pub fn locations_feature_online_stores_get( &self, name: &str, ) -> ProjectLocationFeatureOnlineStoreGetCall<'a, C>

Create a builder to help you perform the following task:

Gets details of a single FeatureOnlineStore.

§Arguments
  • name - Required. The name of the FeatureOnlineStore resource.
Source

pub fn locations_feature_online_stores_patch( &self, request: GoogleCloudAiplatformV1beta1FeatureOnlineStore, name: &str, ) -> ProjectLocationFeatureOnlineStorePatchCall<'a, C>

Create a builder to help you perform the following task:

Updates the parameters of a single FeatureOnlineStore.

§Arguments
  • request - No description provided.
  • name - Identifier. Name of the FeatureOnlineStore. Format: projects/{project}/locations/{location}/featureOnlineStores/{featureOnlineStore}
Source

pub fn locations_feature_online_stores_set_iam_policy( &self, request: GoogleIamV1SetIamPolicyRequest, resource: &str, ) -> ProjectLocationFeatureOnlineStoreSetIamPolicyCall<'a, C>

Create a builder to help you perform the following task:

Sets the access control policy on the specified resource. Replaces any existing policy. Can return NOT_FOUND, INVALID_ARGUMENT, and PERMISSION_DENIED errors.

§Arguments
  • request - No description provided.
  • resource - REQUIRED: The resource for which the policy is being specified. See Resource names for the appropriate value for this field.
Source

pub fn locations_feature_online_stores_list( &self, parent: &str, ) -> ProjectLocationFeatureOnlineStoreListCall<'a, C>

Create a builder to help you perform the following task:

Lists FeatureOnlineStores in a given project and location.

§Arguments
  • parent - Required. The resource name of the Location to list FeatureOnlineStores. Format: projects/{project}/locations/{location}
Source

pub fn locations_models_operations_list( &self, name: &str, ) -> ProjectLocationModelOperationListCall<'a, C>

Create a builder to help you perform the following task:

Lists operations that match the specified filter in the request. If the server doesn’t support this method, it returns UNIMPLEMENTED.

§Arguments
  • name - The name of the operation’s parent resource.
Source

pub fn locations_models_operations_cancel( &self, name: &str, ) -> ProjectLocationModelOperationCancelCall<'a, C>

Create a builder to help you perform the following task:

Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn’t support this method, it returns google.rpc.Code.UNIMPLEMENTED. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to Code.CANCELLED.

§Arguments
  • name - The name of the operation resource to be cancelled.
Source

pub fn locations_models_operations_delete( &self, name: &str, ) -> ProjectLocationModelOperationDeleteCall<'a, C>

Create a builder to help you perform the following task:

Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn’t support this method, it returns google.rpc.Code.UNIMPLEMENTED.

§Arguments
  • name - The name of the operation resource to be deleted.
Source

pub fn locations_models_operations_wait( &self, name: &str, ) -> ProjectLocationModelOperationWaitCall<'a, C>

Create a builder to help you perform the following task:

Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns google.rpc.Code.UNIMPLEMENTED. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.

§Arguments
  • name - The name of the operation resource to wait on.
Source

pub fn locations_models_operations_get( &self, name: &str, ) -> ProjectLocationModelOperationGetCall<'a, C>

Create a builder to help you perform the following task:

Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.

§Arguments
  • name - The name of the operation resource.
Source

pub fn locations_models_evaluations_operations_delete( &self, name: &str, ) -> ProjectLocationModelEvaluationOperationDeleteCall<'a, C>

Create a builder to help you perform the following task:

Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn’t support this method, it returns google.rpc.Code.UNIMPLEMENTED.

§Arguments
  • name - The name of the operation resource to be deleted.
Source

pub fn locations_models_evaluations_operations_wait( &self, name: &str, ) -> ProjectLocationModelEvaluationOperationWaitCall<'a, C>

Create a builder to help you perform the following task:

Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns google.rpc.Code.UNIMPLEMENTED. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.

§Arguments
  • name - The name of the operation resource to wait on.
Source

pub fn locations_models_evaluations_operations_list( &self, name: &str, ) -> ProjectLocationModelEvaluationOperationListCall<'a, C>

Create a builder to help you perform the following task:

Lists operations that match the specified filter in the request. If the server doesn’t support this method, it returns UNIMPLEMENTED.

§Arguments
  • name - The name of the operation’s parent resource.
Source

pub fn locations_models_evaluations_operations_get( &self, name: &str, ) -> ProjectLocationModelEvaluationOperationGetCall<'a, C>

Create a builder to help you perform the following task:

Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.

§Arguments
  • name - The name of the operation resource.
Source

pub fn locations_models_evaluations_operations_cancel( &self, name: &str, ) -> ProjectLocationModelEvaluationOperationCancelCall<'a, C>

Create a builder to help you perform the following task:

Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn’t support this method, it returns google.rpc.Code.UNIMPLEMENTED. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to Code.CANCELLED.

§Arguments
  • name - The name of the operation resource to be cancelled.
Source

pub fn locations_models_evaluations_slices_batch_import( &self, request: GoogleCloudAiplatformV1beta1BatchImportEvaluatedAnnotationsRequest, parent: &str, ) -> ProjectLocationModelEvaluationSliceBatchImportCall<'a, C>

Create a builder to help you perform the following task:

Imports a list of externally generated EvaluatedAnnotations.

§Arguments
  • request - No description provided.
  • parent - Required. The name of the parent ModelEvaluationSlice resource. Format: projects/{project}/locations/{location}/models/{model}/evaluations/{evaluation}/slices/{slice}
Source

pub fn locations_models_evaluations_slices_list( &self, parent: &str, ) -> ProjectLocationModelEvaluationSliceListCall<'a, C>

Create a builder to help you perform the following task:

Lists ModelEvaluationSlices in a ModelEvaluation.

§Arguments
  • parent - Required. The resource name of the ModelEvaluation to list the ModelEvaluationSlices from. Format: projects/{project}/locations/{location}/models/{model}/evaluations/{evaluation}
Source

pub fn locations_models_evaluations_slices_get( &self, name: &str, ) -> ProjectLocationModelEvaluationSliceGetCall<'a, C>

Create a builder to help you perform the following task:

Gets a ModelEvaluationSlice.

§Arguments
  • name - Required. The name of the ModelEvaluationSlice resource. Format: projects/{project}/locations/{location}/models/{model}/evaluations/{evaluation}/slices/{slice}
Source

pub fn locations_models_evaluations_import( &self, request: GoogleCloudAiplatformV1beta1ImportModelEvaluationRequest, parent: &str, ) -> ProjectLocationModelEvaluationImportCall<'a, C>

Create a builder to help you perform the following task:

Imports an externally generated ModelEvaluation.

§Arguments
  • request - No description provided.
  • parent - Required. The name of the parent model resource. Format: projects/{project}/locations/{location}/models/{model}
Source

pub fn locations_models_evaluations_get( &self, name: &str, ) -> ProjectLocationModelEvaluationGetCall<'a, C>

Create a builder to help you perform the following task:

Gets a ModelEvaluation.

§Arguments
  • name - Required. The name of the ModelEvaluation resource. Format: projects/{project}/locations/{location}/models/{model}/evaluations/{evaluation}
Source

pub fn locations_models_evaluations_list( &self, parent: &str, ) -> ProjectLocationModelEvaluationListCall<'a, C>

Create a builder to help you perform the following task:

Lists ModelEvaluations in a Model.

§Arguments
  • parent - Required. The resource name of the Model to list the ModelEvaluations from. Format: projects/{project}/locations/{location}/models/{model}
Source

pub fn locations_models_export( &self, request: GoogleCloudAiplatformV1beta1ExportModelRequest, name: &str, ) -> ProjectLocationModelExportCall<'a, C>

Create a builder to help you perform the following task:

Exports a trained, exportable Model to a location specified by the user. A Model is considered to be exportable if it has at least one supported export format.

§Arguments
  • request - No description provided.
  • name - Required. The resource name of the Model to export. The resource name may contain version id or version alias to specify the version, if no version is specified, the default version will be exported.
Source

pub fn locations_models_patch( &self, request: GoogleCloudAiplatformV1beta1Model, name: &str, ) -> ProjectLocationModelPatchCall<'a, C>

Create a builder to help you perform the following task:

Updates a Model.

§Arguments
  • request - No description provided.
  • name - The resource name of the Model.
Source

pub fn locations_models_set_iam_policy( &self, request: GoogleIamV1SetIamPolicyRequest, resource: &str, ) -> ProjectLocationModelSetIamPolicyCall<'a, C>

Create a builder to help you perform the following task:

Sets the access control policy on the specified resource. Replaces any existing policy. Can return NOT_FOUND, INVALID_ARGUMENT, and PERMISSION_DENIED errors.

§Arguments
  • request - No description provided.
  • resource - REQUIRED: The resource for which the policy is being specified. See Resource names for the appropriate value for this field.
Source

pub fn locations_models_list( &self, parent: &str, ) -> ProjectLocationModelListCall<'a, C>

Create a builder to help you perform the following task:

Lists Models in a Location.

§Arguments
  • parent - Required. The resource name of the Location to list the Models from. Format: projects/{project}/locations/{location}
Source

pub fn locations_models_upload( &self, request: GoogleCloudAiplatformV1beta1UploadModelRequest, parent: &str, ) -> ProjectLocationModelUploadCall<'a, C>

Create a builder to help you perform the following task:

Uploads a Model artifact into Vertex AI.

§Arguments
  • request - No description provided.
  • parent - Required. The resource name of the Location into which to upload the Model. Format: projects/{project}/locations/{location}
Source

pub fn locations_models_update_explanation_dataset( &self, request: GoogleCloudAiplatformV1beta1UpdateExplanationDatasetRequest, model: &str, ) -> ProjectLocationModelUpdateExplanationDatasetCall<'a, C>

Create a builder to help you perform the following task:

Incrementally update the dataset used for an examples model.

§Arguments
  • request - No description provided.
  • model - Required. The resource name of the Model to update. Format: projects/{project}/locations/{location}/models/{model}
Source

pub fn locations_models_test_iam_permissions( &self, resource: &str, ) -> ProjectLocationModelTestIamPermissionCall<'a, C>

Create a builder to help you perform the following task:

Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a NOT_FOUND error. Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may “fail open” without warning.

§Arguments
  • resource - REQUIRED: The resource for which the policy detail is being requested. See Resource names for the appropriate value for this field.
Source

pub fn locations_models_list_versions( &self, name: &str, ) -> ProjectLocationModelListVersionCall<'a, C>

Create a builder to help you perform the following task:

Lists versions of the specified model.

§Arguments
  • name - Required. The name of the model to list versions for.
Source

pub fn locations_models_get( &self, name: &str, ) -> ProjectLocationModelGetCall<'a, C>

Create a builder to help you perform the following task:

Gets a Model.

§Arguments
  • name - Required. The name of the Model resource. Format: projects/{project}/locations/{location}/models/{model} In order to retrieve a specific version of the model, also provide the version ID or version alias. Example: projects/{project}/locations/{location}/models/{model}@2 or projects/{project}/locations/{location}/models/{model}@golden If no version ID or alias is specified, the “default” version will be returned. The “default” version alias is created for the first version of the model, and can be moved to other versions later on. There will be exactly one default version.
Source

pub fn locations_models_delete( &self, name: &str, ) -> ProjectLocationModelDeleteCall<'a, C>

Create a builder to help you perform the following task:

Deletes a Model. A model cannot be deleted if any Endpoint resource has a DeployedModel based on the model in its deployed_models field.

§Arguments
  • name - Required. The name of the Model resource to be deleted. Format: projects/{project}/locations/{location}/models/{model}
Source

pub fn locations_models_get_iam_policy( &self, resource: &str, ) -> ProjectLocationModelGetIamPolicyCall<'a, C>

Create a builder to help you perform the following task:

Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.

§Arguments
  • resource - REQUIRED: The resource for which the policy is being requested. See Resource names for the appropriate value for this field.
Source

pub fn locations_models_copy( &self, request: GoogleCloudAiplatformV1beta1CopyModelRequest, parent: &str, ) -> ProjectLocationModelCopyCall<'a, C>

Create a builder to help you perform the following task:

Copies an already existing Vertex AI Model into the specified Location. The source Model must exist in the same Project. When copying custom Models, the users themselves are responsible for Model.metadata content to be region-agnostic, as well as making sure that any resources (e.g. files) it depends on remain accessible.

§Arguments
  • request - No description provided.
  • parent - Required. The resource name of the Location into which to copy the Model. Format: projects/{project}/locations/{location}
Source

pub fn locations_models_delete_version( &self, name: &str, ) -> ProjectLocationModelDeleteVersionCall<'a, C>

Create a builder to help you perform the following task:

Deletes a Model version. Model version can only be deleted if there are no DeployedModels created from it. Deleting the only version in the Model is not allowed. Use DeleteModel for deleting the Model instead.

§Arguments
  • name - Required. The name of the model version to be deleted, with a version ID explicitly included. Example: projects/{project}/locations/{location}/models/{model}@1234
Source

pub fn locations_models_merge_version_aliases( &self, request: GoogleCloudAiplatformV1beta1MergeVersionAliasesRequest, name: &str, ) -> ProjectLocationModelMergeVersionAliaseCall<'a, C>

Create a builder to help you perform the following task:

Merges a set of aliases for a Model version.

§Arguments
  • request - No description provided.
  • name - Required. The name of the model version to merge aliases, with a version ID explicitly included. Example: projects/{project}/locations/{location}/models/{model}@1234
Source

pub fn locations_model_monitors_model_monitoring_jobs_delete( &self, name: &str, ) -> ProjectLocationModelMonitorModelMonitoringJobDeleteCall<'a, C>

Create a builder to help you perform the following task:

Deletes a ModelMonitoringJob.

§Arguments
  • name - Required. The resource name of the model monitoring job to delete. Format: projects/{project}/locations/{location}/modelMonitors/{model_monitor}/modelMonitoringJobs/{model_monitoring_job}
Source

pub fn locations_model_monitors_model_monitoring_jobs_create( &self, request: GoogleCloudAiplatformV1beta1ModelMonitoringJob, parent: &str, ) -> ProjectLocationModelMonitorModelMonitoringJobCreateCall<'a, C>

Create a builder to help you perform the following task:

Creates a ModelMonitoringJob.

§Arguments
  • request - No description provided.
  • parent - Required. The parent of the ModelMonitoringJob. Format: projects/{project}/locations/{location}/modelMoniitors/{model_monitor}
Source

pub fn locations_model_monitors_model_monitoring_jobs_get( &self, name: &str, ) -> ProjectLocationModelMonitorModelMonitoringJobGetCall<'a, C>

Create a builder to help you perform the following task:

Gets a ModelMonitoringJob.

§Arguments
  • name - Required. The resource name of the ModelMonitoringJob. Format: projects/{project}/locations/{location}/modelMonitors/{model_monitor}/modelMonitoringJobs/{model_monitoring_job}
Source

pub fn locations_model_monitors_model_monitoring_jobs_list( &self, parent: &str, ) -> ProjectLocationModelMonitorModelMonitoringJobListCall<'a, C>

Create a builder to help you perform the following task:

Lists ModelMonitoringJobs. Callers may choose to read across multiple Monitors as per AIP-159 by using ‘-’ (the hyphen or dash character) as a wildcard character instead of modelMonitor id in the parent. Format projects/{project_id}/locations/{location}/moodelMonitors/-/modelMonitoringJobs

§Arguments
  • parent - Required. The parent of the ModelMonitoringJob. Format: projects/{project}/locations/{location}/modelMonitors/{model_monitor}
Source

pub fn locations_model_monitors_operations_get( &self, name: &str, ) -> ProjectLocationModelMonitorOperationGetCall<'a, C>

Create a builder to help you perform the following task:

Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.

§Arguments
  • name - The name of the operation resource.
Source

pub fn locations_model_monitors_operations_list( &self, name: &str, ) -> ProjectLocationModelMonitorOperationListCall<'a, C>

Create a builder to help you perform the following task:

Lists operations that match the specified filter in the request. If the server doesn’t support this method, it returns UNIMPLEMENTED.

§Arguments
  • name - The name of the operation’s parent resource.
Source

pub fn locations_model_monitors_operations_wait( &self, name: &str, ) -> ProjectLocationModelMonitorOperationWaitCall<'a, C>

Create a builder to help you perform the following task:

Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns google.rpc.Code.UNIMPLEMENTED. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.

§Arguments
  • name - The name of the operation resource to wait on.
Source

pub fn locations_model_monitors_operations_delete( &self, name: &str, ) -> ProjectLocationModelMonitorOperationDeleteCall<'a, C>

Create a builder to help you perform the following task:

Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn’t support this method, it returns google.rpc.Code.UNIMPLEMENTED.

§Arguments
  • name - The name of the operation resource to be deleted.
Source

pub fn locations_model_monitors_operations_cancel( &self, name: &str, ) -> ProjectLocationModelMonitorOperationCancelCall<'a, C>

Create a builder to help you perform the following task:

Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn’t support this method, it returns google.rpc.Code.UNIMPLEMENTED. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to Code.CANCELLED.

§Arguments
  • name - The name of the operation resource to be cancelled.
Source

pub fn locations_model_monitors_delete( &self, name: &str, ) -> ProjectLocationModelMonitorDeleteCall<'a, C>

Create a builder to help you perform the following task:

Deletes a ModelMonitor.

§Arguments
  • name - Required. The name of the ModelMonitor resource to be deleted. Format: projects/{project}/locations/{location}/modelMonitords/{model_monitor}
Source

pub fn locations_model_monitors_get( &self, name: &str, ) -> ProjectLocationModelMonitorGetCall<'a, C>

Create a builder to help you perform the following task:

Gets a ModelMonitor.

§Arguments
  • name - Required. The name of the ModelMonitor resource. Format: projects/{project}/locations/{location}/modelMonitors/{model_monitor}
Source

pub fn locations_model_monitors_search_model_monitoring_alerts( &self, request: GoogleCloudAiplatformV1beta1SearchModelMonitoringAlertsRequest, model_monitor: &str, ) -> ProjectLocationModelMonitorSearchModelMonitoringAlertCall<'a, C>

Create a builder to help you perform the following task:

Returns the Model Monitoring alerts.

§Arguments
  • request - No description provided.
  • modelMonitor - Required. ModelMonitor resource name. Format: projects/{project}/locations/{location}/modelMonitors/{model_monitor}
Source

pub fn locations_model_monitors_search_model_monitoring_stats( &self, request: GoogleCloudAiplatformV1beta1SearchModelMonitoringStatsRequest, model_monitor: &str, ) -> ProjectLocationModelMonitorSearchModelMonitoringStatCall<'a, C>

Create a builder to help you perform the following task:

Searches Model Monitoring Stats generated within a given time window.

§Arguments
  • request - No description provided.
  • modelMonitor - Required. ModelMonitor resource name. Format: projects/{project}/locations/{location}/modelMonitors/{model_monitor}
Source

pub fn locations_model_monitors_create( &self, request: GoogleCloudAiplatformV1beta1ModelMonitor, parent: &str, ) -> ProjectLocationModelMonitorCreateCall<'a, C>

Create a builder to help you perform the following task:

Creates a ModelMonitor.

§Arguments
  • request - No description provided.
  • parent - Required. The resource name of the Location to create the ModelMonitor in. Format: projects/{project}/locations/{location}
Source

pub fn locations_model_monitors_patch( &self, request: GoogleCloudAiplatformV1beta1ModelMonitor, name: &str, ) -> ProjectLocationModelMonitorPatchCall<'a, C>

Create a builder to help you perform the following task:

Updates a ModelMonitor.

§Arguments
  • request - No description provided.
  • name - Immutable. Resource name of the ModelMonitor. Format: projects/{project}/locations/{location}/modelMonitors/{model_monitor}.
Source

pub fn locations_model_monitors_list( &self, parent: &str, ) -> ProjectLocationModelMonitorListCall<'a, C>

Create a builder to help you perform the following task:

Lists ModelMonitors in a Location.

§Arguments
  • parent - Required. The resource name of the Location to list the ModelMonitors from. Format: projects/{project}/locations/{location}
Source

pub fn locations_example_stores_operations_get( &self, name: &str, ) -> ProjectLocationExampleStoreOperationGetCall<'a, C>

Create a builder to help you perform the following task:

Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.

§Arguments
  • name - The name of the operation resource.
Source

pub fn locations_example_stores_operations_cancel( &self, name: &str, ) -> ProjectLocationExampleStoreOperationCancelCall<'a, C>

Create a builder to help you perform the following task:

Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn’t support this method, it returns google.rpc.Code.UNIMPLEMENTED. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to Code.CANCELLED.

§Arguments
  • name - The name of the operation resource to be cancelled.
Source

pub fn locations_example_stores_operations_list( &self, name: &str, ) -> ProjectLocationExampleStoreOperationListCall<'a, C>

Create a builder to help you perform the following task:

Lists operations that match the specified filter in the request. If the server doesn’t support this method, it returns UNIMPLEMENTED.

§Arguments
  • name - The name of the operation’s parent resource.
Source

pub fn locations_example_stores_operations_delete( &self, name: &str, ) -> ProjectLocationExampleStoreOperationDeleteCall<'a, C>

Create a builder to help you perform the following task:

Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn’t support this method, it returns google.rpc.Code.UNIMPLEMENTED.

§Arguments
  • name - The name of the operation resource to be deleted.
Source

pub fn locations_example_stores_operations_wait( &self, name: &str, ) -> ProjectLocationExampleStoreOperationWaitCall<'a, C>

Create a builder to help you perform the following task:

Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns google.rpc.Code.UNIMPLEMENTED. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.

§Arguments
  • name - The name of the operation resource to wait on.
Source

pub fn locations_persistent_resources_operations_delete( &self, name: &str, ) -> ProjectLocationPersistentResourceOperationDeleteCall<'a, C>

Create a builder to help you perform the following task:

Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn’t support this method, it returns google.rpc.Code.UNIMPLEMENTED.

§Arguments
  • name - The name of the operation resource to be deleted.
Source

pub fn locations_persistent_resources_operations_get( &self, name: &str, ) -> ProjectLocationPersistentResourceOperationGetCall<'a, C>

Create a builder to help you perform the following task:

Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.

§Arguments
  • name - The name of the operation resource.
Source

pub fn locations_persistent_resources_operations_cancel( &self, name: &str, ) -> ProjectLocationPersistentResourceOperationCancelCall<'a, C>

Create a builder to help you perform the following task:

Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn’t support this method, it returns google.rpc.Code.UNIMPLEMENTED. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to Code.CANCELLED.

§Arguments
  • name - The name of the operation resource to be cancelled.
Source

pub fn locations_persistent_resources_operations_list( &self, name: &str, ) -> ProjectLocationPersistentResourceOperationListCall<'a, C>

Create a builder to help you perform the following task:

Lists operations that match the specified filter in the request. If the server doesn’t support this method, it returns UNIMPLEMENTED.

§Arguments
  • name - The name of the operation’s parent resource.
Source

pub fn locations_persistent_resources_operations_wait( &self, name: &str, ) -> ProjectLocationPersistentResourceOperationWaitCall<'a, C>

Create a builder to help you perform the following task:

Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns google.rpc.Code.UNIMPLEMENTED. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.

§Arguments
  • name - The name of the operation resource to wait on.
Source

pub fn locations_persistent_resources_reboot( &self, request: GoogleCloudAiplatformV1beta1RebootPersistentResourceRequest, name: &str, ) -> ProjectLocationPersistentResourceRebootCall<'a, C>

Create a builder to help you perform the following task:

Reboots a PersistentResource.

§Arguments
  • request - No description provided.
  • name - Required. The name of the PersistentResource resource. Format: projects/{project_id_or_number}/locations/{location_id}/persistentResources/{persistent_resource_id}
Source

pub fn locations_persistent_resources_get( &self, name: &str, ) -> ProjectLocationPersistentResourceGetCall<'a, C>

Create a builder to help you perform the following task:

Gets a PersistentResource.

§Arguments
  • name - Required. The name of the PersistentResource resource. Format: projects/{project_id_or_number}/locations/{location_id}/persistentResources/{persistent_resource_id}
Source

pub fn locations_persistent_resources_patch( &self, request: GoogleCloudAiplatformV1beta1PersistentResource, name: &str, ) -> ProjectLocationPersistentResourcePatchCall<'a, C>

Create a builder to help you perform the following task:

Updates a PersistentResource.

§Arguments
  • request - No description provided.
  • name - Immutable. Resource name of a PersistentResource.
Source

pub fn locations_persistent_resources_create( &self, request: GoogleCloudAiplatformV1beta1PersistentResource, parent: &str, ) -> ProjectLocationPersistentResourceCreateCall<'a, C>

Create a builder to help you perform the following task:

Creates a PersistentResource.

§Arguments
  • request - No description provided.
  • parent - Required. The resource name of the Location to create the PersistentResource in. Format: projects/{project}/locations/{location}
Source

pub fn locations_persistent_resources_delete( &self, name: &str, ) -> ProjectLocationPersistentResourceDeleteCall<'a, C>

Create a builder to help you perform the following task:

Deletes a PersistentResource.

§Arguments
  • name - Required. The name of the PersistentResource to be deleted. Format: projects/{project}/locations/{location}/persistentResources/{persistent_resource}
Source

pub fn locations_persistent_resources_list( &self, parent: &str, ) -> ProjectLocationPersistentResourceListCall<'a, C>

Create a builder to help you perform the following task:

Lists PersistentResources in a Location.

§Arguments
  • parent - Required. The resource name of the Location to list the PersistentResources from. Format: projects/{project}/locations/{location}
Source

pub fn locations_notebook_execution_jobs_operations_get( &self, name: &str, ) -> ProjectLocationNotebookExecutionJobOperationGetCall<'a, C>

Create a builder to help you perform the following task:

Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.

§Arguments
  • name - The name of the operation resource.
Source

pub fn locations_notebook_execution_jobs_operations_delete( &self, name: &str, ) -> ProjectLocationNotebookExecutionJobOperationDeleteCall<'a, C>

Create a builder to help you perform the following task:

Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn’t support this method, it returns google.rpc.Code.UNIMPLEMENTED.

§Arguments
  • name - The name of the operation resource to be deleted.
Source

pub fn locations_notebook_execution_jobs_operations_wait( &self, name: &str, ) -> ProjectLocationNotebookExecutionJobOperationWaitCall<'a, C>

Create a builder to help you perform the following task:

Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns google.rpc.Code.UNIMPLEMENTED. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.

§Arguments
  • name - The name of the operation resource to wait on.
Source

pub fn locations_notebook_execution_jobs_operations_cancel( &self, name: &str, ) -> ProjectLocationNotebookExecutionJobOperationCancelCall<'a, C>

Create a builder to help you perform the following task:

Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn’t support this method, it returns google.rpc.Code.UNIMPLEMENTED. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to Code.CANCELLED.

§Arguments
  • name - The name of the operation resource to be cancelled.
Source

pub fn locations_notebook_execution_jobs_operations_list( &self, name: &str, ) -> ProjectLocationNotebookExecutionJobOperationListCall<'a, C>

Create a builder to help you perform the following task:

Lists operations that match the specified filter in the request. If the server doesn’t support this method, it returns UNIMPLEMENTED.

§Arguments
  • name - The name of the operation’s parent resource.
Source

pub fn locations_notebook_execution_jobs_get( &self, name: &str, ) -> ProjectLocationNotebookExecutionJobGetCall<'a, C>

Create a builder to help you perform the following task:

Gets a NotebookExecutionJob.

§Arguments
  • name - Required. The name of the NotebookExecutionJob resource.
Source

pub fn locations_notebook_execution_jobs_delete( &self, name: &str, ) -> ProjectLocationNotebookExecutionJobDeleteCall<'a, C>

Create a builder to help you perform the following task:

Deletes a NotebookExecutionJob.

§Arguments
  • name - Required. The name of the NotebookExecutionJob resource to be deleted.
Source

pub fn locations_notebook_execution_jobs_create( &self, request: GoogleCloudAiplatformV1beta1NotebookExecutionJob, parent: &str, ) -> ProjectLocationNotebookExecutionJobCreateCall<'a, C>

Create a builder to help you perform the following task:

Creates a NotebookExecutionJob.

§Arguments
  • request - No description provided.
  • parent - Required. The resource name of the Location to create the NotebookExecutionJob. Format: projects/{project}/locations/{location}
Source

pub fn locations_notebook_execution_jobs_generate_access_token( &self, request: GoogleCloudAiplatformV1beta1GenerateAccessTokenRequest, name: &str, ) -> ProjectLocationNotebookExecutionJobGenerateAccessTokenCall<'a, C>

Create a builder to help you perform the following task:

Internal only: Called from Compute Engine instance to obtain EUC for owner Anonymous access: authenticates caller using VM identity JWT. Design doc: go/colab-on-vertex-euc-dd

§Arguments
  • request - No description provided.
  • name - Required. The name of the resource requesting the OAuth2 token. Format: projects/{project}/locations/{location}/notebookRuntimes/{notebook_runtime} projects/{project}/locations/{location}/notebookExecutionJobs/{notebook_execution_job}
Source

pub fn locations_notebook_execution_jobs_list( &self, parent: &str, ) -> ProjectLocationNotebookExecutionJobListCall<'a, C>

Create a builder to help you perform the following task:

Lists NotebookExecutionJobs in a Location.

§Arguments
  • parent - Required. The resource name of the Location from which to list the NotebookExecutionJobs. Format: projects/{project}/locations/{location}
Source

pub fn locations_notebook_execution_jobs_report_event( &self, request: GoogleCloudAiplatformV1beta1ReportExecutionEventRequest, name: &str, ) -> ProjectLocationNotebookExecutionJobReportEventCall<'a, C>

Create a builder to help you perform the following task:

§Arguments
  • request - No description provided.
  • name - Required. The name of the NotebookExecutionJob resource. Format: projects/{project}/locations/{location}/notebookExecutionJobs/{notebook_execution_jobs}
Source

pub fn locations_studies_operations_get( &self, name: &str, ) -> ProjectLocationStudyOperationGetCall<'a, C>

Create a builder to help you perform the following task:

Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.

§Arguments
  • name - The name of the operation resource.
Source

pub fn locations_studies_operations_wait( &self, name: &str, ) -> ProjectLocationStudyOperationWaitCall<'a, C>

Create a builder to help you perform the following task:

Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns google.rpc.Code.UNIMPLEMENTED. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.

§Arguments
  • name - The name of the operation resource to wait on.
Source

pub fn locations_studies_operations_cancel( &self, name: &str, ) -> ProjectLocationStudyOperationCancelCall<'a, C>

Create a builder to help you perform the following task:

Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn’t support this method, it returns google.rpc.Code.UNIMPLEMENTED. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to Code.CANCELLED.

§Arguments
  • name - The name of the operation resource to be cancelled.
Source

pub fn locations_studies_operations_list( &self, name: &str, ) -> ProjectLocationStudyOperationListCall<'a, C>

Create a builder to help you perform the following task:

Lists operations that match the specified filter in the request. If the server doesn’t support this method, it returns UNIMPLEMENTED.

§Arguments
  • name - The name of the operation’s parent resource.
Source

pub fn locations_studies_operations_delete( &self, name: &str, ) -> ProjectLocationStudyOperationDeleteCall<'a, C>

Create a builder to help you perform the following task:

Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn’t support this method, it returns google.rpc.Code.UNIMPLEMENTED.

§Arguments
  • name - The name of the operation resource to be deleted.
Source

pub fn locations_studies_trials_operations_list( &self, name: &str, ) -> ProjectLocationStudyTrialOperationListCall<'a, C>

Create a builder to help you perform the following task:

Lists operations that match the specified filter in the request. If the server doesn’t support this method, it returns UNIMPLEMENTED.

§Arguments
  • name - The name of the operation’s parent resource.
Source

pub fn locations_studies_trials_operations_get( &self, name: &str, ) -> ProjectLocationStudyTrialOperationGetCall<'a, C>

Create a builder to help you perform the following task:

Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.

§Arguments
  • name - The name of the operation resource.
Source

pub fn locations_studies_trials_operations_wait( &self, name: &str, ) -> ProjectLocationStudyTrialOperationWaitCall<'a, C>

Create a builder to help you perform the following task:

Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns google.rpc.Code.UNIMPLEMENTED. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.

§Arguments
  • name - The name of the operation resource to wait on.
Source

pub fn locations_studies_trials_operations_delete( &self, name: &str, ) -> ProjectLocationStudyTrialOperationDeleteCall<'a, C>

Create a builder to help you perform the following task:

Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn’t support this method, it returns google.rpc.Code.UNIMPLEMENTED.

§Arguments
  • name - The name of the operation resource to be deleted.
Source

pub fn locations_studies_trials_operations_cancel( &self, name: &str, ) -> ProjectLocationStudyTrialOperationCancelCall<'a, C>

Create a builder to help you perform the following task:

Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn’t support this method, it returns google.rpc.Code.UNIMPLEMENTED. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to Code.CANCELLED.

§Arguments
  • name - The name of the operation resource to be cancelled.
Source

pub fn locations_studies_trials_add_trial_measurement( &self, request: GoogleCloudAiplatformV1beta1AddTrialMeasurementRequest, trial_name: &str, ) -> ProjectLocationStudyTrialAddTrialMeasurementCall<'a, C>

Create a builder to help you perform the following task:

Adds a measurement of the objective metrics to a Trial. This measurement is assumed to have been taken before the Trial is complete.

§Arguments
  • request - No description provided.
  • trialName - Required. The name of the trial to add measurement. Format: projects/{project}/locations/{location}/studies/{study}/trials/{trial}
Source

pub fn locations_studies_trials_list_optimal_trials( &self, request: GoogleCloudAiplatformV1beta1ListOptimalTrialsRequest, parent: &str, ) -> ProjectLocationStudyTrialListOptimalTrialCall<'a, C>

Create a builder to help you perform the following task:

Lists the pareto-optimal Trials for multi-objective Study or the optimal Trials for single-objective Study. The definition of pareto-optimal can be checked in wiki page. https://en.wikipedia.org/wiki/Pareto_efficiency

§Arguments
  • request - No description provided.
  • parent - Required. The name of the Study that the optimal Trial belongs to.
Source

pub fn locations_studies_trials_list( &self, parent: &str, ) -> ProjectLocationStudyTrialListCall<'a, C>

Create a builder to help you perform the following task:

Lists the Trials associated with a Study.

§Arguments
  • parent - Required. The resource name of the Study to list the Trial from. Format: projects/{project}/locations/{location}/studies/{study}
Source

pub fn locations_studies_trials_create( &self, request: GoogleCloudAiplatformV1beta1Trial, parent: &str, ) -> ProjectLocationStudyTrialCreateCall<'a, C>

Create a builder to help you perform the following task:

Adds a user provided Trial to a Study.

§Arguments
  • request - No description provided.
  • parent - Required. The resource name of the Study to create the Trial in. Format: projects/{project}/locations/{location}/studies/{study}
Source

pub fn locations_studies_trials_suggest( &self, request: GoogleCloudAiplatformV1beta1SuggestTrialsRequest, parent: &str, ) -> ProjectLocationStudyTrialSuggestCall<'a, C>

Create a builder to help you perform the following task:

Adds one or more Trials to a Study, with parameter values suggested by Vertex AI Vizier. Returns a long-running operation associated with the generation of Trial suggestions. When this long-running operation succeeds, it will contain a SuggestTrialsResponse.

§Arguments
  • request - No description provided.
  • parent - Required. The project and location that the Study belongs to. Format: projects/{project}/locations/{location}/studies/{study}
Source

pub fn locations_studies_trials_delete( &self, name: &str, ) -> ProjectLocationStudyTrialDeleteCall<'a, C>

Create a builder to help you perform the following task:

Deletes a Trial.

§Arguments
  • name - Required. The Trial’s name. Format: projects/{project}/locations/{location}/studies/{study}/trials/{trial}
Source

pub fn locations_studies_trials_get( &self, name: &str, ) -> ProjectLocationStudyTrialGetCall<'a, C>

Create a builder to help you perform the following task:

Gets a Trial.

§Arguments
  • name - Required. The name of the Trial resource. Format: projects/{project}/locations/{location}/studies/{study}/trials/{trial}
Source

pub fn locations_studies_trials_stop( &self, request: GoogleCloudAiplatformV1beta1StopTrialRequest, name: &str, ) -> ProjectLocationStudyTrialStopCall<'a, C>

Create a builder to help you perform the following task:

Stops a Trial.

§Arguments
  • request - No description provided.
  • name - Required. The Trial’s name. Format: projects/{project}/locations/{location}/studies/{study}/trials/{trial}
Source

pub fn locations_studies_trials_check_trial_early_stopping_state( &self, request: GoogleCloudAiplatformV1beta1CheckTrialEarlyStoppingStateRequest, trial_name: &str, ) -> ProjectLocationStudyTrialCheckTrialEarlyStoppingStateCall<'a, C>

Create a builder to help you perform the following task:

Checks whether a Trial should stop or not. Returns a long-running operation. When the operation is successful, it will contain a CheckTrialEarlyStoppingStateResponse.

§Arguments
  • request - No description provided.
  • trialName - Required. The Trial’s name. Format: projects/{project}/locations/{location}/studies/{study}/trials/{trial}
Source

pub fn locations_studies_trials_complete( &self, request: GoogleCloudAiplatformV1beta1CompleteTrialRequest, name: &str, ) -> ProjectLocationStudyTrialCompleteCall<'a, C>

Create a builder to help you perform the following task:

Marks a Trial as complete.

§Arguments
  • request - No description provided.
  • name - Required. The Trial’s name. Format: projects/{project}/locations/{location}/studies/{study}/trials/{trial}
Source

pub fn locations_studies_delete( &self, name: &str, ) -> ProjectLocationStudyDeleteCall<'a, C>

Create a builder to help you perform the following task:

Deletes a Study.

§Arguments
  • name - Required. The name of the Study resource to be deleted. Format: projects/{project}/locations/{location}/studies/{study}
Source

pub fn locations_studies_list( &self, parent: &str, ) -> ProjectLocationStudyListCall<'a, C>

Create a builder to help you perform the following task:

Lists all the studies in a region for an associated project.

§Arguments
  • parent - Required. The resource name of the Location to list the Study from. Format: projects/{project}/locations/{location}
Source

pub fn locations_studies_lookup( &self, request: GoogleCloudAiplatformV1beta1LookupStudyRequest, parent: &str, ) -> ProjectLocationStudyLookupCall<'a, C>

Create a builder to help you perform the following task:

Looks a study up using the user-defined display_name field instead of the fully qualified resource name.

§Arguments
  • request - No description provided.
  • parent - Required. The resource name of the Location to get the Study from. Format: projects/{project}/locations/{location}
Source

pub fn locations_studies_create( &self, request: GoogleCloudAiplatformV1beta1Study, parent: &str, ) -> ProjectLocationStudyCreateCall<'a, C>

Create a builder to help you perform the following task:

Creates a Study. A resource name will be generated after creation of the Study.

§Arguments
  • request - No description provided.
  • parent - Required. The resource name of the Location to create the CustomJob in. Format: projects/{project}/locations/{location}
Source

pub fn locations_studies_get( &self, name: &str, ) -> ProjectLocationStudyGetCall<'a, C>

Create a builder to help you perform the following task:

Gets a Study by name.

§Arguments
  • name - Required. The name of the Study resource. Format: projects/{project}/locations/{location}/studies/{study}
Source

pub fn locations_batch_prediction_jobs_get( &self, name: &str, ) -> ProjectLocationBatchPredictionJobGetCall<'a, C>

Create a builder to help you perform the following task:

Gets a BatchPredictionJob

§Arguments
  • name - Required. The name of the BatchPredictionJob resource. Format: projects/{project}/locations/{location}/batchPredictionJobs/{batch_prediction_job}
Source

pub fn locations_batch_prediction_jobs_cancel( &self, request: GoogleCloudAiplatformV1beta1CancelBatchPredictionJobRequest, name: &str, ) -> ProjectLocationBatchPredictionJobCancelCall<'a, C>

Create a builder to help you perform the following task:

Cancels a BatchPredictionJob. Starts asynchronous cancellation on the BatchPredictionJob. The server makes the best effort to cancel the job, but success is not guaranteed. Clients can use JobService.GetBatchPredictionJob or other methods to check whether the cancellation succeeded or whether the job completed despite cancellation. On a successful cancellation, the BatchPredictionJob is not deleted;instead its BatchPredictionJob.state is set to CANCELLED. Any files already outputted by the job are not deleted.

§Arguments
  • request - No description provided.
  • name - Required. The name of the BatchPredictionJob to cancel. Format: projects/{project}/locations/{location}/batchPredictionJobs/{batch_prediction_job}
Source

pub fn locations_batch_prediction_jobs_delete( &self, name: &str, ) -> ProjectLocationBatchPredictionJobDeleteCall<'a, C>

Create a builder to help you perform the following task:

Deletes a BatchPredictionJob. Can only be called on jobs that already finished.

§Arguments
  • name - Required. The name of the BatchPredictionJob resource to be deleted. Format: projects/{project}/locations/{location}/batchPredictionJobs/{batch_prediction_job}
Source

pub fn locations_batch_prediction_jobs_create( &self, request: GoogleCloudAiplatformV1beta1BatchPredictionJob, parent: &str, ) -> ProjectLocationBatchPredictionJobCreateCall<'a, C>

Create a builder to help you perform the following task:

Creates a BatchPredictionJob. A BatchPredictionJob once created will right away be attempted to start.

§Arguments
  • request - No description provided.
  • parent - Required. The resource name of the Location to create the BatchPredictionJob in. Format: projects/{project}/locations/{location}
Source

pub fn locations_batch_prediction_jobs_list( &self, parent: &str, ) -> ProjectLocationBatchPredictionJobListCall<'a, C>

Create a builder to help you perform the following task:

Lists BatchPredictionJobs in a Location.

§Arguments
  • parent - Required. The resource name of the Location to list the BatchPredictionJobs from. Format: projects/{project}/locations/{location}
Source

pub fn locations_metadata_stores_operations_list( &self, name: &str, ) -> ProjectLocationMetadataStoreOperationListCall<'a, C>

Create a builder to help you perform the following task:

Lists operations that match the specified filter in the request. If the server doesn’t support this method, it returns UNIMPLEMENTED.

§Arguments
  • name - The name of the operation’s parent resource.
Source

pub fn locations_metadata_stores_operations_cancel( &self, name: &str, ) -> ProjectLocationMetadataStoreOperationCancelCall<'a, C>

Create a builder to help you perform the following task:

Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn’t support this method, it returns google.rpc.Code.UNIMPLEMENTED. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to Code.CANCELLED.

§Arguments
  • name - The name of the operation resource to be cancelled.
Source

pub fn locations_metadata_stores_operations_get( &self, name: &str, ) -> ProjectLocationMetadataStoreOperationGetCall<'a, C>

Create a builder to help you perform the following task:

Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.

§Arguments
  • name - The name of the operation resource.
Source

pub fn locations_metadata_stores_operations_wait( &self, name: &str, ) -> ProjectLocationMetadataStoreOperationWaitCall<'a, C>

Create a builder to help you perform the following task:

Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns google.rpc.Code.UNIMPLEMENTED. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.

§Arguments
  • name - The name of the operation resource to wait on.
Source

pub fn locations_metadata_stores_operations_delete( &self, name: &str, ) -> ProjectLocationMetadataStoreOperationDeleteCall<'a, C>

Create a builder to help you perform the following task:

Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn’t support this method, it returns google.rpc.Code.UNIMPLEMENTED.

§Arguments
  • name - The name of the operation resource to be deleted.
Source

pub fn locations_metadata_stores_contexts_operations_list( &self, name: &str, ) -> ProjectLocationMetadataStoreContextOperationListCall<'a, C>

Create a builder to help you perform the following task:

Lists operations that match the specified filter in the request. If the server doesn’t support this method, it returns UNIMPLEMENTED.

§Arguments
  • name - The name of the operation’s parent resource.
Source

pub fn locations_metadata_stores_contexts_operations_wait( &self, name: &str, ) -> ProjectLocationMetadataStoreContextOperationWaitCall<'a, C>

Create a builder to help you perform the following task:

Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns google.rpc.Code.UNIMPLEMENTED. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.

§Arguments
  • name - The name of the operation resource to wait on.
Source

pub fn locations_metadata_stores_contexts_operations_delete( &self, name: &str, ) -> ProjectLocationMetadataStoreContextOperationDeleteCall<'a, C>

Create a builder to help you perform the following task:

Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn’t support this method, it returns google.rpc.Code.UNIMPLEMENTED.

§Arguments
  • name - The name of the operation resource to be deleted.
Source

pub fn locations_metadata_stores_contexts_operations_cancel( &self, name: &str, ) -> ProjectLocationMetadataStoreContextOperationCancelCall<'a, C>

Create a builder to help you perform the following task:

Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn’t support this method, it returns google.rpc.Code.UNIMPLEMENTED. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to Code.CANCELLED.

§Arguments
  • name - The name of the operation resource to be cancelled.
Source

pub fn locations_metadata_stores_contexts_operations_get( &self, name: &str, ) -> ProjectLocationMetadataStoreContextOperationGetCall<'a, C>

Create a builder to help you perform the following task:

Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.

§Arguments
  • name - The name of the operation resource.
Source

pub fn locations_metadata_stores_contexts_create( &self, request: GoogleCloudAiplatformV1beta1Context, parent: &str, ) -> ProjectLocationMetadataStoreContextCreateCall<'a, C>

Create a builder to help you perform the following task:

Creates a Context associated with a MetadataStore.

§Arguments
  • request - No description provided.
  • parent - Required. The resource name of the MetadataStore where the Context should be created. Format: projects/{project}/locations/{location}/metadataStores/{metadatastore}
Source

pub fn locations_metadata_stores_contexts_get( &self, name: &str, ) -> ProjectLocationMetadataStoreContextGetCall<'a, C>

Create a builder to help you perform the following task:

Retrieves a specific Context.

§Arguments
  • name - Required. The resource name of the Context to retrieve. Format: projects/{project}/locations/{location}/metadataStores/{metadatastore}/contexts/{context}
Source

pub fn locations_metadata_stores_contexts_delete( &self, name: &str, ) -> ProjectLocationMetadataStoreContextDeleteCall<'a, C>

Create a builder to help you perform the following task:

Deletes a stored Context.

§Arguments
  • name - Required. The resource name of the Context to delete. Format: projects/{project}/locations/{location}/metadataStores/{metadatastore}/contexts/{context}
Source

pub fn locations_metadata_stores_contexts_query_context_lineage_subgraph( &self, context: &str, ) -> ProjectLocationMetadataStoreContextQueryContextLineageSubgraphCall<'a, C>

Create a builder to help you perform the following task:

Retrieves Artifacts and Executions within the specified Context, connected by Event edges and returned as a LineageSubgraph.

§Arguments
  • context - Required. The resource name of the Context whose Artifacts and Executions should be retrieved as a LineageSubgraph. Format: projects/{project}/locations/{location}/metadataStores/{metadatastore}/contexts/{context} The request may error with FAILED_PRECONDITION if the number of Artifacts, the number of Executions, or the number of Events that would be returned for the Context exceeds 1000.
Source

pub fn locations_metadata_stores_contexts_add_context_artifacts_and_executions( &self, request: GoogleCloudAiplatformV1beta1AddContextArtifactsAndExecutionsRequest, context: &str, ) -> ProjectLocationMetadataStoreContextAddContextArtifactsAndExecutionCall<'a, C>

Create a builder to help you perform the following task:

Adds a set of Artifacts and Executions to a Context. If any of the Artifacts or Executions have already been added to a Context, they are simply skipped.

§Arguments
  • request - No description provided.
  • context - Required. The resource name of the Context that the Artifacts and Executions belong to. Format: projects/{project}/locations/{location}/metadataStores/{metadatastore}/contexts/{context}
Source

pub fn locations_metadata_stores_contexts_remove_context_children( &self, request: GoogleCloudAiplatformV1beta1RemoveContextChildrenRequest, context: &str, ) -> ProjectLocationMetadataStoreContextRemoveContextChildrenCall<'a, C>

Create a builder to help you perform the following task:

Remove a set of children contexts from a parent Context. If any of the child Contexts were NOT added to the parent Context, they are simply skipped.

§Arguments
  • request - No description provided.
  • context - Required. The resource name of the parent Context. Format: projects/{project}/locations/{location}/metadataStores/{metadatastore}/contexts/{context}
Source

pub fn locations_metadata_stores_contexts_patch( &self, request: GoogleCloudAiplatformV1beta1Context, name: &str, ) -> ProjectLocationMetadataStoreContextPatchCall<'a, C>

Create a builder to help you perform the following task:

Updates a stored Context.

§Arguments
  • request - No description provided.
  • name - Immutable. The resource name of the Context.
Source

pub fn locations_metadata_stores_contexts_list( &self, parent: &str, ) -> ProjectLocationMetadataStoreContextListCall<'a, C>

Create a builder to help you perform the following task:

Lists Contexts on the MetadataStore.

§Arguments
  • parent - Required. The MetadataStore whose Contexts should be listed. Format: projects/{project}/locations/{location}/metadataStores/{metadatastore}
Source

pub fn locations_metadata_stores_contexts_purge( &self, request: GoogleCloudAiplatformV1beta1PurgeContextsRequest, parent: &str, ) -> ProjectLocationMetadataStoreContextPurgeCall<'a, C>

Create a builder to help you perform the following task:

Purges Contexts.

§Arguments
  • request - No description provided.
  • parent - Required. The metadata store to purge Contexts from. Format: projects/{project}/locations/{location}/metadataStores/{metadatastore}
Source

pub fn locations_metadata_stores_contexts_add_context_children( &self, request: GoogleCloudAiplatformV1beta1AddContextChildrenRequest, context: &str, ) -> ProjectLocationMetadataStoreContextAddContextChildrenCall<'a, C>

Create a builder to help you perform the following task:

Adds a set of Contexts as children to a parent Context. If any of the child Contexts have already been added to the parent Context, they are simply skipped. If this call would create a cycle or cause any Context to have more than 10 parents, the request will fail with an INVALID_ARGUMENT error.

§Arguments
  • request - No description provided.
  • context - Required. The resource name of the parent Context. Format: projects/{project}/locations/{location}/metadataStores/{metadatastore}/contexts/{context}
Source

pub fn locations_metadata_stores_metadata_schemas_create( &self, request: GoogleCloudAiplatformV1beta1MetadataSchema, parent: &str, ) -> ProjectLocationMetadataStoreMetadataSchemaCreateCall<'a, C>

Create a builder to help you perform the following task:

Creates a MetadataSchema.

§Arguments
  • request - No description provided.
  • parent - Required. The resource name of the MetadataStore where the MetadataSchema should be created. Format: projects/{project}/locations/{location}/metadataStores/{metadatastore}
Source

pub fn locations_metadata_stores_metadata_schemas_get( &self, name: &str, ) -> ProjectLocationMetadataStoreMetadataSchemaGetCall<'a, C>

Create a builder to help you perform the following task:

Retrieves a specific MetadataSchema.

§Arguments
  • name - Required. The resource name of the MetadataSchema to retrieve. Format: projects/{project}/locations/{location}/metadataStores/{metadatastore}/metadataSchemas/{metadataschema}
Source

pub fn locations_metadata_stores_metadata_schemas_list( &self, parent: &str, ) -> ProjectLocationMetadataStoreMetadataSchemaListCall<'a, C>

Create a builder to help you perform the following task:

Lists MetadataSchemas.

§Arguments
  • parent - Required. The MetadataStore whose MetadataSchemas should be listed. Format: projects/{project}/locations/{location}/metadataStores/{metadatastore}
Source

pub fn locations_metadata_stores_executions_operations_get( &self, name: &str, ) -> ProjectLocationMetadataStoreExecutionOperationGetCall<'a, C>

Create a builder to help you perform the following task:

Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.

§Arguments
  • name - The name of the operation resource.
Source

pub fn locations_metadata_stores_executions_operations_delete( &self, name: &str, ) -> ProjectLocationMetadataStoreExecutionOperationDeleteCall<'a, C>

Create a builder to help you perform the following task:

Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn’t support this method, it returns google.rpc.Code.UNIMPLEMENTED.

§Arguments
  • name - The name of the operation resource to be deleted.
Source

pub fn locations_metadata_stores_executions_operations_cancel( &self, name: &str, ) -> ProjectLocationMetadataStoreExecutionOperationCancelCall<'a, C>

Create a builder to help you perform the following task:

Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn’t support this method, it returns google.rpc.Code.UNIMPLEMENTED. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to Code.CANCELLED.

§Arguments
  • name - The name of the operation resource to be cancelled.
Source

pub fn locations_metadata_stores_executions_operations_wait( &self, name: &str, ) -> ProjectLocationMetadataStoreExecutionOperationWaitCall<'a, C>

Create a builder to help you perform the following task:

Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns google.rpc.Code.UNIMPLEMENTED. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.

§Arguments
  • name - The name of the operation resource to wait on.
Source

pub fn locations_metadata_stores_executions_operations_list( &self, name: &str, ) -> ProjectLocationMetadataStoreExecutionOperationListCall<'a, C>

Create a builder to help you perform the following task:

Lists operations that match the specified filter in the request. If the server doesn’t support this method, it returns UNIMPLEMENTED.

§Arguments
  • name - The name of the operation’s parent resource.
Source

pub fn locations_metadata_stores_executions_add_execution_events( &self, request: GoogleCloudAiplatformV1beta1AddExecutionEventsRequest, execution: &str, ) -> ProjectLocationMetadataStoreExecutionAddExecutionEventCall<'a, C>

Create a builder to help you perform the following task:

Adds Events to the specified Execution. An Event indicates whether an Artifact was used as an input or output for an Execution. If an Event already exists between the Execution and the Artifact, the Event is skipped.

§Arguments
  • request - No description provided.
  • execution - Required. The resource name of the Execution that the Events connect Artifacts with. Format: projects/{project}/locations/{location}/metadataStores/{metadatastore}/executions/{execution}
Source

pub fn locations_metadata_stores_executions_patch( &self, request: GoogleCloudAiplatformV1beta1Execution, name: &str, ) -> ProjectLocationMetadataStoreExecutionPatchCall<'a, C>

Create a builder to help you perform the following task:

Updates a stored Execution.

§Arguments
  • request - No description provided.
  • name - Output only. The resource name of the Execution.
Source

pub fn locations_metadata_stores_executions_delete( &self, name: &str, ) -> ProjectLocationMetadataStoreExecutionDeleteCall<'a, C>

Create a builder to help you perform the following task:

Deletes an Execution.

§Arguments
  • name - Required. The resource name of the Execution to delete. Format: projects/{project}/locations/{location}/metadataStores/{metadatastore}/executions/{execution}
Source

pub fn locations_metadata_stores_executions_query_execution_inputs_and_outputs( &self, execution: &str, ) -> ProjectLocationMetadataStoreExecutionQueryExecutionInputsAndOutputCall<'a, C>

Create a builder to help you perform the following task:

Obtains the set of input and output Artifacts for this Execution, in the form of LineageSubgraph that also contains the Execution and connecting Events.

§Arguments
  • execution - Required. The resource name of the Execution whose input and output Artifacts should be retrieved as a LineageSubgraph. Format: projects/{project}/locations/{location}/metadataStores/{metadatastore}/executions/{execution}
Source

pub fn locations_metadata_stores_executions_purge( &self, request: GoogleCloudAiplatformV1beta1PurgeExecutionsRequest, parent: &str, ) -> ProjectLocationMetadataStoreExecutionPurgeCall<'a, C>

Create a builder to help you perform the following task:

Purges Executions.

§Arguments
  • request - No description provided.
  • parent - Required. The metadata store to purge Executions from. Format: projects/{project}/locations/{location}/metadataStores/{metadatastore}
Source

pub fn locations_metadata_stores_executions_list( &self, parent: &str, ) -> ProjectLocationMetadataStoreExecutionListCall<'a, C>

Create a builder to help you perform the following task:

Lists Executions in the MetadataStore.

§Arguments
  • parent - Required. The MetadataStore whose Executions should be listed. Format: projects/{project}/locations/{location}/metadataStores/{metadatastore}
Source

pub fn locations_metadata_stores_executions_create( &self, request: GoogleCloudAiplatformV1beta1Execution, parent: &str, ) -> ProjectLocationMetadataStoreExecutionCreateCall<'a, C>

Create a builder to help you perform the following task:

Creates an Execution associated with a MetadataStore.

§Arguments
  • request - No description provided.
  • parent - Required. The resource name of the MetadataStore where the Execution should be created. Format: projects/{project}/locations/{location}/metadataStores/{metadatastore}
Source

pub fn locations_metadata_stores_executions_get( &self, name: &str, ) -> ProjectLocationMetadataStoreExecutionGetCall<'a, C>

Create a builder to help you perform the following task:

Retrieves a specific Execution.

§Arguments
  • name - Required. The resource name of the Execution to retrieve. Format: projects/{project}/locations/{location}/metadataStores/{metadatastore}/executions/{execution}
Source

pub fn locations_metadata_stores_artifacts_operations_cancel( &self, name: &str, ) -> ProjectLocationMetadataStoreArtifactOperationCancelCall<'a, C>

Create a builder to help you perform the following task:

Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn’t support this method, it returns google.rpc.Code.UNIMPLEMENTED. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to Code.CANCELLED.

§Arguments
  • name - The name of the operation resource to be cancelled.
Source

pub fn locations_metadata_stores_artifacts_operations_delete( &self, name: &str, ) -> ProjectLocationMetadataStoreArtifactOperationDeleteCall<'a, C>

Create a builder to help you perform the following task:

Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn’t support this method, it returns google.rpc.Code.UNIMPLEMENTED.

§Arguments
  • name - The name of the operation resource to be deleted.
Source

pub fn locations_metadata_stores_artifacts_operations_wait( &self, name: &str, ) -> ProjectLocationMetadataStoreArtifactOperationWaitCall<'a, C>

Create a builder to help you perform the following task:

Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns google.rpc.Code.UNIMPLEMENTED. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.

§Arguments
  • name - The name of the operation resource to wait on.
Source

pub fn locations_metadata_stores_artifacts_operations_list( &self, name: &str, ) -> ProjectLocationMetadataStoreArtifactOperationListCall<'a, C>

Create a builder to help you perform the following task:

Lists operations that match the specified filter in the request. If the server doesn’t support this method, it returns UNIMPLEMENTED.

§Arguments
  • name - The name of the operation’s parent resource.
Source

pub fn locations_metadata_stores_artifacts_operations_get( &self, name: &str, ) -> ProjectLocationMetadataStoreArtifactOperationGetCall<'a, C>

Create a builder to help you perform the following task:

Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.

§Arguments
  • name - The name of the operation resource.
Source

pub fn locations_metadata_stores_artifacts_list( &self, parent: &str, ) -> ProjectLocationMetadataStoreArtifactListCall<'a, C>

Create a builder to help you perform the following task:

Lists Artifacts in the MetadataStore.

§Arguments
  • parent - Required. The MetadataStore whose Artifacts should be listed. Format: projects/{project}/locations/{location}/metadataStores/{metadatastore}
Source

pub fn locations_metadata_stores_artifacts_query_artifact_lineage_subgraph( &self, artifact: &str, ) -> ProjectLocationMetadataStoreArtifactQueryArtifactLineageSubgraphCall<'a, C>

Create a builder to help you perform the following task:

Retrieves lineage of an Artifact represented through Artifacts and Executions connected by Event edges and returned as a LineageSubgraph.

§Arguments
  • artifact - Required. The resource name of the Artifact whose Lineage needs to be retrieved as a LineageSubgraph. Format: projects/{project}/locations/{location}/metadataStores/{metadatastore}/artifacts/{artifact} The request may error with FAILED_PRECONDITION if the number of Artifacts, the number of Executions, or the number of Events that would be returned for the Context exceeds 1000.
Source

pub fn locations_metadata_stores_artifacts_get( &self, name: &str, ) -> ProjectLocationMetadataStoreArtifactGetCall<'a, C>

Create a builder to help you perform the following task:

Retrieves a specific Artifact.

§Arguments
  • name - Required. The resource name of the Artifact to retrieve. Format: projects/{project}/locations/{location}/metadataStores/{metadatastore}/artifacts/{artifact}
Source

pub fn locations_metadata_stores_artifacts_create( &self, request: GoogleCloudAiplatformV1beta1Artifact, parent: &str, ) -> ProjectLocationMetadataStoreArtifactCreateCall<'a, C>

Create a builder to help you perform the following task:

Creates an Artifact associated with a MetadataStore.

§Arguments
  • request - No description provided.
  • parent - Required. The resource name of the MetadataStore where the Artifact should be created. Format: projects/{project}/locations/{location}/metadataStores/{metadatastore}
Source

pub fn locations_metadata_stores_artifacts_purge( &self, request: GoogleCloudAiplatformV1beta1PurgeArtifactsRequest, parent: &str, ) -> ProjectLocationMetadataStoreArtifactPurgeCall<'a, C>

Create a builder to help you perform the following task:

Purges Artifacts.

§Arguments
  • request - No description provided.
  • parent - Required. The metadata store to purge Artifacts from. Format: projects/{project}/locations/{location}/metadataStores/{metadatastore}
Source

pub fn locations_metadata_stores_artifacts_patch( &self, request: GoogleCloudAiplatformV1beta1Artifact, name: &str, ) -> ProjectLocationMetadataStoreArtifactPatchCall<'a, C>

Create a builder to help you perform the following task:

Updates a stored Artifact.

§Arguments
  • request - No description provided.
  • name - Output only. The resource name of the Artifact.
Source

pub fn locations_metadata_stores_artifacts_delete( &self, name: &str, ) -> ProjectLocationMetadataStoreArtifactDeleteCall<'a, C>

Create a builder to help you perform the following task:

Deletes an Artifact.

§Arguments
  • name - Required. The resource name of the Artifact to delete. Format: projects/{project}/locations/{location}/metadataStores/{metadatastore}/artifacts/{artifact}
Source

pub fn locations_metadata_stores_create( &self, request: GoogleCloudAiplatformV1beta1MetadataStore, parent: &str, ) -> ProjectLocationMetadataStoreCreateCall<'a, C>

Create a builder to help you perform the following task:

Initializes a MetadataStore, including allocation of resources.

§Arguments
  • request - No description provided.
  • parent - Required. The resource name of the Location where the MetadataStore should be created. Format: projects/{project}/locations/{location}/
Source

pub fn locations_metadata_stores_list( &self, parent: &str, ) -> ProjectLocationMetadataStoreListCall<'a, C>

Create a builder to help you perform the following task:

Lists MetadataStores for a Location.

§Arguments
  • parent - Required. The Location whose MetadataStores should be listed. Format: projects/{project}/locations/{location}
Source

pub fn locations_metadata_stores_get( &self, name: &str, ) -> ProjectLocationMetadataStoreGetCall<'a, C>

Create a builder to help you perform the following task:

Retrieves a specific MetadataStore.

§Arguments
  • name - Required. The resource name of the MetadataStore to retrieve. Format: projects/{project}/locations/{location}/metadataStores/{metadatastore}
Source

pub fn locations_metadata_stores_delete( &self, name: &str, ) -> ProjectLocationMetadataStoreDeleteCall<'a, C>

Create a builder to help you perform the following task:

Deletes a single MetadataStore and all its child resources (Artifacts, Executions, and Contexts).

§Arguments
  • name - Required. The resource name of the MetadataStore to delete. Format: projects/{project}/locations/{location}/metadataStores/{metadatastore}
Source

pub fn locations_retrieve_contexts( &self, request: GoogleCloudAiplatformV1beta1RetrieveContextsRequest, parent: &str, ) -> ProjectLocationRetrieveContextCall<'a, C>

Create a builder to help you perform the following task:

Retrieves relevant contexts for a query.

§Arguments
  • request - No description provided.
  • parent - Required. The resource name of the Location from which to retrieve RagContexts. The users must have permission to make a call in the project. Format: projects/{project}/locations/{location}.
Source

pub fn locations_list(&self, name: &str) -> ProjectLocationListCall<'a, C>

Create a builder to help you perform the following task:

Lists information about the supported locations for this service.

§Arguments
  • name - The resource that owns the locations collection, if applicable.
Source

pub fn locations_get(&self, name: &str) -> ProjectLocationGetCall<'a, C>

Create a builder to help you perform the following task:

Gets information about a location.

§Arguments
  • name - Resource name for the location.
Source

pub fn locations_evaluate_instances( &self, request: GoogleCloudAiplatformV1beta1EvaluateInstancesRequest, location: &str, ) -> ProjectLocationEvaluateInstanceCall<'a, C>

Create a builder to help you perform the following task:

Evaluates instances based on a given metric.

§Arguments
  • request - No description provided.
  • location - Required. The resource name of the Location to evaluate the instances. Format: projects/{project}/locations/{location}
Source

pub fn get_cache_config(&self, name: &str) -> ProjectGetCacheConfigCall<'a, C>

Create a builder to help you perform the following task:

Gets a GenAI cache config.

§Arguments
  • name - Required. Name of the cache config. Format: - projects/{project}/cacheConfig.
Source

pub fn update_cache_config( &self, request: GoogleCloudAiplatformV1beta1CacheConfig, name: &str, ) -> ProjectUpdateCacheConfigCall<'a, C>

Create a builder to help you perform the following task:

Updates a cache config.

§Arguments
  • request - No description provided.
  • name - Identifier. Name of the cache config. Format: - projects/{project}/cacheConfig.

Trait Implementations§

Source§

impl<'a, C> MethodsBuilder for ProjectMethods<'a, C>

Auto Trait Implementations§

§

impl<'a, C> Freeze for ProjectMethods<'a, C>

§

impl<'a, C> !RefUnwindSafe for ProjectMethods<'a, C>

§

impl<'a, C> Send for ProjectMethods<'a, C>
where C: Sync,

§

impl<'a, C> Sync for ProjectMethods<'a, C>
where C: Sync,

§

impl<'a, C> Unpin for ProjectMethods<'a, C>

§

impl<'a, C> !UnwindSafe for ProjectMethods<'a, C>

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T> Instrument for T

Source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more
Source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an Instrumented wrapper. Read more
Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T> IntoEither for T

Source§

fn into_either(self, into_left: bool) -> Either<Self, Self>

Converts self into a Left variant of Either<Self, Self> if into_left is true. Converts self into a Right variant of Either<Self, Self> otherwise. Read more
Source§

fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
where F: FnOnce(&Self) -> bool,

Converts self into a Left variant of Either<Self, Self> if into_left(&self) returns true. Converts self into a Right variant of Either<Self, Self> otherwise. Read more
Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
Source§

impl<T> WithSubscriber for T

Source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more
Source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more
Source§

impl<T> ErasedDestructor for T
where T: 'static,