data
Google Vertex AI CLI for AI Agents
Use the Google Vertex AI CLI from KosmoKrator to call Google Vertex AI tools headlessly, return JSON, inspect schemas, and automate workflows from coding agents, scripts, and CI.Google Vertex AI CLI Setup
Google Vertex AI can be configured headlessly with `kosmokrator integrations:configure google-vertex-ai`.
# Install KosmoKrator first if it is not available on PATH.
curl -fsSL https://raw.githubusercontent.com/OpenCompanyApp/kosmokrator/main/install.sh | bash
# Configure and verify this integration.
kosmokrator integrations:configure google-vertex-ai --enable --read allow --write ask --json
kosmokrator integrations:doctor google-vertex-ai --json
kosmokrator integrations:status --json Credentials
Authentication type: Manual OAuth token oauth2_manual_token. Configure credentials once, then reuse the same stored profile from scripts, coding CLIs, Lua, and MCP.
No credentials are required.
Command Patterns
The generic command is stable across every integration. The provider shortcut is shorter for humans.
kosmo integrations:call google-vertex-ai.google_vertex_ai_reasoning_engines_stream_query '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_reasoning_engines_stream_query '{}' --json Discovery
These commands return structured output for coding agents that need to inspect capabilities before choosing a function.
kosmo integrations:docs google-vertex-ai --json
kosmo integrations:docs google-vertex-ai.google_vertex_ai_reasoning_engines_stream_query --json
kosmo integrations:schema google-vertex-ai.google_vertex_ai_reasoning_engines_stream_query --json
kosmo integrations:search "Google Vertex AI" --json
kosmo integrations:list --json Automation Contexts
The same configured command surface works in these environments. The command does not change unless the host wrapper, credentials, or permissions change.
CLI Functions
Every function below can be called headlessly. Commands are highlighted, copyable, and scroll horizontally when payloads are long.
google-vertex-ai.google_vertex_ai_reasoning_engines_stream_query
Reasoning Engines Stream Query (POST /v1/{+name}:streamQuery).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_reasoning_engines_stream_query '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_reasoning_engines_stream_query '{}' --json google-vertex-ai.google_vertex_ai_reasoning_engines_async_query
Reasoning Engines Async Query (POST /v1/{+name}:asyncQuery).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_reasoning_engines_async_query '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_reasoning_engines_async_query '{}' --json google-vertex-ai.google_vertex_ai_reasoning_engines_delete
Reasoning Engines Delete (DELETE /v1/{+name}).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_reasoning_engines_delete '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_reasoning_engines_delete '{}' --json google-vertex-ai.google_vertex_ai_reasoning_engines_list
Reasoning Engines List (GET /v1/reasoningEngines).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_reasoning_engines_list '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_reasoning_engines_list '{}' --json google-vertex-ai.google_vertex_ai_reasoning_engines_patch
Reasoning Engines Patch (PATCH /v1/{+name}).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_reasoning_engines_patch '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_reasoning_engines_patch '{}' --json google-vertex-ai.google_vertex_ai_reasoning_engines_get
Reasoning Engines Get (GET /v1/{+name}).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_reasoning_engines_get '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_reasoning_engines_get '{}' --json google-vertex-ai.google_vertex_ai_reasoning_engines_query
Reasoning Engines Query (POST /v1/{+name}:query).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_reasoning_engines_query '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_reasoning_engines_query '{}' --json google-vertex-ai.google_vertex_ai_reasoning_engines_execute_code
Reasoning Engines Execute Code (POST /v1/{+name}:executeCode).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_reasoning_engines_execute_code '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_reasoning_engines_execute_code '{}' --json google-vertex-ai.google_vertex_ai_reasoning_engines_create
Reasoning Engines Create (POST /v1/reasoningEngines).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_reasoning_engines_create '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_reasoning_engines_create '{}' --json google-vertex-ai.google_vertex_ai_reasoning_engines_runtime_revisions_stream_query
Reasoning Engines Runtime Revisions Stream Query (POST /v1/{+name}:streamQuery).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_reasoning_engines_runtime_revisions_stream_query '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_reasoning_engines_runtime_revisions_stream_query '{}' --json google-vertex-ai.google_vertex_ai_reasoning_engines_runtime_revisions_query
Reasoning Engines Runtime Revisions Query (POST /v1/{+name}:query).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_reasoning_engines_runtime_revisions_query '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_reasoning_engines_runtime_revisions_query '{}' --json google-vertex-ai.google_vertex_ai_reasoning_engines_sandbox_environments_delete
Reasoning Engines Sandbox Environments Delete (DELETE /v1/{+name}).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_reasoning_engines_sandbox_environments_delete '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_reasoning_engines_sandbox_environments_delete '{}' --json google-vertex-ai.google_vertex_ai_reasoning_engines_sandbox_environments_create
Reasoning Engines Sandbox Environments Create (POST /v1/{+parent}/sandboxEnvironments).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_reasoning_engines_sandbox_environments_create '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_reasoning_engines_sandbox_environments_create '{}' --json google-vertex-ai.google_vertex_ai_reasoning_engines_sandbox_environments_list
Reasoning Engines Sandbox Environments List (GET /v1/{+parent}/sandboxEnvironments).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_reasoning_engines_sandbox_environments_list '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_reasoning_engines_sandbox_environments_list '{}' --json google-vertex-ai.google_vertex_ai_reasoning_engines_sandbox_environments_execute
Reasoning Engines Sandbox Environments Execute (POST /v1/{+name}:execute).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_reasoning_engines_sandbox_environments_execute '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_reasoning_engines_sandbox_environments_execute '{}' --json google-vertex-ai.google_vertex_ai_reasoning_engines_sandbox_environments_get
Reasoning Engines Sandbox Environments Get (GET /v1/{+name}).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_reasoning_engines_sandbox_environments_get '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_reasoning_engines_sandbox_environments_get '{}' --json google-vertex-ai.google_vertex_ai_reasoning_engines_sandbox_environments_snapshot
Reasoning Engines Sandbox Environments Snapshot (POST /v1/{+name}:snapshot).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_reasoning_engines_sandbox_environments_snapshot '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_reasoning_engines_sandbox_environments_snapshot '{}' --json google-vertex-ai.google_vertex_ai_reasoning_engines_sandbox_environments_operations_cancel
Reasoning Engines Sandbox Environments Operations Cancel (POST /v1/{+name}:cancel).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_reasoning_engines_sandbox_environments_operations_cancel '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_reasoning_engines_sandbox_environments_operations_cancel '{}' --json google-vertex-ai.google_vertex_ai_reasoning_engines_sandbox_environments_operations_wait
Reasoning Engines Sandbox Environments Operations Wait (POST /v1/{+name}:wait).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_reasoning_engines_sandbox_environments_operations_wait '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_reasoning_engines_sandbox_environments_operations_wait '{}' --json google-vertex-ai.google_vertex_ai_reasoning_engines_sandbox_environments_operations_get
Reasoning Engines Sandbox Environments Operations Get (GET /v1/{+name}).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_reasoning_engines_sandbox_environments_operations_get '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_reasoning_engines_sandbox_environments_operations_get '{}' --json google-vertex-ai.google_vertex_ai_reasoning_engines_sandbox_environments_operations_delete
Reasoning Engines Sandbox Environments Operations Delete (DELETE /v1/{+name}).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_reasoning_engines_sandbox_environments_operations_delete '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_reasoning_engines_sandbox_environments_operations_delete '{}' --json google-vertex-ai.google_vertex_ai_reasoning_engines_sessions_operations_delete
Reasoning Engines Sessions Operations Delete (DELETE /v1/{+name}).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_reasoning_engines_sessions_operations_delete '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_reasoning_engines_sessions_operations_delete '{}' --json google-vertex-ai.google_vertex_ai_reasoning_engines_sessions_operations_list
Reasoning Engines Sessions Operations List (GET /v1/{+name}/operations).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_reasoning_engines_sessions_operations_list '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_reasoning_engines_sessions_operations_list '{}' --json google-vertex-ai.google_vertex_ai_reasoning_engines_sessions_operations_cancel
Reasoning Engines Sessions Operations Cancel (POST /v1/{+name}:cancel).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_reasoning_engines_sessions_operations_cancel '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_reasoning_engines_sessions_operations_cancel '{}' --json google-vertex-ai.google_vertex_ai_reasoning_engines_sessions_operations_wait
Reasoning Engines Sessions Operations Wait (POST /v1/{+name}:wait).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_reasoning_engines_sessions_operations_wait '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_reasoning_engines_sessions_operations_wait '{}' --json google-vertex-ai.google_vertex_ai_reasoning_engines_sessions_operations_get
Reasoning Engines Sessions Operations Get (GET /v1/{+name}).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_reasoning_engines_sessions_operations_get '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_reasoning_engines_sessions_operations_get '{}' --json google-vertex-ai.google_vertex_ai_reasoning_engines_operations_get
Reasoning Engines Operations Get (GET /v1/{+name}).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_reasoning_engines_operations_get '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_reasoning_engines_operations_get '{}' --json google-vertex-ai.google_vertex_ai_reasoning_engines_operations_delete
Reasoning Engines Operations Delete (DELETE /v1/{+name}).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_reasoning_engines_operations_delete '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_reasoning_engines_operations_delete '{}' --json google-vertex-ai.google_vertex_ai_reasoning_engines_operations_list
Reasoning Engines Operations List (GET /v1/{+name}/operations).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_reasoning_engines_operations_list '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_reasoning_engines_operations_list '{}' --json google-vertex-ai.google_vertex_ai_reasoning_engines_operations_cancel
Reasoning Engines Operations Cancel (POST /v1/{+name}:cancel).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_reasoning_engines_operations_cancel '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_reasoning_engines_operations_cancel '{}' --json google-vertex-ai.google_vertex_ai_reasoning_engines_operations_wait
Reasoning Engines Operations Wait (POST /v1/{+name}:wait).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_reasoning_engines_operations_wait '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_reasoning_engines_operations_wait '{}' --json google-vertex-ai.google_vertex_ai_reasoning_engines_memories_operations_get
Reasoning Engines Memories Operations Get (GET /v1/{+name}).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_reasoning_engines_memories_operations_get '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_reasoning_engines_memories_operations_get '{}' --json google-vertex-ai.google_vertex_ai_reasoning_engines_memories_operations_cancel
Reasoning Engines Memories Operations Cancel (POST /v1/{+name}:cancel).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_reasoning_engines_memories_operations_cancel '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_reasoning_engines_memories_operations_cancel '{}' --json google-vertex-ai.google_vertex_ai_reasoning_engines_memories_operations_wait
Reasoning Engines Memories Operations Wait (POST /v1/{+name}:wait).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_reasoning_engines_memories_operations_wait '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_reasoning_engines_memories_operations_wait '{}' --json google-vertex-ai.google_vertex_ai_reasoning_engines_memories_operations_list
Reasoning Engines Memories Operations List (GET /v1/{+name}/operations).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_reasoning_engines_memories_operations_list '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_reasoning_engines_memories_operations_list '{}' --json google-vertex-ai.google_vertex_ai_reasoning_engines_memories_operations_delete
Reasoning Engines Memories Operations Delete (DELETE /v1/{+name}).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_reasoning_engines_memories_operations_delete '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_reasoning_engines_memories_operations_delete '{}' --json google-vertex-ai.google_vertex_ai_reasoning_engines_sandbox_environment_snapshots_delete
Reasoning Engines Sandbox Environment Snapshots Delete (DELETE /v1/{+name}).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_reasoning_engines_sandbox_environment_snapshots_delete '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_reasoning_engines_sandbox_environment_snapshots_delete '{}' --json google-vertex-ai.google_vertex_ai_reasoning_engines_sandbox_environment_snapshots_get
Reasoning Engines Sandbox Environment Snapshots Get (GET /v1/{+name}).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_reasoning_engines_sandbox_environment_snapshots_get '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_reasoning_engines_sandbox_environment_snapshots_get '{}' --json google-vertex-ai.google_vertex_ai_reasoning_engines_sandbox_environment_snapshots_list
Reasoning Engines Sandbox Environment Snapshots List (GET /v1/{+parent}/sandboxEnvironmentSnapshots).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_reasoning_engines_sandbox_environment_snapshots_list '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_reasoning_engines_sandbox_environment_snapshots_list '{}' --json google-vertex-ai.google_vertex_ai_reasoning_engines_sandbox_environment_snapshots_operations_cancel
Reasoning Engines Sandbox Environment Snapshots Operations Cancel (POST /v1/{+name}:cancel).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_reasoning_engines_sandbox_environment_snapshots_operations_cancel '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_reasoning_engines_sandbox_environment_snapshots_operations_cancel '{}' --json google-vertex-ai.google_vertex_ai_reasoning_engines_sandbox_environment_snapshots_operations_wait
Reasoning Engines Sandbox Environment Snapshots Operations Wait (POST /v1/{+name}:wait).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_reasoning_engines_sandbox_environment_snapshots_operations_wait '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_reasoning_engines_sandbox_environment_snapshots_operations_wait '{}' --json google-vertex-ai.google_vertex_ai_reasoning_engines_sandbox_environment_snapshots_operations_delete
Reasoning Engines Sandbox Environment Snapshots Operations Delete (DELETE /v1/{+name}).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_reasoning_engines_sandbox_environment_snapshots_operations_delete '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_reasoning_engines_sandbox_environment_snapshots_operations_delete '{}' --json google-vertex-ai.google_vertex_ai_reasoning_engines_sandbox_environment_snapshots_operations_get
Reasoning Engines Sandbox Environment Snapshots Operations Get (GET /v1/{+name}).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_reasoning_engines_sandbox_environment_snapshots_operations_get '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_reasoning_engines_sandbox_environment_snapshots_operations_get '{}' --json google-vertex-ai.google_vertex_ai_reasoning_engines_sandbox_environment_templates_create
Reasoning Engines Sandbox Environment Templates Create (POST /v1/{+parent}/sandboxEnvironmentTemplates).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_reasoning_engines_sandbox_environment_templates_create '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_reasoning_engines_sandbox_environment_templates_create '{}' --json google-vertex-ai.google_vertex_ai_reasoning_engines_sandbox_environment_templates_list
Reasoning Engines Sandbox Environment Templates List (GET /v1/{+parent}/sandboxEnvironmentTemplates).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_reasoning_engines_sandbox_environment_templates_list '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_reasoning_engines_sandbox_environment_templates_list '{}' --json google-vertex-ai.google_vertex_ai_reasoning_engines_sandbox_environment_templates_get
Reasoning Engines Sandbox Environment Templates Get (GET /v1/{+name}).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_reasoning_engines_sandbox_environment_templates_get '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_reasoning_engines_sandbox_environment_templates_get '{}' --json google-vertex-ai.google_vertex_ai_reasoning_engines_sandbox_environment_templates_delete
Reasoning Engines Sandbox Environment Templates Delete (DELETE /v1/{+name}).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_reasoning_engines_sandbox_environment_templates_delete '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_reasoning_engines_sandbox_environment_templates_delete '{}' --json google-vertex-ai.google_vertex_ai_reasoning_engines_sandbox_environment_templates_operations_delete
Reasoning Engines Sandbox Environment Templates Operations Delete (DELETE /v1/{+name}).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_reasoning_engines_sandbox_environment_templates_operations_delete '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_reasoning_engines_sandbox_environment_templates_operations_delete '{}' --json google-vertex-ai.google_vertex_ai_reasoning_engines_sandbox_environment_templates_operations_get
Reasoning Engines Sandbox Environment Templates Operations Get (GET /v1/{+name}).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_reasoning_engines_sandbox_environment_templates_operations_get '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_reasoning_engines_sandbox_environment_templates_operations_get '{}' --json google-vertex-ai.google_vertex_ai_reasoning_engines_sandbox_environment_templates_operations_cancel
Reasoning Engines Sandbox Environment Templates Operations Cancel (POST /v1/{+name}:cancel).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_reasoning_engines_sandbox_environment_templates_operations_cancel '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_reasoning_engines_sandbox_environment_templates_operations_cancel '{}' --json google-vertex-ai.google_vertex_ai_reasoning_engines_sandbox_environment_templates_operations_wait
Reasoning Engines Sandbox Environment Templates Operations Wait (POST /v1/{+name}:wait).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_reasoning_engines_sandbox_environment_templates_operations_wait '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_reasoning_engines_sandbox_environment_templates_operations_wait '{}' --json google-vertex-ai.google_vertex_ai_schedules_operations_get
Schedules Operations Get (GET /v1/{+name}).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_schedules_operations_get '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_schedules_operations_get '{}' --json google-vertex-ai.google_vertex_ai_schedules_operations_delete
Schedules Operations Delete (DELETE /v1/{+name}).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_schedules_operations_delete '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_schedules_operations_delete '{}' --json google-vertex-ai.google_vertex_ai_schedules_operations_cancel
Schedules Operations Cancel (POST /v1/{+name}:cancel).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_schedules_operations_cancel '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_schedules_operations_cancel '{}' --json google-vertex-ai.google_vertex_ai_schedules_operations_wait
Schedules Operations Wait (POST /v1/{+name}:wait).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_schedules_operations_wait '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_schedules_operations_wait '{}' --json google-vertex-ai.google_vertex_ai_schedules_operations_list
Schedules Operations List (GET /v1/{+name}/operations).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_schedules_operations_list '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_schedules_operations_list '{}' --json google-vertex-ai.google_vertex_ai_custom_jobs_operations_get
Custom Jobs Operations Get (GET /v1/{+name}).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_custom_jobs_operations_get '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_custom_jobs_operations_get '{}' --json google-vertex-ai.google_vertex_ai_custom_jobs_operations_delete
Custom Jobs Operations Delete (DELETE /v1/{+name}).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_custom_jobs_operations_delete '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_custom_jobs_operations_delete '{}' --json google-vertex-ai.google_vertex_ai_custom_jobs_operations_list
Custom Jobs Operations List (GET /v1/{+name}/operations).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_custom_jobs_operations_list '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_custom_jobs_operations_list '{}' --json google-vertex-ai.google_vertex_ai_custom_jobs_operations_cancel
Custom Jobs Operations Cancel (POST /v1/{+name}:cancel).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_custom_jobs_operations_cancel '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_custom_jobs_operations_cancel '{}' --json google-vertex-ai.google_vertex_ai_custom_jobs_operations_wait
Custom Jobs Operations Wait (POST /v1/{+name}:wait).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_custom_jobs_operations_wait '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_custom_jobs_operations_wait '{}' --json google-vertex-ai.google_vertex_ai_media_upload
Media Upload (POST /v1/{+parent}/ragFiles:upload).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_media_upload '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_media_upload '{}' --json google-vertex-ai.google_vertex_ai_studies_operations_list
Studies Operations List (GET /v1/{+name}/operations).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_studies_operations_list '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_studies_operations_list '{}' --json google-vertex-ai.google_vertex_ai_studies_operations_cancel
Studies Operations Cancel (POST /v1/{+name}:cancel).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_studies_operations_cancel '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_studies_operations_cancel '{}' --json google-vertex-ai.google_vertex_ai_studies_operations_wait
Studies Operations Wait (POST /v1/{+name}:wait).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_studies_operations_wait '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_studies_operations_wait '{}' --json google-vertex-ai.google_vertex_ai_studies_operations_delete
Studies Operations Delete (DELETE /v1/{+name}).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_studies_operations_delete '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_studies_operations_delete '{}' --json google-vertex-ai.google_vertex_ai_studies_operations_get
Studies Operations Get (GET /v1/{+name}).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_studies_operations_get '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_studies_operations_get '{}' --json google-vertex-ai.google_vertex_ai_studies_trials_operations_list
Studies Trials Operations List (GET /v1/{+name}/operations).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_studies_trials_operations_list '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_studies_trials_operations_list '{}' --json google-vertex-ai.google_vertex_ai_studies_trials_operations_cancel
Studies Trials Operations Cancel (POST /v1/{+name}:cancel).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_studies_trials_operations_cancel '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_studies_trials_operations_cancel '{}' --json google-vertex-ai.google_vertex_ai_studies_trials_operations_wait
Studies Trials Operations Wait (POST /v1/{+name}:wait).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_studies_trials_operations_wait '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_studies_trials_operations_wait '{}' --json google-vertex-ai.google_vertex_ai_studies_trials_operations_delete
Studies Trials Operations Delete (DELETE /v1/{+name}).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_studies_trials_operations_delete '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_studies_trials_operations_delete '{}' --json google-vertex-ai.google_vertex_ai_studies_trials_operations_get
Studies Trials Operations Get (GET /v1/{+name}).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_studies_trials_operations_get '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_studies_trials_operations_get '{}' --json google-vertex-ai.google_vertex_ai_data_labeling_jobs_operations_list
Data Labeling Jobs Operations List (GET /v1/{+name}/operations).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_data_labeling_jobs_operations_list '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_data_labeling_jobs_operations_list '{}' --json google-vertex-ai.google_vertex_ai_data_labeling_jobs_operations_cancel
Data Labeling Jobs Operations Cancel (POST /v1/{+name}:cancel).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_data_labeling_jobs_operations_cancel '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_data_labeling_jobs_operations_cancel '{}' --json google-vertex-ai.google_vertex_ai_data_labeling_jobs_operations_wait
Data Labeling Jobs Operations Wait (POST /v1/{+name}:wait).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_data_labeling_jobs_operations_wait '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_data_labeling_jobs_operations_wait '{}' --json google-vertex-ai.google_vertex_ai_data_labeling_jobs_operations_delete
Data Labeling Jobs Operations Delete (DELETE /v1/{+name}).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_data_labeling_jobs_operations_delete '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_data_labeling_jobs_operations_delete '{}' --json google-vertex-ai.google_vertex_ai_data_labeling_jobs_operations_get
Data Labeling Jobs Operations Get (GET /v1/{+name}).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_data_labeling_jobs_operations_get '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_data_labeling_jobs_operations_get '{}' --json google-vertex-ai.google_vertex_ai_tuning_jobs_operations_list
Tuning Jobs Operations List (GET /v1/{+name}/operations).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_tuning_jobs_operations_list '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_tuning_jobs_operations_list '{}' --json google-vertex-ai.google_vertex_ai_tuning_jobs_operations_cancel
Tuning Jobs Operations Cancel (POST /v1/{+name}:cancel).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_tuning_jobs_operations_cancel '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_tuning_jobs_operations_cancel '{}' --json google-vertex-ai.google_vertex_ai_tuning_jobs_operations_get
Tuning Jobs Operations Get (GET /v1/{+name}).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_tuning_jobs_operations_get '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_tuning_jobs_operations_get '{}' --json google-vertex-ai.google_vertex_ai_tuning_jobs_operations_delete
Tuning Jobs Operations Delete (DELETE /v1/{+name}).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_tuning_jobs_operations_delete '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_tuning_jobs_operations_delete '{}' --json google-vertex-ai.google_vertex_ai_v1_generate_instance_rubrics
V1 Generate Instance Rubrics (POST /v1:generateInstanceRubrics).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_v1_generate_instance_rubrics '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_v1_generate_instance_rubrics '{}' --json google-vertex-ai.google_vertex_ai_v1_evaluate_instances
V1 Evaluate Instances (POST /v1:evaluateInstances).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_v1_evaluate_instances '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_v1_evaluate_instances '{}' --json google-vertex-ai.google_vertex_ai_v1_evaluate_dataset
V1 Evaluate Dataset (POST /v1:evaluateDataset).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_v1_evaluate_dataset '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_v1_evaluate_dataset '{}' --json google-vertex-ai.google_vertex_ai_migratable_resources_operations_delete
Migratable Resources Operations Delete (DELETE /v1/{+name}).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_migratable_resources_operations_delete '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_migratable_resources_operations_delete '{}' --json google-vertex-ai.google_vertex_ai_migratable_resources_operations_cancel
Migratable Resources Operations Cancel (POST /v1/{+name}:cancel).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_migratable_resources_operations_cancel '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_migratable_resources_operations_cancel '{}' --json google-vertex-ai.google_vertex_ai_migratable_resources_operations_wait
Migratable Resources Operations Wait (POST /v1/{+name}:wait).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_migratable_resources_operations_wait '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_migratable_resources_operations_wait '{}' --json google-vertex-ai.google_vertex_ai_migratable_resources_operations_list
Migratable Resources Operations List (GET /v1/{+name}/operations).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_migratable_resources_operations_list '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_migratable_resources_operations_list '{}' --json google-vertex-ai.google_vertex_ai_migratable_resources_operations_get
Migratable Resources Operations Get (GET /v1/{+name}).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_migratable_resources_operations_get '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_migratable_resources_operations_get '{}' --json google-vertex-ai.google_vertex_ai_notebook_runtimes_operations_cancel
Notebook Runtimes Operations Cancel (POST /v1/{+name}:cancel).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_notebook_runtimes_operations_cancel '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_notebook_runtimes_operations_cancel '{}' --json google-vertex-ai.google_vertex_ai_notebook_runtimes_operations_wait
Notebook Runtimes Operations Wait (POST /v1/{+name}:wait).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_notebook_runtimes_operations_wait '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_notebook_runtimes_operations_wait '{}' --json google-vertex-ai.google_vertex_ai_notebook_runtimes_operations_list
Notebook Runtimes Operations List (GET /v1/{+name}/operations).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_notebook_runtimes_operations_list '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_notebook_runtimes_operations_list '{}' --json google-vertex-ai.google_vertex_ai_notebook_runtimes_operations_delete
Notebook Runtimes Operations Delete (DELETE /v1/{+name}).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_notebook_runtimes_operations_delete '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_notebook_runtimes_operations_delete '{}' --json google-vertex-ai.google_vertex_ai_notebook_runtimes_operations_get
Notebook Runtimes Operations Get (GET /v1/{+name}).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_notebook_runtimes_operations_get '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_notebook_runtimes_operations_get '{}' --json google-vertex-ai.google_vertex_ai_model_deployment_monitoring_jobs_operations_delete
Model Deployment Monitoring Jobs Operations Delete (DELETE /v1/{+name}).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_model_deployment_monitoring_jobs_operations_delete '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_model_deployment_monitoring_jobs_operations_delete '{}' --json google-vertex-ai.google_vertex_ai_model_deployment_monitoring_jobs_operations_cancel
Model Deployment Monitoring Jobs Operations Cancel (POST /v1/{+name}:cancel).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_model_deployment_monitoring_jobs_operations_cancel '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_model_deployment_monitoring_jobs_operations_cancel '{}' --json google-vertex-ai.google_vertex_ai_model_deployment_monitoring_jobs_operations_wait
Model Deployment Monitoring Jobs Operations Wait (POST /v1/{+name}:wait).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_model_deployment_monitoring_jobs_operations_wait '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_model_deployment_monitoring_jobs_operations_wait '{}' --json google-vertex-ai.google_vertex_ai_model_deployment_monitoring_jobs_operations_list
Model Deployment Monitoring Jobs Operations List (GET /v1/{+name}/operations).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_model_deployment_monitoring_jobs_operations_list '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_model_deployment_monitoring_jobs_operations_list '{}' --json google-vertex-ai.google_vertex_ai_model_deployment_monitoring_jobs_operations_get
Model Deployment Monitoring Jobs Operations Get (GET /v1/{+name}).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_model_deployment_monitoring_jobs_operations_get '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_model_deployment_monitoring_jobs_operations_get '{}' --json google-vertex-ai.google_vertex_ai_operations_get
Operations Get (GET /v1/{+name}).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_operations_get '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_operations_get '{}' --json google-vertex-ai.google_vertex_ai_operations_list
Operations List (GET /v1/operations).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_operations_list '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_operations_list '{}' --json google-vertex-ai.google_vertex_ai_operations_cancel
Operations Cancel (POST /v1/{+name}:cancel).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_operations_cancel '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_operations_cancel '{}' --json google-vertex-ai.google_vertex_ai_operations_wait
Operations Wait (POST /v1/{+name}:wait).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_operations_wait '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_operations_wait '{}' --json google-vertex-ai.google_vertex_ai_operations_delete
Operations Delete (DELETE /v1/{+name}).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_operations_delete '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_operations_delete '{}' --json google-vertex-ai.google_vertex_ai_models_operations_get
Models Operations Get (GET /v1/{+name}).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_models_operations_get '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_models_operations_get '{}' --json google-vertex-ai.google_vertex_ai_models_operations_cancel
Models Operations Cancel (POST /v1/{+name}:cancel).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_models_operations_cancel '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_models_operations_cancel '{}' --json google-vertex-ai.google_vertex_ai_models_operations_wait
Models Operations Wait (POST /v1/{+name}:wait).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_models_operations_wait '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_models_operations_wait '{}' --json google-vertex-ai.google_vertex_ai_models_operations_list
Models Operations List (GET /v1/{+name}/operations).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_models_operations_list '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_models_operations_list '{}' --json google-vertex-ai.google_vertex_ai_models_operations_delete
Models Operations Delete (DELETE /v1/{+name}).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_models_operations_delete '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_models_operations_delete '{}' --json google-vertex-ai.google_vertex_ai_models_evaluations_operations_cancel
Models Evaluations Operations Cancel (POST /v1/{+name}:cancel).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_models_evaluations_operations_cancel '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_models_evaluations_operations_cancel '{}' --json google-vertex-ai.google_vertex_ai_models_evaluations_operations_wait
Models Evaluations Operations Wait (POST /v1/{+name}:wait).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_models_evaluations_operations_wait '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_models_evaluations_operations_wait '{}' --json google-vertex-ai.google_vertex_ai_models_evaluations_operations_list
Models Evaluations Operations List (GET /v1/{+name}/operations).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_models_evaluations_operations_list '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_models_evaluations_operations_list '{}' --json google-vertex-ai.google_vertex_ai_models_evaluations_operations_delete
Models Evaluations Operations Delete (DELETE /v1/{+name}).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_models_evaluations_operations_delete '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_models_evaluations_operations_delete '{}' --json google-vertex-ai.google_vertex_ai_models_evaluations_operations_get
Models Evaluations Operations Get (GET /v1/{+name}).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_models_evaluations_operations_get '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_models_evaluations_operations_get '{}' --json google-vertex-ai.google_vertex_ai_notebook_runtime_templates_operations_get
Notebook Runtime Templates Operations Get (GET /v1/{+name}).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_notebook_runtime_templates_operations_get '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_notebook_runtime_templates_operations_get '{}' --json google-vertex-ai.google_vertex_ai_notebook_runtime_templates_operations_delete
Notebook Runtime Templates Operations Delete (DELETE /v1/{+name}).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_notebook_runtime_templates_operations_delete '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_notebook_runtime_templates_operations_delete '{}' --json google-vertex-ai.google_vertex_ai_notebook_runtime_templates_operations_cancel
Notebook Runtime Templates Operations Cancel (POST /v1/{+name}:cancel).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_notebook_runtime_templates_operations_cancel '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_notebook_runtime_templates_operations_cancel '{}' --json google-vertex-ai.google_vertex_ai_notebook_runtime_templates_operations_wait
Notebook Runtime Templates Operations Wait (POST /v1/{+name}:wait).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_notebook_runtime_templates_operations_wait '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_notebook_runtime_templates_operations_wait '{}' --json google-vertex-ai.google_vertex_ai_notebook_runtime_templates_operations_list
Notebook Runtime Templates Operations List (GET /v1/{+name}/operations).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_notebook_runtime_templates_operations_list '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_notebook_runtime_templates_operations_list '{}' --json google-vertex-ai.google_vertex_ai_feature_groups_operations_get
Feature Groups Operations Get (GET /v1/{+name}).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_feature_groups_operations_get '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_feature_groups_operations_get '{}' --json google-vertex-ai.google_vertex_ai_feature_groups_operations_delete
Feature Groups Operations Delete (DELETE /v1/{+name}).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_feature_groups_operations_delete '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_feature_groups_operations_delete '{}' --json google-vertex-ai.google_vertex_ai_feature_groups_operations_list_wait
Feature Groups Operations List Wait (GET /v1/{+name}:wait).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_feature_groups_operations_list_wait '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_feature_groups_operations_list_wait '{}' --json google-vertex-ai.google_vertex_ai_feature_groups_operations_wait
Feature Groups Operations Wait (POST /v1/{+name}:wait).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_feature_groups_operations_wait '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_feature_groups_operations_wait '{}' --json google-vertex-ai.google_vertex_ai_feature_groups_features_operations_list_wait
Feature Groups Features Operations List Wait (GET /v1/{+name}:wait).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_feature_groups_features_operations_list_wait '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_feature_groups_features_operations_list_wait '{}' --json google-vertex-ai.google_vertex_ai_feature_groups_features_operations_wait
Feature Groups Features Operations Wait (POST /v1/{+name}:wait).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_feature_groups_features_operations_wait '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_feature_groups_features_operations_wait '{}' --json google-vertex-ai.google_vertex_ai_feature_groups_features_operations_get
Feature Groups Features Operations Get (GET /v1/{+name}).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_feature_groups_features_operations_get '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_feature_groups_features_operations_get '{}' --json google-vertex-ai.google_vertex_ai_feature_groups_features_operations_delete
Feature Groups Features Operations Delete (DELETE /v1/{+name}).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_feature_groups_features_operations_delete '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_feature_groups_features_operations_delete '{}' --json google-vertex-ai.google_vertex_ai_projects_update_cache_config
Projects Update Cache Config (PATCH /v1/{+name}).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_update_cache_config '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_update_cache_config '{}' --json google-vertex-ai.google_vertex_ai_projects_get_cache_config
Projects Get Cache Config (GET /v1/{+name}).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_get_cache_config '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_get_cache_config '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_evaluate_instances
Projects Locations Evaluate Instances (POST /v1/{+location}:evaluateInstances).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_evaluate_instances '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_evaluate_instances '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_ask_contexts
Projects Locations Ask Contexts (POST /v1/{+parent}:askContexts).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_ask_contexts '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_ask_contexts '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_evaluate_dataset
Projects Locations Evaluate Dataset (POST /v1/{+location}:evaluateDataset).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_evaluate_dataset '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_evaluate_dataset '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_get_rag_engine_config
Projects Locations Get Rag Engine Config (GET /v1/{+name}).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_get_rag_engine_config '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_get_rag_engine_config '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_corroborate_content
Projects Locations Corroborate Content (POST /v1/{+parent}:corroborateContent).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_corroborate_content '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_corroborate_content '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_update_rag_engine_config
Projects Locations Update Rag Engine Config (PATCH /v1/{+name}).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_update_rag_engine_config '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_update_rag_engine_config '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_get
Projects Locations Get (GET /v1/{+name}).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_get '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_get '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_deploy
Projects Locations Deploy (POST /v1/{+destination}:deploy).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_deploy '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_deploy '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_retrieve_contexts
Projects Locations Retrieve Contexts (POST /v1/{+parent}:retrieveContexts).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_retrieve_contexts '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_retrieve_contexts '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_augment_prompt
Projects Locations Augment Prompt (POST /v1/{+parent}:augmentPrompt).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_augment_prompt '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_augment_prompt '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_async_retrieve_contexts
Projects Locations Async Retrieve Contexts (POST /v1/{+parent}:asyncRetrieveContexts).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_async_retrieve_contexts '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_async_retrieve_contexts '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_list
Projects Locations List (GET /v1/{+name}/locations).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_list '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_list '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_generate_synthetic_data
Projects Locations Generate Synthetic Data (POST /v1/{+location}:generateSyntheticData).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_generate_synthetic_data '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_generate_synthetic_data '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_generate_instance_rubrics
Projects Locations Generate Instance Rubrics (POST /v1/{+location}:generateInstanceRubrics).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_generate_instance_rubrics '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_generate_instance_rubrics '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_tuning_jobs_create
Projects Locations Tuning Jobs Create (POST /v1/{+parent}/tuningJobs).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_tuning_jobs_create '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_tuning_jobs_create '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_tuning_jobs_list
Projects Locations Tuning Jobs List (GET /v1/{+parent}/tuningJobs).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_tuning_jobs_list '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_tuning_jobs_list '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_tuning_jobs_rebase_tuned_model
Projects Locations Tuning Jobs Rebase Tuned Model (POST /v1/{+parent}/tuningJobs:rebaseTunedModel).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_tuning_jobs_rebase_tuned_model '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_tuning_jobs_rebase_tuned_model '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_tuning_jobs_cancel
Projects Locations Tuning Jobs Cancel (POST /v1/{+name}:cancel).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_tuning_jobs_cancel '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_tuning_jobs_cancel '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_tuning_jobs_get
Projects Locations Tuning Jobs Get (GET /v1/{+name}).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_tuning_jobs_get '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_tuning_jobs_get '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_tuning_jobs_operations_cancel
Projects Locations Tuning Jobs Operations Cancel (POST /v1/{+name}:cancel).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_tuning_jobs_operations_cancel '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_tuning_jobs_operations_cancel '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_tuning_jobs_operations_list
Projects Locations Tuning Jobs Operations List (GET /v1/{+name}/operations).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_tuning_jobs_operations_list '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_tuning_jobs_operations_list '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_tuning_jobs_operations_delete
Projects Locations Tuning Jobs Operations Delete (DELETE /v1/{+name}).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_tuning_jobs_operations_delete '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_tuning_jobs_operations_delete '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_tuning_jobs_operations_get
Projects Locations Tuning Jobs Operations Get (GET /v1/{+name}).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_tuning_jobs_operations_get '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_tuning_jobs_operations_get '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_data_labeling_jobs_delete
Projects Locations Data Labeling Jobs Delete (DELETE /v1/{+name}).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_data_labeling_jobs_delete '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_data_labeling_jobs_delete '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_data_labeling_jobs_create
Projects Locations Data Labeling Jobs Create (POST /v1/{+parent}/dataLabelingJobs).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_data_labeling_jobs_create '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_data_labeling_jobs_create '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_data_labeling_jobs_list
Projects Locations Data Labeling Jobs List (GET /v1/{+parent}/dataLabelingJobs).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_data_labeling_jobs_list '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_data_labeling_jobs_list '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_data_labeling_jobs_cancel
Projects Locations Data Labeling Jobs Cancel (POST /v1/{+name}:cancel).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_data_labeling_jobs_cancel '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_data_labeling_jobs_cancel '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_data_labeling_jobs_get
Projects Locations Data Labeling Jobs Get (GET /v1/{+name}).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_data_labeling_jobs_get '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_data_labeling_jobs_get '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_data_labeling_jobs_operations_get
Projects Locations Data Labeling Jobs Operations Get (GET /v1/{+name}).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_data_labeling_jobs_operations_get '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_data_labeling_jobs_operations_get '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_data_labeling_jobs_operations_delete
Projects Locations Data Labeling Jobs Operations Delete (DELETE /v1/{+name}).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_data_labeling_jobs_operations_delete '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_data_labeling_jobs_operations_delete '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_data_labeling_jobs_operations_list
Projects Locations Data Labeling Jobs Operations List (GET /v1/{+name}/operations).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_data_labeling_jobs_operations_list '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_data_labeling_jobs_operations_list '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_data_labeling_jobs_operations_cancel
Projects Locations Data Labeling Jobs Operations Cancel (POST /v1/{+name}:cancel).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_data_labeling_jobs_operations_cancel '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_data_labeling_jobs_operations_cancel '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_data_labeling_jobs_operations_wait
Projects Locations Data Labeling Jobs Operations Wait (POST /v1/{+name}:wait).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_data_labeling_jobs_operations_wait '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_data_labeling_jobs_operations_wait '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_migratable_resources_batch_migrate
Projects Locations Migratable Resources Batch Migrate (POST /v1/{+parent}/migratableResources:batchMigrate).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_migratable_resources_batch_migrate '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_migratable_resources_batch_migrate '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_migratable_resources_search
Projects Locations Migratable Resources Search (POST /v1/{+parent}/migratableResources:search).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_migratable_resources_search '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_migratable_resources_search '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_migratable_resources_operations_get
Projects Locations Migratable Resources Operations Get (GET /v1/{+name}).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_migratable_resources_operations_get '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_migratable_resources_operations_get '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_migratable_resources_operations_list
Projects Locations Migratable Resources Operations List (GET /v1/{+name}/operations).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_migratable_resources_operations_list '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_migratable_resources_operations_list '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_migratable_resources_operations_cancel
Projects Locations Migratable Resources Operations Cancel (POST /v1/{+name}:cancel).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_migratable_resources_operations_cancel '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_migratable_resources_operations_cancel '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_migratable_resources_operations_wait
Projects Locations Migratable Resources Operations Wait (POST /v1/{+name}:wait).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_migratable_resources_operations_wait '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_migratable_resources_operations_wait '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_migratable_resources_operations_delete
Projects Locations Migratable Resources Operations Delete (DELETE /v1/{+name}).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_migratable_resources_operations_delete '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_migratable_resources_operations_delete '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_notebook_runtimes_delete
Projects Locations Notebook Runtimes Delete (DELETE /v1/{+name}).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_notebook_runtimes_delete '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_notebook_runtimes_delete '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_notebook_runtimes_upgrade
Projects Locations Notebook Runtimes Upgrade (POST /v1/{+name}:upgrade).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_notebook_runtimes_upgrade '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_notebook_runtimes_upgrade '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_notebook_runtimes_start
Projects Locations Notebook Runtimes Start (POST /v1/{+name}:start).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_notebook_runtimes_start '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_notebook_runtimes_start '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_notebook_runtimes_list
Projects Locations Notebook Runtimes List (GET /v1/{+parent}/notebookRuntimes).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_notebook_runtimes_list '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_notebook_runtimes_list '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_notebook_runtimes_assign
Projects Locations Notebook Runtimes Assign (POST /v1/{+parent}/notebookRuntimes:assign).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_notebook_runtimes_assign '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_notebook_runtimes_assign '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_notebook_runtimes_get
Projects Locations Notebook Runtimes Get (GET /v1/{+name}).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_notebook_runtimes_get '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_notebook_runtimes_get '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_notebook_runtimes_stop
Projects Locations Notebook Runtimes Stop (POST /v1/{+name}:stop).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_notebook_runtimes_stop '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_notebook_runtimes_stop '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_notebook_runtimes_operations_get
Projects Locations Notebook Runtimes Operations Get (GET /v1/{+name}).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_notebook_runtimes_operations_get '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_notebook_runtimes_operations_get '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_notebook_runtimes_operations_cancel
Projects Locations Notebook Runtimes Operations Cancel (POST /v1/{+name}:cancel).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_notebook_runtimes_operations_cancel '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_notebook_runtimes_operations_cancel '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_notebook_runtimes_operations_wait
Projects Locations Notebook Runtimes Operations Wait (POST /v1/{+name}:wait).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_notebook_runtimes_operations_wait '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_notebook_runtimes_operations_wait '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_notebook_runtimes_operations_list
Projects Locations Notebook Runtimes Operations List (GET /v1/{+name}/operations).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_notebook_runtimes_operations_list '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_notebook_runtimes_operations_list '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_notebook_runtimes_operations_delete
Projects Locations Notebook Runtimes Operations Delete (DELETE /v1/{+name}).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_notebook_runtimes_operations_delete '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_notebook_runtimes_operations_delete '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_model_deployment_monitoring_jobs_delete
Projects Locations Model Deployment Monitoring Jobs Delete (DELETE /v1/{+name}).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_model_deployment_monitoring_jobs_delete '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_model_deployment_monitoring_jobs_delete '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_model_deployment_monitoring_jobs_create
Projects Locations Model Deployment Monitoring Jobs Create (POST /v1/{+parent}/modelDeploymentMonitoringJobs).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_model_deployment_monitoring_jobs_create '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_model_deployment_monitoring_jobs_create '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_model_deployment_monitoring_jobs_list
Projects Locations Model Deployment Monitoring Jobs List (GET /v1/{+parent}/modelDeploymentMonitoringJobs).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_model_deployment_monitoring_jobs_list '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_model_deployment_monitoring_jobs_list '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_model_deployment_monitoring_jobs_patch
Projects Locations Model Deployment Monitoring Jobs Patch (PATCH /v1/{+name}).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_model_deployment_monitoring_jobs_patch '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_model_deployment_monitoring_jobs_patch '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_model_deployment_monitoring_jobs_get
Projects Locations Model Deployment Monitoring Jobs Get (GET /v1/{+name}).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_model_deployment_monitoring_jobs_get '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_model_deployment_monitoring_jobs_get '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_model_deployment_monitoring_jobs_pause
Projects Locations Model Deployment Monitoring Jobs Pause (POST /v1/{+name}:pause).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_model_deployment_monitoring_jobs_pause '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_model_deployment_monitoring_jobs_pause '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_model_deployment_monitoring_jobs_search_model_deployment_monitoring_stats_anomalies
Projects Locations Model Deployment Monitoring Jobs Search Model Deployment Monitoring Stats Anomalies (POST /v1/{+modelDeploymentMonitoringJob}:searchModelDeploymentMonitoringStatsAnomalies).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_model_deployment_monitoring_jobs_search_model_deployment_monitoring_stats_anomalies '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_model_deployment_monitoring_jobs_search_model_deployment_monitoring_stats_anomalies '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_model_deployment_monitoring_jobs_resume
Projects Locations Model Deployment Monitoring Jobs Resume (POST /v1/{+name}:resume).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_model_deployment_monitoring_jobs_resume '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_model_deployment_monitoring_jobs_resume '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_model_deployment_monitoring_jobs_operations_get
Projects Locations Model Deployment Monitoring Jobs Operations Get (GET /v1/{+name}).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_model_deployment_monitoring_jobs_operations_get '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_model_deployment_monitoring_jobs_operations_get '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_model_deployment_monitoring_jobs_operations_delete
Projects Locations Model Deployment Monitoring Jobs Operations Delete (DELETE /v1/{+name}).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_model_deployment_monitoring_jobs_operations_delete '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_model_deployment_monitoring_jobs_operations_delete '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_model_deployment_monitoring_jobs_operations_list
Projects Locations Model Deployment Monitoring Jobs Operations List (GET /v1/{+name}/operations).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_model_deployment_monitoring_jobs_operations_list '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_model_deployment_monitoring_jobs_operations_list '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_model_deployment_monitoring_jobs_operations_cancel
Projects Locations Model Deployment Monitoring Jobs Operations Cancel (POST /v1/{+name}:cancel).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_model_deployment_monitoring_jobs_operations_cancel '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_model_deployment_monitoring_jobs_operations_cancel '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_model_deployment_monitoring_jobs_operations_wait
Projects Locations Model Deployment Monitoring Jobs Operations Wait (POST /v1/{+name}:wait).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_model_deployment_monitoring_jobs_operations_wait '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_model_deployment_monitoring_jobs_operations_wait '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_operations_delete
Projects Locations Operations Delete (DELETE /v1/{+name}).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_operations_delete '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_operations_delete '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_operations_cancel
Projects Locations Operations Cancel (POST /v1/{+name}:cancel).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_operations_cancel '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_operations_cancel '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_operations_wait
Projects Locations Operations Wait (POST /v1/{+name}:wait).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_operations_wait '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_operations_wait '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_operations_list
Projects Locations Operations List (GET /v1/{+name}/operations).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_operations_list '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_operations_list '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_operations_get
Projects Locations Operations Get (GET /v1/{+name}).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_operations_get '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_operations_get '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_models_patch
Projects Locations Models Patch (PATCH /v1/{+name}).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_models_patch '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_models_patch '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_models_copy
Projects Locations Models Copy (POST /v1/{+parent}/models:copy).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_models_copy '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_models_copy '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_models_delete
Projects Locations Models Delete (DELETE /v1/{+name}).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_models_delete '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_models_delete '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_models_get
Projects Locations Models Get (GET /v1/{+name}).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_models_get '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_models_get '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_models_upload
Projects Locations Models Upload (POST /v1/{+parent}/models:upload).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_models_upload '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_models_upload '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_models_get_iam_policy
Projects Locations Models Get Iam Policy (POST /v1/{+resource}:getIamPolicy).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_models_get_iam_policy '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_models_get_iam_policy '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_models_list
Projects Locations Models List (GET /v1/{+parent}/models).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_models_list '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_models_list '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_models_export
Projects Locations Models Export (POST /v1/{+name}:export).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_models_export '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_models_export '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_models_test_iam_permissions
Projects Locations Models Test Iam Permissions (POST /v1/{+resource}:testIamPermissions).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_models_test_iam_permissions '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_models_test_iam_permissions '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_models_delete_version
Projects Locations Models Delete Version (DELETE /v1/{+name}:deleteVersion).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_models_delete_version '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_models_delete_version '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_models_merge_version_aliases
Projects Locations Models Merge Version Aliases (POST /v1/{+name}:mergeVersionAliases).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_models_merge_version_aliases '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_models_merge_version_aliases '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_models_list_checkpoints
Projects Locations Models List Checkpoints (GET /v1/{+name}:listCheckpoints).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_models_list_checkpoints '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_models_list_checkpoints '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_models_list_versions
Projects Locations Models List Versions (GET /v1/{+name}:listVersions).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_models_list_versions '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_models_list_versions '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_models_set_iam_policy
Projects Locations Models Set Iam Policy (POST /v1/{+resource}:setIamPolicy).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_models_set_iam_policy '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_models_set_iam_policy '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_models_update_explanation_dataset
Projects Locations Models Update Explanation Dataset (POST /v1/{+model}:updateExplanationDataset).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_models_update_explanation_dataset '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_models_update_explanation_dataset '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_models_operations_delete
Projects Locations Models Operations Delete (DELETE /v1/{+name}).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_models_operations_delete '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_models_operations_delete '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_models_operations_cancel
Projects Locations Models Operations Cancel (POST /v1/{+name}:cancel).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_models_operations_cancel '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_models_operations_cancel '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_models_operations_wait
Projects Locations Models Operations Wait (POST /v1/{+name}:wait).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_models_operations_wait '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_models_operations_wait '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_models_operations_list
Projects Locations Models Operations List (GET /v1/{+name}/operations).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_models_operations_list '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_models_operations_list '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_models_operations_get
Projects Locations Models Operations Get (GET /v1/{+name}).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_models_operations_get '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_models_operations_get '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_models_evaluations_import
Projects Locations Models Evaluations Import (POST /v1/{+parent}/evaluations:import).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_models_evaluations_import '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_models_evaluations_import '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_models_evaluations_list
Projects Locations Models Evaluations List (GET /v1/{+parent}/evaluations).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_models_evaluations_list '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_models_evaluations_list '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_models_evaluations_get
Projects Locations Models Evaluations Get (GET /v1/{+name}).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_models_evaluations_get '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_models_evaluations_get '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_models_evaluations_operations_get
Projects Locations Models Evaluations Operations Get (GET /v1/{+name}).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_models_evaluations_operations_get '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_models_evaluations_operations_get '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_models_evaluations_operations_delete
Projects Locations Models Evaluations Operations Delete (DELETE /v1/{+name}).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_models_evaluations_operations_delete '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_models_evaluations_operations_delete '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_models_evaluations_operations_list
Projects Locations Models Evaluations Operations List (GET /v1/{+name}/operations).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_models_evaluations_operations_list '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_models_evaluations_operations_list '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_models_evaluations_operations_cancel
Projects Locations Models Evaluations Operations Cancel (POST /v1/{+name}:cancel).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_models_evaluations_operations_cancel '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_models_evaluations_operations_cancel '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_models_evaluations_operations_wait
Projects Locations Models Evaluations Operations Wait (POST /v1/{+name}:wait).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_models_evaluations_operations_wait '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_models_evaluations_operations_wait '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_models_evaluations_slices_list
Projects Locations Models Evaluations Slices List (GET /v1/{+parent}/slices).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_models_evaluations_slices_list '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_models_evaluations_slices_list '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_models_evaluations_slices_batch_import
Projects Locations Models Evaluations Slices Batch Import (POST /v1/{+parent}:batchImport).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_models_evaluations_slices_batch_import '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_models_evaluations_slices_batch_import '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_models_evaluations_slices_get
Projects Locations Models Evaluations Slices Get (GET /v1/{+name}).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_models_evaluations_slices_get '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_models_evaluations_slices_get '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_notebook_runtime_templates_set_iam_policy
Projects Locations Notebook Runtime Templates Set Iam Policy (POST /v1/{+resource}:setIamPolicy).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_notebook_runtime_templates_set_iam_policy '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_notebook_runtime_templates_set_iam_policy '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_notebook_runtime_templates_get
Projects Locations Notebook Runtime Templates Get (GET /v1/{+name}).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_notebook_runtime_templates_get '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_notebook_runtime_templates_get '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_notebook_runtime_templates_get_iam_policy
Projects Locations Notebook Runtime Templates Get Iam Policy (POST /v1/{+resource}:getIamPolicy).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_notebook_runtime_templates_get_iam_policy '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_notebook_runtime_templates_get_iam_policy '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_notebook_runtime_templates_create
Projects Locations Notebook Runtime Templates Create (POST /v1/{+parent}/notebookRuntimeTemplates).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_notebook_runtime_templates_create '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_notebook_runtime_templates_create '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_notebook_runtime_templates_list
Projects Locations Notebook Runtime Templates List (GET /v1/{+parent}/notebookRuntimeTemplates).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_notebook_runtime_templates_list '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_notebook_runtime_templates_list '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_notebook_runtime_templates_patch
Projects Locations Notebook Runtime Templates Patch (PATCH /v1/{+name}).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_notebook_runtime_templates_patch '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_notebook_runtime_templates_patch '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_notebook_runtime_templates_test_iam_permissions
Projects Locations Notebook Runtime Templates Test Iam Permissions (POST /v1/{+resource}:testIamPermissions).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_notebook_runtime_templates_test_iam_permissions '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_notebook_runtime_templates_test_iam_permissions '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_notebook_runtime_templates_delete
Projects Locations Notebook Runtime Templates Delete (DELETE /v1/{+name}).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_notebook_runtime_templates_delete '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_notebook_runtime_templates_delete '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_notebook_runtime_templates_operations_list
Projects Locations Notebook Runtime Templates Operations List (GET /v1/{+name}/operations).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_notebook_runtime_templates_operations_list '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_notebook_runtime_templates_operations_list '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_notebook_runtime_templates_operations_cancel
Projects Locations Notebook Runtime Templates Operations Cancel (POST /v1/{+name}:cancel).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_notebook_runtime_templates_operations_cancel '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_notebook_runtime_templates_operations_cancel '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_notebook_runtime_templates_operations_wait
Projects Locations Notebook Runtime Templates Operations Wait (POST /v1/{+name}:wait).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_notebook_runtime_templates_operations_wait '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_notebook_runtime_templates_operations_wait '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_notebook_runtime_templates_operations_delete
Projects Locations Notebook Runtime Templates Operations Delete (DELETE /v1/{+name}).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_notebook_runtime_templates_operations_delete '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_notebook_runtime_templates_operations_delete '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_notebook_runtime_templates_operations_get
Projects Locations Notebook Runtime Templates Operations Get (GET /v1/{+name}).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_notebook_runtime_templates_operations_get '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_notebook_runtime_templates_operations_get '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_feature_groups_test_iam_permissions
Projects Locations Feature Groups Test Iam Permissions (POST /v1/{+resource}:testIamPermissions).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_feature_groups_test_iam_permissions '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_feature_groups_test_iam_permissions '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_feature_groups_delete
Projects Locations Feature Groups Delete (DELETE /v1/{+name}).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_feature_groups_delete '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_feature_groups_delete '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_feature_groups_get_iam_policy
Projects Locations Feature Groups Get Iam Policy (POST /v1/{+resource}:getIamPolicy).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_feature_groups_get_iam_policy '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_feature_groups_get_iam_policy '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_feature_groups_create
Projects Locations Feature Groups Create (POST /v1/{+parent}/featureGroups).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_feature_groups_create '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_feature_groups_create '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_feature_groups_list
Projects Locations Feature Groups List (GET /v1/{+parent}/featureGroups).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_feature_groups_list '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_feature_groups_list '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_feature_groups_patch
Projects Locations Feature Groups Patch (PATCH /v1/{+name}).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_feature_groups_patch '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_feature_groups_patch '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_feature_groups_set_iam_policy
Projects Locations Feature Groups Set Iam Policy (POST /v1/{+resource}:setIamPolicy).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_feature_groups_set_iam_policy '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_feature_groups_set_iam_policy '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_feature_groups_get
Projects Locations Feature Groups Get (GET /v1/{+name}).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_feature_groups_get '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_feature_groups_get '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_feature_groups_operations_wait
Projects Locations Feature Groups Operations Wait (POST /v1/{+name}:wait).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_feature_groups_operations_wait '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_feature_groups_operations_wait '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_feature_groups_operations_list_wait
Projects Locations Feature Groups Operations List Wait (GET /v1/{+name}:wait).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_feature_groups_operations_list_wait '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_feature_groups_operations_list_wait '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_feature_groups_operations_delete
Projects Locations Feature Groups Operations Delete (DELETE /v1/{+name}).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_feature_groups_operations_delete '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_feature_groups_operations_delete '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_feature_groups_operations_get
Projects Locations Feature Groups Operations Get (GET /v1/{+name}).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_feature_groups_operations_get '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_feature_groups_operations_get '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_feature_groups_features_delete
Projects Locations Feature Groups Features Delete (DELETE /v1/{+name}).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_feature_groups_features_delete '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_feature_groups_features_delete '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_feature_groups_features_create
Projects Locations Feature Groups Features Create (POST /v1/{+parent}/features).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_feature_groups_features_create '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_feature_groups_features_create '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_feature_groups_features_list
Projects Locations Feature Groups Features List (GET /v1/{+parent}/features).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_feature_groups_features_list '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_feature_groups_features_list '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_feature_groups_features_patch
Projects Locations Feature Groups Features Patch (PATCH /v1/{+name}).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_feature_groups_features_patch '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_feature_groups_features_patch '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_feature_groups_features_batch_create
Projects Locations Feature Groups Features Batch Create (POST /v1/{+parent}/features:batchCreate).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_feature_groups_features_batch_create '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_feature_groups_features_batch_create '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_feature_groups_features_get
Projects Locations Feature Groups Features Get (GET /v1/{+name}).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_feature_groups_features_get '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_feature_groups_features_get '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_feature_groups_features_operations_get
Projects Locations Feature Groups Features Operations Get (GET /v1/{+name}).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_feature_groups_features_operations_get '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_feature_groups_features_operations_get '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_feature_groups_features_operations_delete
Projects Locations Feature Groups Features Operations Delete (DELETE /v1/{+name}).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_feature_groups_features_operations_delete '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_feature_groups_features_operations_delete '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_feature_groups_features_operations_list_wait
Projects Locations Feature Groups Features Operations List Wait (GET /v1/{+name}:wait).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_feature_groups_features_operations_list_wait '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_feature_groups_features_operations_list_wait '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_feature_groups_features_operations_wait
Projects Locations Feature Groups Features Operations Wait (POST /v1/{+name}:wait).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_feature_groups_features_operations_wait '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_feature_groups_features_operations_wait '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_set_iam_policy
Projects Locations Reasoning Engines Set Iam Policy (POST /v1/{+resource}:setIamPolicy).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_set_iam_policy '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_reasoning_engines_set_iam_policy '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_execute_code
Projects Locations Reasoning Engines Execute Code (POST /v1/{+name}:executeCode).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_execute_code '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_reasoning_engines_execute_code '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_create
Projects Locations Reasoning Engines Create (POST /v1/{+parent}/reasoningEngines).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_create '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_reasoning_engines_create '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_get
Projects Locations Reasoning Engines Get (GET /v1/{+name}).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_get '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_reasoning_engines_get '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_query
Projects Locations Reasoning Engines Query (POST /v1/{+name}:query).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_query '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_reasoning_engines_query '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_test_iam_permissions
Projects Locations Reasoning Engines Test Iam Permissions (POST /v1/{+resource}:testIamPermissions).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_test_iam_permissions '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_reasoning_engines_test_iam_permissions '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_stream_query
Projects Locations Reasoning Engines Stream Query (POST /v1/{+name}:streamQuery).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_stream_query '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_reasoning_engines_stream_query '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_async_query
Projects Locations Reasoning Engines Async Query (POST /v1/{+name}:asyncQuery).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_async_query '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_reasoning_engines_async_query '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_delete
Projects Locations Reasoning Engines Delete (DELETE /v1/{+name}).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_delete '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_reasoning_engines_delete '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_get_iam_policy
Projects Locations Reasoning Engines Get Iam Policy (POST /v1/{+resource}:getIamPolicy).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_get_iam_policy '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_reasoning_engines_get_iam_policy '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_list
Projects Locations Reasoning Engines List (GET /v1/{+parent}/reasoningEngines).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_list '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_reasoning_engines_list '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_patch
Projects Locations Reasoning Engines Patch (PATCH /v1/{+name}).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_patch '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_reasoning_engines_patch '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_memories_delete
Projects Locations Reasoning Engines Memories Delete (DELETE /v1/{+name}).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_memories_delete '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_reasoning_engines_memories_delete '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_memories_patch
Projects Locations Reasoning Engines Memories Patch (PATCH /v1/{+name}).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_memories_patch '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_reasoning_engines_memories_patch '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_memories_list
Projects Locations Reasoning Engines Memories List (GET /v1/{+parent}/memories).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_memories_list '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_reasoning_engines_memories_list '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_memories_generate
Projects Locations Reasoning Engines Memories Generate (POST /v1/{+parent}/memories:generate).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_memories_generate '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_reasoning_engines_memories_generate '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_memories_get
Projects Locations Reasoning Engines Memories Get (GET /v1/{+name}).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_memories_get '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_reasoning_engines_memories_get '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_memories_create
Projects Locations Reasoning Engines Memories Create (POST /v1/{+parent}/memories).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_memories_create '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_reasoning_engines_memories_create '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_memories_retrieve
Projects Locations Reasoning Engines Memories Retrieve (POST /v1/{+parent}/memories:retrieve).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_memories_retrieve '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_reasoning_engines_memories_retrieve '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_memories_purge
Projects Locations Reasoning Engines Memories Purge (POST /v1/{+parent}/memories:purge).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_memories_purge '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_reasoning_engines_memories_purge '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_memories_rollback
Projects Locations Reasoning Engines Memories Rollback (POST /v1/{+name}:rollback).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_memories_rollback '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_reasoning_engines_memories_rollback '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_memories_operations_get
Projects Locations Reasoning Engines Memories Operations Get (GET /v1/{+name}).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_memories_operations_get '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_reasoning_engines_memories_operations_get '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_memories_operations_list
Projects Locations Reasoning Engines Memories Operations List (GET /v1/{+name}/operations).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_memories_operations_list '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_reasoning_engines_memories_operations_list '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_memories_operations_cancel
Projects Locations Reasoning Engines Memories Operations Cancel (POST /v1/{+name}:cancel).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_memories_operations_cancel '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_reasoning_engines_memories_operations_cancel '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_memories_operations_wait
Projects Locations Reasoning Engines Memories Operations Wait (POST /v1/{+name}:wait).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_memories_operations_wait '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_reasoning_engines_memories_operations_wait '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_memories_operations_delete
Projects Locations Reasoning Engines Memories Operations Delete (DELETE /v1/{+name}).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_memories_operations_delete '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_reasoning_engines_memories_operations_delete '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_memories_revisions_get
Projects Locations Reasoning Engines Memories Revisions Get (GET /v1/{+name}).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_memories_revisions_get '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_reasoning_engines_memories_revisions_get '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_memories_revisions_list
Projects Locations Reasoning Engines Memories Revisions List (GET /v1/{+parent}/revisions).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_memories_revisions_list '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_reasoning_engines_memories_revisions_list '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sandbox_environment_snapshots_list
Projects Locations Reasoning Engines Sandbox Environment Snapshots List (GET /v1/{+parent}/sandboxEnvironmentSnapshots).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sandbox_environment_snapshots_list '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_reasoning_engines_sandbox_environment_snapshots_list '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sandbox_environment_snapshots_get
Projects Locations Reasoning Engines Sandbox Environment Snapshots Get (GET /v1/{+name}).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sandbox_environment_snapshots_get '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_reasoning_engines_sandbox_environment_snapshots_get '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sandbox_environment_snapshots_delete
Projects Locations Reasoning Engines Sandbox Environment Snapshots Delete (DELETE /v1/{+name}).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sandbox_environment_snapshots_delete '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_reasoning_engines_sandbox_environment_snapshots_delete '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sandbox_environment_snapshots_operations_cancel
Projects Locations Reasoning Engines Sandbox Environment Snapshots Operations Cancel (POST /v1/{+name}:cancel).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sandbox_environment_snapshots_operations_cancel '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_reasoning_engines_sandbox_environment_snapshots_operations_cancel '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sandbox_environment_snapshots_operations_wait
Projects Locations Reasoning Engines Sandbox Environment Snapshots Operations Wait (POST /v1/{+name}:wait).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sandbox_environment_snapshots_operations_wait '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_reasoning_engines_sandbox_environment_snapshots_operations_wait '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sandbox_environment_snapshots_operations_get
Projects Locations Reasoning Engines Sandbox Environment Snapshots Operations Get (GET /v1/{+name}).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sandbox_environment_snapshots_operations_get '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_reasoning_engines_sandbox_environment_snapshots_operations_get '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sandbox_environment_snapshots_operations_delete
Projects Locations Reasoning Engines Sandbox Environment Snapshots Operations Delete (DELETE /v1/{+name}).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sandbox_environment_snapshots_operations_delete '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_reasoning_engines_sandbox_environment_snapshots_operations_delete '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sandbox_environment_templates_create
Projects Locations Reasoning Engines Sandbox Environment Templates Create (POST /v1/{+parent}/sandboxEnvironmentTemplates).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sandbox_environment_templates_create '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_reasoning_engines_sandbox_environment_templates_create '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sandbox_environment_templates_list
Projects Locations Reasoning Engines Sandbox Environment Templates List (GET /v1/{+parent}/sandboxEnvironmentTemplates).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sandbox_environment_templates_list '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_reasoning_engines_sandbox_environment_templates_list '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sandbox_environment_templates_get
Projects Locations Reasoning Engines Sandbox Environment Templates Get (GET /v1/{+name}).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sandbox_environment_templates_get '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_reasoning_engines_sandbox_environment_templates_get '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sandbox_environment_templates_delete
Projects Locations Reasoning Engines Sandbox Environment Templates Delete (DELETE /v1/{+name}).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sandbox_environment_templates_delete '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_reasoning_engines_sandbox_environment_templates_delete '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sandbox_environment_templates_operations_get
Projects Locations Reasoning Engines Sandbox Environment Templates Operations Get (GET /v1/{+name}).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sandbox_environment_templates_operations_get '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_reasoning_engines_sandbox_environment_templates_operations_get '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sandbox_environment_templates_operations_delete
Projects Locations Reasoning Engines Sandbox Environment Templates Operations Delete (DELETE /v1/{+name}).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sandbox_environment_templates_operations_delete '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_reasoning_engines_sandbox_environment_templates_operations_delete '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sandbox_environment_templates_operations_cancel
Projects Locations Reasoning Engines Sandbox Environment Templates Operations Cancel (POST /v1/{+name}:cancel).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sandbox_environment_templates_operations_cancel '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_reasoning_engines_sandbox_environment_templates_operations_cancel '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sandbox_environment_templates_operations_wait
Projects Locations Reasoning Engines Sandbox Environment Templates Operations Wait (POST /v1/{+name}:wait).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sandbox_environment_templates_operations_wait '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_reasoning_engines_sandbox_environment_templates_operations_wait '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sessions_get
Projects Locations Reasoning Engines Sessions Get (GET /v1/{+name}).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sessions_get '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_reasoning_engines_sessions_get '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sessions_delete
Projects Locations Reasoning Engines Sessions Delete (DELETE /v1/{+name}).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sessions_delete '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_reasoning_engines_sessions_delete '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sessions_append_event
Projects Locations Reasoning Engines Sessions Append Event (POST /v1/{+name}:appendEvent).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sessions_append_event '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_reasoning_engines_sessions_append_event '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sessions_create
Projects Locations Reasoning Engines Sessions Create (POST /v1/{+parent}/sessions).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sessions_create '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_reasoning_engines_sessions_create '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sessions_list
Projects Locations Reasoning Engines Sessions List (GET /v1/{+parent}/sessions).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sessions_list '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_reasoning_engines_sessions_list '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sessions_patch
Projects Locations Reasoning Engines Sessions Patch (PATCH /v1/{+name}).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sessions_patch '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_reasoning_engines_sessions_patch '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sessions_operations_delete
Projects Locations Reasoning Engines Sessions Operations Delete (DELETE /v1/{+name}).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sessions_operations_delete '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_reasoning_engines_sessions_operations_delete '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sessions_operations_list
Projects Locations Reasoning Engines Sessions Operations List (GET /v1/{+name}/operations).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sessions_operations_list '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_reasoning_engines_sessions_operations_list '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sessions_operations_cancel
Projects Locations Reasoning Engines Sessions Operations Cancel (POST /v1/{+name}:cancel).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sessions_operations_cancel '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_reasoning_engines_sessions_operations_cancel '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sessions_operations_wait
Projects Locations Reasoning Engines Sessions Operations Wait (POST /v1/{+name}:wait).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sessions_operations_wait '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_reasoning_engines_sessions_operations_wait '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sessions_operations_get
Projects Locations Reasoning Engines Sessions Operations Get (GET /v1/{+name}).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sessions_operations_get '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_reasoning_engines_sessions_operations_get '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sessions_events_list
Projects Locations Reasoning Engines Sessions Events List (GET /v1/{+parent}/events).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sessions_events_list '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_reasoning_engines_sessions_events_list '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_operations_delete
Projects Locations Reasoning Engines Operations Delete (DELETE /v1/{+name}).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_operations_delete '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_reasoning_engines_operations_delete '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_operations_list
Projects Locations Reasoning Engines Operations List (GET /v1/{+name}/operations).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_operations_list '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_reasoning_engines_operations_list '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_operations_cancel
Projects Locations Reasoning Engines Operations Cancel (POST /v1/{+name}:cancel).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_operations_cancel '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_reasoning_engines_operations_cancel '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_operations_wait
Projects Locations Reasoning Engines Operations Wait (POST /v1/{+name}:wait).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_operations_wait '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_reasoning_engines_operations_wait '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_operations_get
Projects Locations Reasoning Engines Operations Get (GET /v1/{+name}).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_operations_get '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_reasoning_engines_operations_get '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_runtime_revisions_stream_query
Projects Locations Reasoning Engines Runtime Revisions Stream Query (POST /v1/{+name}:streamQuery).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_runtime_revisions_stream_query '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_reasoning_engines_runtime_revisions_stream_query '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_runtime_revisions_query
Projects Locations Reasoning Engines Runtime Revisions Query (POST /v1/{+name}:query).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_runtime_revisions_query '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_reasoning_engines_runtime_revisions_query '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sandbox_environments_snapshot
Projects Locations Reasoning Engines Sandbox Environments Snapshot (POST /v1/{+name}:snapshot).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sandbox_environments_snapshot '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_reasoning_engines_sandbox_environments_snapshot '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sandbox_environments_get
Projects Locations Reasoning Engines Sandbox Environments Get (GET /v1/{+name}).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sandbox_environments_get '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_reasoning_engines_sandbox_environments_get '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sandbox_environments_create
Projects Locations Reasoning Engines Sandbox Environments Create (POST /v1/{+parent}/sandboxEnvironments).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sandbox_environments_create '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_reasoning_engines_sandbox_environments_create '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sandbox_environments_list
Projects Locations Reasoning Engines Sandbox Environments List (GET /v1/{+parent}/sandboxEnvironments).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sandbox_environments_list '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_reasoning_engines_sandbox_environments_list '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sandbox_environments_execute
Projects Locations Reasoning Engines Sandbox Environments Execute (POST /v1/{+name}:execute).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sandbox_environments_execute '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_reasoning_engines_sandbox_environments_execute '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sandbox_environments_delete
Projects Locations Reasoning Engines Sandbox Environments Delete (DELETE /v1/{+name}).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sandbox_environments_delete '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_reasoning_engines_sandbox_environments_delete '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sandbox_environments_operations_cancel
Projects Locations Reasoning Engines Sandbox Environments Operations Cancel (POST /v1/{+name}:cancel).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sandbox_environments_operations_cancel '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_reasoning_engines_sandbox_environments_operations_cancel '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sandbox_environments_operations_wait
Projects Locations Reasoning Engines Sandbox Environments Operations Wait (POST /v1/{+name}:wait).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sandbox_environments_operations_wait '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_reasoning_engines_sandbox_environments_operations_wait '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sandbox_environments_operations_delete
Projects Locations Reasoning Engines Sandbox Environments Operations Delete (DELETE /v1/{+name}).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sandbox_environments_operations_delete '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_reasoning_engines_sandbox_environments_operations_delete '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sandbox_environments_operations_get
Projects Locations Reasoning Engines Sandbox Environments Operations Get (GET /v1/{+name}).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sandbox_environments_operations_get '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_reasoning_engines_sandbox_environments_operations_get '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_cached_contents_get
Projects Locations Cached Contents Get (GET /v1/{+name}).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_cached_contents_get '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_cached_contents_get '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_cached_contents_create
Projects Locations Cached Contents Create (POST /v1/{+parent}/cachedContents).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_cached_contents_create '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_cached_contents_create '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_cached_contents_patch
Projects Locations Cached Contents Patch (PATCH /v1/{+name}).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_cached_contents_patch '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_cached_contents_patch '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_cached_contents_list
Projects Locations Cached Contents List (GET /v1/{+parent}/cachedContents).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_cached_contents_list '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_cached_contents_list '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_cached_contents_delete
Projects Locations Cached Contents Delete (DELETE /v1/{+name}).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_cached_contents_delete '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_cached_contents_delete '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_schedules_create
Projects Locations Schedules Create (POST /v1/{+parent}/schedules).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_schedules_create '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_schedules_create '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_schedules_list
Projects Locations Schedules List (GET /v1/{+parent}/schedules).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_schedules_list '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_schedules_list '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_schedules_patch
Projects Locations Schedules Patch (PATCH /v1/{+name}).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_schedules_patch '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_schedules_patch '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_schedules_delete
Projects Locations Schedules Delete (DELETE /v1/{+name}).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_schedules_delete '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_schedules_delete '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_schedules_resume
Projects Locations Schedules Resume (POST /v1/{+name}:resume).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_schedules_resume '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_schedules_resume '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_schedules_pause
Projects Locations Schedules Pause (POST /v1/{+name}:pause).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_schedules_pause '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_schedules_pause '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_schedules_get
Projects Locations Schedules Get (GET /v1/{+name}).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_schedules_get '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_schedules_get '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_schedules_operations_delete
Projects Locations Schedules Operations Delete (DELETE /v1/{+name}).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_schedules_operations_delete '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_schedules_operations_delete '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_schedules_operations_list
Projects Locations Schedules Operations List (GET /v1/{+name}/operations).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_schedules_operations_list '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_schedules_operations_list '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_schedules_operations_cancel
Projects Locations Schedules Operations Cancel (POST /v1/{+name}:cancel).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_schedules_operations_cancel '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_schedules_operations_cancel '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_schedules_operations_wait
Projects Locations Schedules Operations Wait (POST /v1/{+name}:wait).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_schedules_operations_wait '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_schedules_operations_wait '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_schedules_operations_get
Projects Locations Schedules Operations Get (GET /v1/{+name}).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_schedules_operations_get '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_schedules_operations_get '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_custom_jobs_get
Projects Locations Custom Jobs Get (GET /v1/{+name}).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_custom_jobs_get '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_custom_jobs_get '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_custom_jobs_create
Projects Locations Custom Jobs Create (POST /v1/{+parent}/customJobs).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_custom_jobs_create '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_custom_jobs_create '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_custom_jobs_list
Projects Locations Custom Jobs List (GET /v1/{+parent}/customJobs).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_custom_jobs_list '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_custom_jobs_list '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_custom_jobs_cancel
Projects Locations Custom Jobs Cancel (POST /v1/{+name}:cancel).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_custom_jobs_cancel '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_custom_jobs_cancel '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_custom_jobs_delete
Projects Locations Custom Jobs Delete (DELETE /v1/{+name}).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_custom_jobs_delete '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_custom_jobs_delete '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_custom_jobs_operations_get
Projects Locations Custom Jobs Operations Get (GET /v1/{+name}).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_custom_jobs_operations_get '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_custom_jobs_operations_get '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_custom_jobs_operations_cancel
Projects Locations Custom Jobs Operations Cancel (POST /v1/{+name}:cancel).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_custom_jobs_operations_cancel '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_custom_jobs_operations_cancel '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_custom_jobs_operations_wait
Projects Locations Custom Jobs Operations Wait (POST /v1/{+name}:wait).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_custom_jobs_operations_wait '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_custom_jobs_operations_wait '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_custom_jobs_operations_list
Projects Locations Custom Jobs Operations List (GET /v1/{+name}/operations).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_custom_jobs_operations_list '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_custom_jobs_operations_list '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_custom_jobs_operations_delete
Projects Locations Custom Jobs Operations Delete (DELETE /v1/{+name}).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_custom_jobs_operations_delete '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_custom_jobs_operations_delete '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_studies_delete
Projects Locations Studies Delete (DELETE /v1/{+name}).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_studies_delete '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_studies_delete '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_studies_create
Projects Locations Studies Create (POST /v1/{+parent}/studies).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_studies_create '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_studies_create '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_studies_list
Projects Locations Studies List (GET /v1/{+parent}/studies).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_studies_list '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_studies_list '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_studies_lookup
Projects Locations Studies Lookup (POST /v1/{+parent}/studies:lookup).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_studies_lookup '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_studies_lookup '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_studies_get
Projects Locations Studies Get (GET /v1/{+name}).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_studies_get '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_studies_get '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_studies_operations_get
Projects Locations Studies Operations Get (GET /v1/{+name}).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_studies_operations_get '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_studies_operations_get '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_studies_operations_delete
Projects Locations Studies Operations Delete (DELETE /v1/{+name}).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_studies_operations_delete '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_studies_operations_delete '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_studies_operations_cancel
Projects Locations Studies Operations Cancel (POST /v1/{+name}:cancel).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_studies_operations_cancel '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_studies_operations_cancel '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_studies_operations_wait
Projects Locations Studies Operations Wait (POST /v1/{+name}:wait).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_studies_operations_wait '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_studies_operations_wait '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_studies_operations_list
Projects Locations Studies Operations List (GET /v1/{+name}/operations).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_studies_operations_list '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_studies_operations_list '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_studies_trials_suggest
Projects Locations Studies Trials Suggest (POST /v1/{+parent}/trials:suggest).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_studies_trials_suggest '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_studies_trials_suggest '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_studies_trials_get
Projects Locations Studies Trials Get (GET /v1/{+name}).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_studies_trials_get '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_studies_trials_get '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_studies_trials_stop
Projects Locations Studies Trials Stop (POST /v1/{+name}:stop).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_studies_trials_stop '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_studies_trials_stop '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_studies_trials_add_trial_measurement
Projects Locations Studies Trials Add Trial Measurement (POST /v1/{+trialName}:addTrialMeasurement).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_studies_trials_add_trial_measurement '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_studies_trials_add_trial_measurement '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_studies_trials_delete
Projects Locations Studies Trials Delete (DELETE /v1/{+name}).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_studies_trials_delete '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_studies_trials_delete '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_studies_trials_list
Projects Locations Studies Trials List (GET /v1/{+parent}/trials).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_studies_trials_list '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_studies_trials_list '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_studies_trials_list_optimal_trials
Projects Locations Studies Trials List Optimal Trials (POST /v1/{+parent}/trials:listOptimalTrials).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_studies_trials_list_optimal_trials '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_studies_trials_list_optimal_trials '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_studies_trials_check_trial_early_stopping_state
Projects Locations Studies Trials Check Trial Early Stopping State (POST /v1/{+trialName}:checkTrialEarlyStoppingState).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_studies_trials_check_trial_early_stopping_state '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_studies_trials_check_trial_early_stopping_state '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_studies_trials_create
Projects Locations Studies Trials Create (POST /v1/{+parent}/trials).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_studies_trials_create '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_studies_trials_create '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_studies_trials_complete
Projects Locations Studies Trials Complete (POST /v1/{+name}:complete).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_studies_trials_complete '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_studies_trials_complete '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_studies_trials_operations_get
Projects Locations Studies Trials Operations Get (GET /v1/{+name}).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_studies_trials_operations_get '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_studies_trials_operations_get '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_studies_trials_operations_cancel
Projects Locations Studies Trials Operations Cancel (POST /v1/{+name}:cancel).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_studies_trials_operations_cancel '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_studies_trials_operations_cancel '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_studies_trials_operations_wait
Projects Locations Studies Trials Operations Wait (POST /v1/{+name}:wait).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_studies_trials_operations_wait '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_studies_trials_operations_wait '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_studies_trials_operations_list
Projects Locations Studies Trials Operations List (GET /v1/{+name}/operations).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_studies_trials_operations_list '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_studies_trials_operations_list '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_studies_trials_operations_delete
Projects Locations Studies Trials Operations Delete (DELETE /v1/{+name}).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_studies_trials_operations_delete '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_studies_trials_operations_delete '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_endpoints_direct_raw_predict
Projects Locations Endpoints Direct Raw Predict (POST /v1/{+endpoint}:directRawPredict).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_endpoints_direct_raw_predict '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_endpoints_direct_raw_predict '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_endpoints_stream_generate_content
Projects Locations Endpoints Stream Generate Content (POST /v1/{+model}:streamGenerateContent).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_endpoints_stream_generate_content '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_endpoints_stream_generate_content '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_endpoints_raw_predict
Projects Locations Endpoints Raw Predict (POST /v1/{+endpoint}:rawPredict).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_endpoints_raw_predict '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_endpoints_raw_predict '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_endpoints_generate_content
Projects Locations Endpoints Generate Content (POST /v1/{+model}:generateContent).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_endpoints_generate_content '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_endpoints_generate_content '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_endpoints_deploy_model
Projects Locations Endpoints Deploy Model (POST /v1/{+endpoint}:deployModel).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_endpoints_deploy_model '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_endpoints_deploy_model '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_endpoints_list
Projects Locations Endpoints List (GET /v1/{+parent}/endpoints).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_endpoints_list '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_endpoints_list '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_endpoints_compute_tokens
Projects Locations Endpoints Compute Tokens (POST /v1/{+endpoint}:computeTokens).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_endpoints_compute_tokens '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_endpoints_compute_tokens '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_endpoints_server_streaming_predict
Projects Locations Endpoints Server Streaming Predict (POST /v1/{+endpoint}:serverStreamingPredict).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_endpoints_server_streaming_predict '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_endpoints_server_streaming_predict '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_endpoints_undeploy_model
Projects Locations Endpoints Undeploy Model (POST /v1/{+endpoint}:undeployModel).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_endpoints_undeploy_model '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_endpoints_undeploy_model '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_endpoints_predict
Projects Locations Endpoints Predict (POST /v1/{+endpoint}:predict).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_endpoints_predict '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_endpoints_predict '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_endpoints_direct_predict
Projects Locations Endpoints Direct Predict (POST /v1/{+endpoint}:directPredict).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_endpoints_direct_predict '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_endpoints_direct_predict '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_endpoints_create
Projects Locations Endpoints Create (POST /v1/{+parent}/endpoints).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_endpoints_create '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_endpoints_create '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_endpoints_update
Projects Locations Endpoints Update (POST /v1/{+name}:update).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_endpoints_update '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_endpoints_update '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_endpoints_mutate_deployed_model
Projects Locations Endpoints Mutate Deployed Model (POST /v1/{+endpoint}:mutateDeployedModel).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_endpoints_mutate_deployed_model '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_endpoints_mutate_deployed_model '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_endpoints_delete
Projects Locations Endpoints Delete (DELETE /v1/{+name}).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_endpoints_delete '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_endpoints_delete '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_endpoints_count_tokens
Projects Locations Endpoints Count Tokens (POST /v1/{+endpoint}:countTokens).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_endpoints_count_tokens '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_endpoints_count_tokens '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_endpoints_patch
Projects Locations Endpoints Patch (PATCH /v1/{+name}).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_endpoints_patch '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_endpoints_patch '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_endpoints_fetch_predict_operation
Projects Locations Endpoints Fetch Predict Operation (POST /v1/{+endpoint}:fetchPredictOperation).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_endpoints_fetch_predict_operation '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_endpoints_fetch_predict_operation '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_endpoints_get
Projects Locations Endpoints Get (GET /v1/{+name}).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_endpoints_get '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_endpoints_get '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_endpoints_predict_long_running
Projects Locations Endpoints Predict Long Running (POST /v1/{+endpoint}:predictLongRunning).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_endpoints_predict_long_running '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_endpoints_predict_long_running '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_endpoints_stream_raw_predict
Projects Locations Endpoints Stream Raw Predict (POST /v1/{+endpoint}:streamRawPredict).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_endpoints_stream_raw_predict '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_endpoints_stream_raw_predict '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_endpoints_explain
Projects Locations Endpoints Explain (POST /v1/{+endpoint}:explain).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_endpoints_explain '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_endpoints_explain '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_endpoints_operations_cancel
Projects Locations Endpoints Operations Cancel (POST /v1/{+name}:cancel).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_endpoints_operations_cancel '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_endpoints_operations_cancel '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_endpoints_operations_wait
Projects Locations Endpoints Operations Wait (POST /v1/{+name}:wait).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_endpoints_operations_wait '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_endpoints_operations_wait '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_endpoints_operations_list
Projects Locations Endpoints Operations List (GET /v1/{+name}/operations).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_endpoints_operations_list '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_endpoints_operations_list '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_endpoints_operations_delete
Projects Locations Endpoints Operations Delete (DELETE /v1/{+name}).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_endpoints_operations_delete '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_endpoints_operations_delete '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_endpoints_operations_get
Projects Locations Endpoints Operations Get (GET /v1/{+name}).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_endpoints_operations_get '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_endpoints_operations_get '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_endpoints_invoke_invoke
Projects Locations Endpoints Invoke Invoke (POST /v1/{+endpoint}/invoke/{+invokeId}).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_endpoints_invoke_invoke '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_endpoints_invoke_invoke '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_endpoints_openapi_responses
Projects Locations Endpoints Openapi Responses (POST /v1/{+endpoint}/responses).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_endpoints_openapi_responses '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_endpoints_openapi_responses '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_endpoints_openapi_completions
Projects Locations Endpoints Openapi Completions (POST /v1/{+endpoint}/completions).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_endpoints_openapi_completions '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_endpoints_openapi_completions '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_endpoints_openapi_embeddings
Projects Locations Endpoints Openapi Embeddings (POST /v1/{+endpoint}/embeddings).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_endpoints_openapi_embeddings '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_endpoints_openapi_embeddings '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_endpoints_chat_completions
Projects Locations Endpoints Chat Completions (POST /v1/{+endpoint}/chat/completions).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_endpoints_chat_completions '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_endpoints_chat_completions '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_endpoints_deployed_models_invoke_invoke
Projects Locations Endpoints Deployed Models Invoke Invoke (POST /v1/{+endpoint}/deployedModels/{deployedModelId}/invoke/{+invokeId}).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_endpoints_deployed_models_invoke_invoke '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_endpoints_deployed_models_invoke_invoke '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_endpoints_google_science_inference
Projects Locations Endpoints Google Science Inference (POST /v1/{+endpoint}/science/inference).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_endpoints_google_science_inference '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_endpoints_google_science_inference '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_evaluation_runs_create
Projects Locations Evaluation Runs Create (POST /v1/{+parent}/evaluationRuns).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_evaluation_runs_create '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_evaluation_runs_create '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_evaluation_runs_list
Projects Locations Evaluation Runs List (GET /v1/{+parent}/evaluationRuns).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_evaluation_runs_list '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_evaluation_runs_list '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_evaluation_runs_cancel
Projects Locations Evaluation Runs Cancel (POST /v1/{+name}:cancel).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_evaluation_runs_cancel '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_evaluation_runs_cancel '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_evaluation_runs_delete
Projects Locations Evaluation Runs Delete (DELETE /v1/{+name}).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_evaluation_runs_delete '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_evaluation_runs_delete '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_evaluation_runs_get
Projects Locations Evaluation Runs Get (GET /v1/{+name}).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_evaluation_runs_get '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_evaluation_runs_get '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_pipeline_jobs_delete
Projects Locations Pipeline Jobs Delete (DELETE /v1/{+name}).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_pipeline_jobs_delete '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_pipeline_jobs_delete '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_pipeline_jobs_batch_delete
Projects Locations Pipeline Jobs Batch Delete (POST /v1/{+parent}/pipelineJobs:batchDelete).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_pipeline_jobs_batch_delete '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_pipeline_jobs_batch_delete '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_pipeline_jobs_cancel
Projects Locations Pipeline Jobs Cancel (POST /v1/{+name}:cancel).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_pipeline_jobs_cancel '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_pipeline_jobs_cancel '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_pipeline_jobs_create
Projects Locations Pipeline Jobs Create (POST /v1/{+parent}/pipelineJobs).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_pipeline_jobs_create '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_pipeline_jobs_create '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_pipeline_jobs_list
Projects Locations Pipeline Jobs List (GET /v1/{+parent}/pipelineJobs).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_pipeline_jobs_list '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_pipeline_jobs_list '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_pipeline_jobs_batch_cancel
Projects Locations Pipeline Jobs Batch Cancel (POST /v1/{+parent}/pipelineJobs:batchCancel).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_pipeline_jobs_batch_cancel '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_pipeline_jobs_batch_cancel '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_pipeline_jobs_get
Projects Locations Pipeline Jobs Get (GET /v1/{+name}).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_pipeline_jobs_get '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_pipeline_jobs_get '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_pipeline_jobs_operations_cancel
Projects Locations Pipeline Jobs Operations Cancel (POST /v1/{+name}:cancel).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_pipeline_jobs_operations_cancel '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_pipeline_jobs_operations_cancel '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_pipeline_jobs_operations_wait
Projects Locations Pipeline Jobs Operations Wait (POST /v1/{+name}:wait).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_pipeline_jobs_operations_wait '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_pipeline_jobs_operations_wait '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_pipeline_jobs_operations_list
Projects Locations Pipeline Jobs Operations List (GET /v1/{+name}/operations).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_pipeline_jobs_operations_list '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_pipeline_jobs_operations_list '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_pipeline_jobs_operations_delete
Projects Locations Pipeline Jobs Operations Delete (DELETE /v1/{+name}).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_pipeline_jobs_operations_delete '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_pipeline_jobs_operations_delete '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_pipeline_jobs_operations_get
Projects Locations Pipeline Jobs Operations Get (GET /v1/{+name}).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_pipeline_jobs_operations_get '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_pipeline_jobs_operations_get '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_rag_corpora_create
Projects Locations Rag Corpora Create (POST /v1/{+parent}/ragCorpora).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_rag_corpora_create '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_rag_corpora_create '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_rag_corpora_patch
Projects Locations Rag Corpora Patch (PATCH /v1/{+name}).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_rag_corpora_patch '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_rag_corpora_patch '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_rag_corpora_list
Projects Locations Rag Corpora List (GET /v1/{+parent}/ragCorpora).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_rag_corpora_list '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_rag_corpora_list '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_rag_corpora_delete
Projects Locations Rag Corpora Delete (DELETE /v1/{+name}).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_rag_corpora_delete '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_rag_corpora_delete '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_rag_corpora_get
Projects Locations Rag Corpora Get (GET /v1/{+name}).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_rag_corpora_get '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_rag_corpora_get '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_rag_corpora_operations_get
Projects Locations Rag Corpora Operations Get (GET /v1/{+name}).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_rag_corpora_operations_get '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_rag_corpora_operations_get '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_rag_corpora_operations_list
Projects Locations Rag Corpora Operations List (GET /v1/{+name}/operations).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_rag_corpora_operations_list '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_rag_corpora_operations_list '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_rag_corpora_operations_cancel
Projects Locations Rag Corpora Operations Cancel (POST /v1/{+name}:cancel).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_rag_corpora_operations_cancel '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_rag_corpora_operations_cancel '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_rag_corpora_operations_wait
Projects Locations Rag Corpora Operations Wait (POST /v1/{+name}:wait).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_rag_corpora_operations_wait '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_rag_corpora_operations_wait '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_rag_corpora_operations_delete
Projects Locations Rag Corpora Operations Delete (DELETE /v1/{+name}).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_rag_corpora_operations_delete '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_rag_corpora_operations_delete '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_rag_corpora_rag_files_get
Projects Locations Rag Corpora Rag Files Get (GET /v1/{+name}).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_rag_corpora_rag_files_get '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_rag_corpora_rag_files_get '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_rag_corpora_rag_files_delete
Projects Locations Rag Corpora Rag Files Delete (DELETE /v1/{+name}).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_rag_corpora_rag_files_delete '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_rag_corpora_rag_files_delete '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_rag_corpora_rag_files_import
Projects Locations Rag Corpora Rag Files Import (POST /v1/{+parent}/ragFiles:import).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_rag_corpora_rag_files_import '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_rag_corpora_rag_files_import '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_rag_corpora_rag_files_list
Projects Locations Rag Corpora Rag Files List (GET /v1/{+parent}/ragFiles).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_rag_corpora_rag_files_list '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_rag_corpora_rag_files_list '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_rag_corpora_rag_files_operations_list
Projects Locations Rag Corpora Rag Files Operations List (GET /v1/{+name}/operations).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_rag_corpora_rag_files_operations_list '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_rag_corpora_rag_files_operations_list '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_rag_corpora_rag_files_operations_cancel
Projects Locations Rag Corpora Rag Files Operations Cancel (POST /v1/{+name}:cancel).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_rag_corpora_rag_files_operations_cancel '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_rag_corpora_rag_files_operations_cancel '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_rag_corpora_rag_files_operations_wait
Projects Locations Rag Corpora Rag Files Operations Wait (POST /v1/{+name}:wait).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_rag_corpora_rag_files_operations_wait '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_rag_corpora_rag_files_operations_wait '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_rag_corpora_rag_files_operations_delete
Projects Locations Rag Corpora Rag Files Operations Delete (DELETE /v1/{+name}).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_rag_corpora_rag_files_operations_delete '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_rag_corpora_rag_files_operations_delete '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_rag_corpora_rag_files_operations_get
Projects Locations Rag Corpora Rag Files Operations Get (GET /v1/{+name}).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_rag_corpora_rag_files_operations_get '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_rag_corpora_rag_files_operations_get '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_get
Projects Locations Tensorboards Get (GET /v1/{+name}).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_get '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_tensorboards_get '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_read_size
Projects Locations Tensorboards Read Size (GET /v1/{+tensorboard}:readSize).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_read_size '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_tensorboards_read_size '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_batch_read
Projects Locations Tensorboards Batch Read (GET /v1/{+tensorboard}:batchRead).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_batch_read '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_tensorboards_batch_read '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_create
Projects Locations Tensorboards Create (POST /v1/{+parent}/tensorboards).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_create '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_tensorboards_create '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_patch
Projects Locations Tensorboards Patch (PATCH /v1/{+name}).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_patch '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_tensorboards_patch '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_list
Projects Locations Tensorboards List (GET /v1/{+parent}/tensorboards).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_list '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_tensorboards_list '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_read_usage
Projects Locations Tensorboards Read Usage (GET /v1/{+tensorboard}:readUsage).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_read_usage '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_tensorboards_read_usage '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_delete
Projects Locations Tensorboards Delete (DELETE /v1/{+name}).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_delete '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_tensorboards_delete '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_create
Projects Locations Tensorboards Experiments Create (POST /v1/{+parent}/experiments).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_create '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_tensorboards_experiments_create '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_patch
Projects Locations Tensorboards Experiments Patch (PATCH /v1/{+name}).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_patch '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_tensorboards_experiments_patch '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_list
Projects Locations Tensorboards Experiments List (GET /v1/{+parent}/experiments).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_list '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_tensorboards_experiments_list '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_batch_create
Projects Locations Tensorboards Experiments Batch Create (POST /v1/{+parent}:batchCreate).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_batch_create '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_tensorboards_experiments_batch_create '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_delete
Projects Locations Tensorboards Experiments Delete (DELETE /v1/{+name}).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_delete '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_tensorboards_experiments_delete '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_get
Projects Locations Tensorboards Experiments Get (GET /v1/{+name}).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_get '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_tensorboards_experiments_get '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_write
Projects Locations Tensorboards Experiments Write (POST /v1/{+tensorboardExperiment}:write).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_write '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_tensorboards_experiments_write '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_operations_delete
Projects Locations Tensorboards Experiments Operations Delete (DELETE /v1/{+name}).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_operations_delete '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_tensorboards_experiments_operations_delete '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_operations_cancel
Projects Locations Tensorboards Experiments Operations Cancel (POST /v1/{+name}:cancel).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_operations_cancel '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_tensorboards_experiments_operations_cancel '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_operations_wait
Projects Locations Tensorboards Experiments Operations Wait (POST /v1/{+name}:wait).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_operations_wait '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_tensorboards_experiments_operations_wait '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_operations_list
Projects Locations Tensorboards Experiments Operations List (GET /v1/{+name}/operations).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_operations_list '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_tensorboards_experiments_operations_list '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_operations_get
Projects Locations Tensorboards Experiments Operations Get (GET /v1/{+name}).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_operations_get '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_tensorboards_experiments_operations_get '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_runs_batch_create
Projects Locations Tensorboards Experiments Runs Batch Create (POST /v1/{+parent}/runs:batchCreate).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_runs_batch_create '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_tensorboards_experiments_runs_batch_create '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_runs_create
Projects Locations Tensorboards Experiments Runs Create (POST /v1/{+parent}/runs).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_runs_create '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_tensorboards_experiments_runs_create '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_runs_patch
Projects Locations Tensorboards Experiments Runs Patch (PATCH /v1/{+name}).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_runs_patch '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_tensorboards_experiments_runs_patch '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_runs_list
Projects Locations Tensorboards Experiments Runs List (GET /v1/{+parent}/runs).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_runs_list '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_tensorboards_experiments_runs_list '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_runs_delete
Projects Locations Tensorboards Experiments Runs Delete (DELETE /v1/{+name}).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_runs_delete '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_tensorboards_experiments_runs_delete '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_runs_get
Projects Locations Tensorboards Experiments Runs Get (GET /v1/{+name}).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_runs_get '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_tensorboards_experiments_runs_get '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_runs_write
Projects Locations Tensorboards Experiments Runs Write (POST /v1/{+tensorboardRun}:write).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_runs_write '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_tensorboards_experiments_runs_write '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_runs_operations_delete
Projects Locations Tensorboards Experiments Runs Operations Delete (DELETE /v1/{+name}).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_runs_operations_delete '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_tensorboards_experiments_runs_operations_delete '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_runs_operations_cancel
Projects Locations Tensorboards Experiments Runs Operations Cancel (POST /v1/{+name}:cancel).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_runs_operations_cancel '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_tensorboards_experiments_runs_operations_cancel '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_runs_operations_wait
Projects Locations Tensorboards Experiments Runs Operations Wait (POST /v1/{+name}:wait).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_runs_operations_wait '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_tensorboards_experiments_runs_operations_wait '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_runs_operations_list
Projects Locations Tensorboards Experiments Runs Operations List (GET /v1/{+name}/operations).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_runs_operations_list '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_tensorboards_experiments_runs_operations_list '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_runs_operations_get
Projects Locations Tensorboards Experiments Runs Operations Get (GET /v1/{+name}).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_runs_operations_get '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_tensorboards_experiments_runs_operations_get '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_runs_time_series_export_tensorboard_time_series
Projects Locations Tensorboards Experiments Runs Time Series Export Tensorboard Time Series (POST /v1/{+tensorboardTimeSeries}:exportTensorboardTimeSeries).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_runs_time_series_export_tensorboard_time_series '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_tensorboards_experiments_runs_time_series_export_tensorboard_time_series '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_runs_time_series_delete
Projects Locations Tensorboards Experiments Runs Time Series Delete (DELETE /v1/{+name}).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_runs_time_series_delete '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_tensorboards_experiments_runs_time_series_delete '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_runs_time_series_read
Projects Locations Tensorboards Experiments Runs Time Series Read (GET /v1/{+tensorboardTimeSeries}:read).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_runs_time_series_read '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_tensorboards_experiments_runs_time_series_read '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_runs_time_series_create
Projects Locations Tensorboards Experiments Runs Time Series Create (POST /v1/{+parent}/timeSeries).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_runs_time_series_create '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_tensorboards_experiments_runs_time_series_create '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_runs_time_series_patch
Projects Locations Tensorboards Experiments Runs Time Series Patch (PATCH /v1/{+name}).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_runs_time_series_patch '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_tensorboards_experiments_runs_time_series_patch '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_runs_time_series_list
Projects Locations Tensorboards Experiments Runs Time Series List (GET /v1/{+parent}/timeSeries).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_runs_time_series_list '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_tensorboards_experiments_runs_time_series_list '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_runs_time_series_get
Projects Locations Tensorboards Experiments Runs Time Series Get (GET /v1/{+name}).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_runs_time_series_get '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_tensorboards_experiments_runs_time_series_get '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_runs_time_series_read_blob_data
Projects Locations Tensorboards Experiments Runs Time Series Read Blob Data (GET /v1/{+timeSeries}:readBlobData).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_runs_time_series_read_blob_data '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_tensorboards_experiments_runs_time_series_read_blob_data '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_runs_time_series_operations_get
Projects Locations Tensorboards Experiments Runs Time Series Operations Get (GET /v1/{+name}).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_runs_time_series_operations_get '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_tensorboards_experiments_runs_time_series_operations_get '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_runs_time_series_operations_delete
Projects Locations Tensorboards Experiments Runs Time Series Operations Delete (DELETE /v1/{+name}).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_runs_time_series_operations_delete '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_tensorboards_experiments_runs_time_series_operations_delete '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_runs_time_series_operations_list
Projects Locations Tensorboards Experiments Runs Time Series Operations List (GET /v1/{+name}/operations).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_runs_time_series_operations_list '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_tensorboards_experiments_runs_time_series_operations_list '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_runs_time_series_operations_cancel
Projects Locations Tensorboards Experiments Runs Time Series Operations Cancel (POST /v1/{+name}:cancel).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_runs_time_series_operations_cancel '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_tensorboards_experiments_runs_time_series_operations_cancel '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_runs_time_series_operations_wait
Projects Locations Tensorboards Experiments Runs Time Series Operations Wait (POST /v1/{+name}:wait).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_runs_time_series_operations_wait '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_tensorboards_experiments_runs_time_series_operations_wait '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_operations_delete
Projects Locations Tensorboards Operations Delete (DELETE /v1/{+name}).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_operations_delete '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_tensorboards_operations_delete '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_operations_cancel
Projects Locations Tensorboards Operations Cancel (POST /v1/{+name}:cancel).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_operations_cancel '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_tensorboards_operations_cancel '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_operations_wait
Projects Locations Tensorboards Operations Wait (POST /v1/{+name}:wait).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_operations_wait '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_tensorboards_operations_wait '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_operations_list
Projects Locations Tensorboards Operations List (GET /v1/{+name}/operations).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_operations_list '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_tensorboards_operations_list '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_operations_get
Projects Locations Tensorboards Operations Get (GET /v1/{+name}).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_operations_get '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_tensorboards_operations_get '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_notebook_execution_jobs_create
Projects Locations Notebook Execution Jobs Create (POST /v1/{+parent}/notebookExecutionJobs).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_notebook_execution_jobs_create '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_notebook_execution_jobs_create '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_notebook_execution_jobs_list
Projects Locations Notebook Execution Jobs List (GET /v1/{+parent}/notebookExecutionJobs).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_notebook_execution_jobs_list '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_notebook_execution_jobs_list '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_notebook_execution_jobs_get
Projects Locations Notebook Execution Jobs Get (GET /v1/{+name}).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_notebook_execution_jobs_get '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_notebook_execution_jobs_get '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_notebook_execution_jobs_delete
Projects Locations Notebook Execution Jobs Delete (DELETE /v1/{+name}).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_notebook_execution_jobs_delete '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_notebook_execution_jobs_delete '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_notebook_execution_jobs_operations_delete
Projects Locations Notebook Execution Jobs Operations Delete (DELETE /v1/{+name}).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_notebook_execution_jobs_operations_delete '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_notebook_execution_jobs_operations_delete '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_notebook_execution_jobs_operations_list
Projects Locations Notebook Execution Jobs Operations List (GET /v1/{+name}/operations).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_notebook_execution_jobs_operations_list '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_notebook_execution_jobs_operations_list '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_notebook_execution_jobs_operations_cancel
Projects Locations Notebook Execution Jobs Operations Cancel (POST /v1/{+name}:cancel).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_notebook_execution_jobs_operations_cancel '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_notebook_execution_jobs_operations_cancel '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_notebook_execution_jobs_operations_wait
Projects Locations Notebook Execution Jobs Operations Wait (POST /v1/{+name}:wait).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_notebook_execution_jobs_operations_wait '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_notebook_execution_jobs_operations_wait '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_notebook_execution_jobs_operations_get
Projects Locations Notebook Execution Jobs Operations Get (GET /v1/{+name}).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_notebook_execution_jobs_operations_get '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_notebook_execution_jobs_operations_get '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_set_iam_policy
Projects Locations Feature Online Stores Set Iam Policy (POST /v1/{+resource}:setIamPolicy).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_set_iam_policy '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_feature_online_stores_set_iam_policy '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_get
Projects Locations Feature Online Stores Get (GET /v1/{+name}).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_get '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_feature_online_stores_get '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_get_iam_policy
Projects Locations Feature Online Stores Get Iam Policy (POST /v1/{+resource}:getIamPolicy).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_get_iam_policy '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_feature_online_stores_get_iam_policy '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_create
Projects Locations Feature Online Stores Create (POST /v1/{+parent}/featureOnlineStores).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_create '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_feature_online_stores_create '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_list
Projects Locations Feature Online Stores List (GET /v1/{+parent}/featureOnlineStores).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_list '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_feature_online_stores_list '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_patch
Projects Locations Feature Online Stores Patch (PATCH /v1/{+name}).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_patch '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_feature_online_stores_patch '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_delete
Projects Locations Feature Online Stores Delete (DELETE /v1/{+name}).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_delete '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_feature_online_stores_delete '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_test_iam_permissions
Projects Locations Feature Online Stores Test Iam Permissions (POST /v1/{+resource}:testIamPermissions).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_test_iam_permissions '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_feature_online_stores_test_iam_permissions '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_feature_views_set_iam_policy
Projects Locations Feature Online Stores Feature Views Set Iam Policy (POST /v1/{+resource}:setIamPolicy).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_feature_views_set_iam_policy '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_feature_online_stores_feature_views_set_iam_policy '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_feature_views_get_iam_policy
Projects Locations Feature Online Stores Feature Views Get Iam Policy (POST /v1/{+resource}:getIamPolicy).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_feature_views_get_iam_policy '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_feature_online_stores_feature_views_get_iam_policy '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_feature_views_list
Projects Locations Feature Online Stores Feature Views List (GET /v1/{+parent}/featureViews).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_feature_views_list '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_feature_online_stores_feature_views_list '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_feature_views_test_iam_permissions
Projects Locations Feature Online Stores Feature Views Test Iam Permissions (POST /v1/{+resource}:testIamPermissions).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_feature_views_test_iam_permissions '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_feature_online_stores_feature_views_test_iam_permissions '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_feature_views_search_nearest_entities
Projects Locations Feature Online Stores Feature Views Search Nearest Entities (POST /v1/{+featureView}:searchNearestEntities).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_feature_views_search_nearest_entities '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_feature_online_stores_feature_views_search_nearest_entities '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_feature_views_generate_fetch_access_token
Projects Locations Feature Online Stores Feature Views Generate Fetch Access Token (POST /v1/{+featureView}:generateFetchAccessToken).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_feature_views_generate_fetch_access_token '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_feature_online_stores_feature_views_generate_fetch_access_token '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_feature_views_sync
Projects Locations Feature Online Stores Feature Views Sync (POST /v1/{+featureView}:sync).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_feature_views_sync '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_feature_online_stores_feature_views_sync '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_feature_views_create
Projects Locations Feature Online Stores Feature Views Create (POST /v1/{+parent}/featureViews).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_feature_views_create '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_feature_online_stores_feature_views_create '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_feature_views_patch
Projects Locations Feature Online Stores Feature Views Patch (PATCH /v1/{+name}).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_feature_views_patch '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_feature_online_stores_feature_views_patch '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_feature_views_delete
Projects Locations Feature Online Stores Feature Views Delete (DELETE /v1/{+name}).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_feature_views_delete '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_feature_online_stores_feature_views_delete '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_feature_views_get
Projects Locations Feature Online Stores Feature Views Get (GET /v1/{+name}).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_feature_views_get '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_feature_online_stores_feature_views_get '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_feature_views_fetch_feature_values
Projects Locations Feature Online Stores Feature Views Fetch Feature Values (POST /v1/{+featureView}:fetchFeatureValues).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_feature_views_fetch_feature_values '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_feature_online_stores_feature_views_fetch_feature_values '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_feature_views_direct_write
Projects Locations Feature Online Stores Feature Views Direct Write (POST /v1/{+featureView}:directWrite).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_feature_views_direct_write '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_feature_online_stores_feature_views_direct_write '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_feature_views_feature_view_syncs_get
Projects Locations Feature Online Stores Feature Views Feature View Syncs Get (GET /v1/{+name}).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_feature_views_feature_view_syncs_get '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_feature_online_stores_feature_views_feature_view_syncs_get '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_feature_views_feature_view_syncs_list
Projects Locations Feature Online Stores Feature Views Feature View Syncs List (GET /v1/{+parent}/featureViewSyncs).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_feature_views_feature_view_syncs_list '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_feature_online_stores_feature_views_feature_view_syncs_list '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_feature_views_operations_wait
Projects Locations Feature Online Stores Feature Views Operations Wait (POST /v1/{+name}:wait).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_feature_views_operations_wait '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_feature_online_stores_feature_views_operations_wait '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_feature_views_operations_list_wait
Projects Locations Feature Online Stores Feature Views Operations List Wait (GET /v1/{+name}:wait).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_feature_views_operations_list_wait '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_feature_online_stores_feature_views_operations_list_wait '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_feature_views_operations_delete
Projects Locations Feature Online Stores Feature Views Operations Delete (DELETE /v1/{+name}).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_feature_views_operations_delete '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_feature_online_stores_feature_views_operations_delete '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_feature_views_operations_get
Projects Locations Feature Online Stores Feature Views Operations Get (GET /v1/{+name}).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_feature_views_operations_get '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_feature_online_stores_feature_views_operations_get '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_operations_get
Projects Locations Feature Online Stores Operations Get (GET /v1/{+name}).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_operations_get '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_feature_online_stores_operations_get '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_operations_delete
Projects Locations Feature Online Stores Operations Delete (DELETE /v1/{+name}).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_operations_delete '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_feature_online_stores_operations_delete '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_operations_list_wait
Projects Locations Feature Online Stores Operations List Wait (GET /v1/{+name}:wait).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_operations_list_wait '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_feature_online_stores_operations_list_wait '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_operations_wait
Projects Locations Feature Online Stores Operations Wait (POST /v1/{+name}:wait).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_operations_wait '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_feature_online_stores_operations_wait '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_rag_engine_config_operations_list
Projects Locations Rag Engine Config Operations List (GET /v1/{+name}/operations).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_rag_engine_config_operations_list '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_rag_engine_config_operations_list '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_rag_engine_config_operations_cancel
Projects Locations Rag Engine Config Operations Cancel (POST /v1/{+name}:cancel).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_rag_engine_config_operations_cancel '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_rag_engine_config_operations_cancel '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_rag_engine_config_operations_wait
Projects Locations Rag Engine Config Operations Wait (POST /v1/{+name}:wait).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_rag_engine_config_operations_wait '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_rag_engine_config_operations_wait '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_rag_engine_config_operations_delete
Projects Locations Rag Engine Config Operations Delete (DELETE /v1/{+name}).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_rag_engine_config_operations_delete '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_rag_engine_config_operations_delete '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_rag_engine_config_operations_get
Projects Locations Rag Engine Config Operations Get (GET /v1/{+name}).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_rag_engine_config_operations_get '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_rag_engine_config_operations_get '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_nas_jobs_delete
Projects Locations Nas Jobs Delete (DELETE /v1/{+name}).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_nas_jobs_delete '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_nas_jobs_delete '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_nas_jobs_create
Projects Locations Nas Jobs Create (POST /v1/{+parent}/nasJobs).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_nas_jobs_create '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_nas_jobs_create '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_nas_jobs_list
Projects Locations Nas Jobs List (GET /v1/{+parent}/nasJobs).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_nas_jobs_list '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_nas_jobs_list '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_nas_jobs_cancel
Projects Locations Nas Jobs Cancel (POST /v1/{+name}:cancel).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_nas_jobs_cancel '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_nas_jobs_cancel '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_nas_jobs_get
Projects Locations Nas Jobs Get (GET /v1/{+name}).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_nas_jobs_get '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_nas_jobs_get '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_nas_jobs_nas_trial_details_get
Projects Locations Nas Jobs Nas Trial Details Get (GET /v1/{+name}).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_nas_jobs_nas_trial_details_get '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_nas_jobs_nas_trial_details_get '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_nas_jobs_nas_trial_details_list
Projects Locations Nas Jobs Nas Trial Details List (GET /v1/{+parent}/nasTrialDetails).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_nas_jobs_nas_trial_details_list '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_nas_jobs_nas_trial_details_list '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_datasets_set_iam_policy
Projects Locations Datasets Set Iam Policy (POST /v1/{+resource}:setIamPolicy).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_datasets_set_iam_policy '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_datasets_set_iam_policy '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_datasets_create
Projects Locations Datasets Create (POST /v1/{+parent}/datasets).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_datasets_create '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_datasets_create '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_datasets_get
Projects Locations Datasets Get (GET /v1/{+name}).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_datasets_get '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_datasets_get '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_datasets_import
Projects Locations Datasets Import (POST /v1/{+name}:import).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_datasets_import '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_datasets_import '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_datasets_delete
Projects Locations Datasets Delete (DELETE /v1/{+name}).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_datasets_delete '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_datasets_delete '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_datasets_test_iam_permissions
Projects Locations Datasets Test Iam Permissions (POST /v1/{+resource}:testIamPermissions).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_datasets_test_iam_permissions '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_datasets_test_iam_permissions '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_datasets_export
Projects Locations Datasets Export (POST /v1/{+name}:export).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_datasets_export '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_datasets_export '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_datasets_get_iam_policy
Projects Locations Datasets Get Iam Policy (POST /v1/{+resource}:getIamPolicy).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_datasets_get_iam_policy '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_datasets_get_iam_policy '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_datasets_patch
Projects Locations Datasets Patch (PATCH /v1/{+name}).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_datasets_patch '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_datasets_patch '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_datasets_list
Projects Locations Datasets List (GET /v1/{+parent}/datasets).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_datasets_list '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_datasets_list '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_datasets_search_data_items
Projects Locations Datasets Search Data Items (GET /v1/{+dataset}:searchDataItems).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_datasets_search_data_items '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_datasets_search_data_items '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_datasets_data_items_list
Projects Locations Datasets Data Items List (GET /v1/{+parent}/dataItems).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_datasets_data_items_list '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_datasets_data_items_list '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_datasets_data_items_annotations_list
Projects Locations Datasets Data Items Annotations List (GET /v1/{+parent}/annotations).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_datasets_data_items_annotations_list '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_datasets_data_items_annotations_list '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_datasets_data_items_annotations_operations_get
Projects Locations Datasets Data Items Annotations Operations Get (GET /v1/{+name}).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_datasets_data_items_annotations_operations_get '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_datasets_data_items_annotations_operations_get '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_datasets_data_items_annotations_operations_list
Projects Locations Datasets Data Items Annotations Operations List (GET /v1/{+name}/operations).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_datasets_data_items_annotations_operations_list '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_datasets_data_items_annotations_operations_list '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_datasets_data_items_annotations_operations_cancel
Projects Locations Datasets Data Items Annotations Operations Cancel (POST /v1/{+name}:cancel).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_datasets_data_items_annotations_operations_cancel '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_datasets_data_items_annotations_operations_cancel '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_datasets_data_items_annotations_operations_wait
Projects Locations Datasets Data Items Annotations Operations Wait (POST /v1/{+name}:wait).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_datasets_data_items_annotations_operations_wait '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_datasets_data_items_annotations_operations_wait '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_datasets_data_items_annotations_operations_delete
Projects Locations Datasets Data Items Annotations Operations Delete (DELETE /v1/{+name}).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_datasets_data_items_annotations_operations_delete '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_datasets_data_items_annotations_operations_delete '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_datasets_data_items_operations_get
Projects Locations Datasets Data Items Operations Get (GET /v1/{+name}).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_datasets_data_items_operations_get '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_datasets_data_items_operations_get '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_datasets_data_items_operations_delete
Projects Locations Datasets Data Items Operations Delete (DELETE /v1/{+name}).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_datasets_data_items_operations_delete '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_datasets_data_items_operations_delete '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_datasets_data_items_operations_cancel
Projects Locations Datasets Data Items Operations Cancel (POST /v1/{+name}:cancel).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_datasets_data_items_operations_cancel '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_datasets_data_items_operations_cancel '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_datasets_data_items_operations_wait
Projects Locations Datasets Data Items Operations Wait (POST /v1/{+name}:wait).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_datasets_data_items_operations_wait '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_datasets_data_items_operations_wait '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_datasets_data_items_operations_list
Projects Locations Datasets Data Items Operations List (GET /v1/{+name}/operations).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_datasets_data_items_operations_list '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_datasets_data_items_operations_list '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_datasets_annotation_specs_get
Projects Locations Datasets Annotation Specs Get (GET /v1/{+name}).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_datasets_annotation_specs_get '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_datasets_annotation_specs_get '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_datasets_annotation_specs_operations_delete
Projects Locations Datasets Annotation Specs Operations Delete (DELETE /v1/{+name}).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_datasets_annotation_specs_operations_delete '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_datasets_annotation_specs_operations_delete '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_datasets_annotation_specs_operations_cancel
Projects Locations Datasets Annotation Specs Operations Cancel (POST /v1/{+name}:cancel).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_datasets_annotation_specs_operations_cancel '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_datasets_annotation_specs_operations_cancel '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_datasets_annotation_specs_operations_wait
Projects Locations Datasets Annotation Specs Operations Wait (POST /v1/{+name}:wait).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_datasets_annotation_specs_operations_wait '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_datasets_annotation_specs_operations_wait '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_datasets_annotation_specs_operations_list
Projects Locations Datasets Annotation Specs Operations List (GET /v1/{+name}/operations).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_datasets_annotation_specs_operations_list '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_datasets_annotation_specs_operations_list '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_datasets_annotation_specs_operations_get
Projects Locations Datasets Annotation Specs Operations Get (GET /v1/{+name}).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_datasets_annotation_specs_operations_get '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_datasets_annotation_specs_operations_get '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_datasets_dataset_versions_get
Projects Locations Datasets Dataset Versions Get (GET /v1/{+name}).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_datasets_dataset_versions_get '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_datasets_dataset_versions_get '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_datasets_dataset_versions_create
Projects Locations Datasets Dataset Versions Create (POST /v1/{+parent}/datasetVersions).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_datasets_dataset_versions_create '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_datasets_dataset_versions_create '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_datasets_dataset_versions_patch
Projects Locations Datasets Dataset Versions Patch (PATCH /v1/{+name}).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_datasets_dataset_versions_patch '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_datasets_dataset_versions_patch '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_datasets_dataset_versions_list
Projects Locations Datasets Dataset Versions List (GET /v1/{+parent}/datasetVersions).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_datasets_dataset_versions_list '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_datasets_dataset_versions_list '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_datasets_dataset_versions_delete
Projects Locations Datasets Dataset Versions Delete (DELETE /v1/{+name}).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_datasets_dataset_versions_delete '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_datasets_dataset_versions_delete '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_datasets_dataset_versions_restore
Projects Locations Datasets Dataset Versions Restore (GET /v1/{+name}:restore).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_datasets_dataset_versions_restore '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_datasets_dataset_versions_restore '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_datasets_operations_get
Projects Locations Datasets Operations Get (GET /v1/{+name}).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_datasets_operations_get '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_datasets_operations_get '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_datasets_operations_delete
Projects Locations Datasets Operations Delete (DELETE /v1/{+name}).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_datasets_operations_delete '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_datasets_operations_delete '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_datasets_operations_list
Projects Locations Datasets Operations List (GET /v1/{+name}/operations).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_datasets_operations_list '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_datasets_operations_list '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_datasets_operations_cancel
Projects Locations Datasets Operations Cancel (POST /v1/{+name}:cancel).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_datasets_operations_cancel '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_datasets_operations_cancel '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_datasets_operations_wait
Projects Locations Datasets Operations Wait (POST /v1/{+name}:wait).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_datasets_operations_wait '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_datasets_operations_wait '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_datasets_saved_queries_list
Projects Locations Datasets Saved Queries List (GET /v1/{+parent}/savedQueries).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_datasets_saved_queries_list '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_datasets_saved_queries_list '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_datasets_saved_queries_delete
Projects Locations Datasets Saved Queries Delete (DELETE /v1/{+name}).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_datasets_saved_queries_delete '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_datasets_saved_queries_delete '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_datasets_saved_queries_operations_delete
Projects Locations Datasets Saved Queries Operations Delete (DELETE /v1/{+name}).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_datasets_saved_queries_operations_delete '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_datasets_saved_queries_operations_delete '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_datasets_saved_queries_operations_list
Projects Locations Datasets Saved Queries Operations List (GET /v1/{+name}/operations).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_datasets_saved_queries_operations_list '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_datasets_saved_queries_operations_list '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_datasets_saved_queries_operations_cancel
Projects Locations Datasets Saved Queries Operations Cancel (POST /v1/{+name}:cancel).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_datasets_saved_queries_operations_cancel '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_datasets_saved_queries_operations_cancel '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_datasets_saved_queries_operations_wait
Projects Locations Datasets Saved Queries Operations Wait (POST /v1/{+name}:wait).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_datasets_saved_queries_operations_wait '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_datasets_saved_queries_operations_wait '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_datasets_saved_queries_operations_get
Projects Locations Datasets Saved Queries Operations Get (GET /v1/{+name}).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_datasets_saved_queries_operations_get '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_datasets_saved_queries_operations_get '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_publishers_models_stream_generate_content
Projects Locations Publishers Models Stream Generate Content (POST /v1/{+model}:streamGenerateContent).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_publishers_models_stream_generate_content '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_publishers_models_stream_generate_content '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_publishers_models_predict
Projects Locations Publishers Models Predict (POST /v1/{+endpoint}:predict).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_publishers_models_predict '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_publishers_models_predict '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_publishers_models_embed_content
Projects Locations Publishers Models Embed Content (POST /v1/{+model}:embedContent).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_publishers_models_embed_content '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_publishers_models_embed_content '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_publishers_models_stream_raw_predict
Projects Locations Publishers Models Stream Raw Predict (POST /v1/{+endpoint}:streamRawPredict).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_publishers_models_stream_raw_predict '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_publishers_models_stream_raw_predict '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_publishers_models_server_streaming_predict
Projects Locations Publishers Models Server Streaming Predict (POST /v1/{+endpoint}:serverStreamingPredict).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_publishers_models_server_streaming_predict '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_publishers_models_server_streaming_predict '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_publishers_models_predict_long_running
Projects Locations Publishers Models Predict Long Running (POST /v1/{+endpoint}:predictLongRunning).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_publishers_models_predict_long_running '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_publishers_models_predict_long_running '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_publishers_models_fetch_predict_operation
Projects Locations Publishers Models Fetch Predict Operation (POST /v1/{+endpoint}:fetchPredictOperation).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_publishers_models_fetch_predict_operation '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_publishers_models_fetch_predict_operation '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_publishers_models_compute_tokens
Projects Locations Publishers Models Compute Tokens (POST /v1/{+endpoint}:computeTokens).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_publishers_models_compute_tokens '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_publishers_models_compute_tokens '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_publishers_models_count_tokens
Projects Locations Publishers Models Count Tokens (POST /v1/{+endpoint}:countTokens).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_publishers_models_count_tokens '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_publishers_models_count_tokens '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_publishers_models_generate_content
Projects Locations Publishers Models Generate Content (POST /v1/{+model}:generateContent).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_publishers_models_generate_content '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_publishers_models_generate_content '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_publishers_models_raw_predict
Projects Locations Publishers Models Raw Predict (POST /v1/{+endpoint}:rawPredict).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_publishers_models_raw_predict '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_publishers_models_raw_predict '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_publishers_models_invoke_invoke
Projects Locations Publishers Models Invoke Invoke (POST /v1/{+endpoint}/invoke/{+invokeId}).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_publishers_models_invoke_invoke '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_publishers_models_invoke_invoke '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_featurestores_get
Projects Locations Featurestores Get (GET /v1/{+name}).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_featurestores_get '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_featurestores_get '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_featurestores_search_features
Projects Locations Featurestores Search Features (GET /v1/{+location}/featurestores:searchFeatures).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_featurestores_search_features '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_featurestores_search_features '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_featurestores_get_iam_policy
Projects Locations Featurestores Get Iam Policy (POST /v1/{+resource}:getIamPolicy).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_featurestores_get_iam_policy '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_featurestores_get_iam_policy '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_featurestores_list
Projects Locations Featurestores List (GET /v1/{+parent}/featurestores).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_featurestores_list '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_featurestores_list '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_featurestores_patch
Projects Locations Featurestores Patch (PATCH /v1/{+name}).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_featurestores_patch '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_featurestores_patch '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_featurestores_batch_read_feature_values
Projects Locations Featurestores Batch Read Feature Values (POST /v1/{+featurestore}:batchReadFeatureValues).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_featurestores_batch_read_feature_values '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_featurestores_batch_read_feature_values '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_featurestores_test_iam_permissions
Projects Locations Featurestores Test Iam Permissions (POST /v1/{+resource}:testIamPermissions).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_featurestores_test_iam_permissions '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_featurestores_test_iam_permissions '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_featurestores_delete
Projects Locations Featurestores Delete (DELETE /v1/{+name}).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_featurestores_delete '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_featurestores_delete '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_featurestores_set_iam_policy
Projects Locations Featurestores Set Iam Policy (POST /v1/{+resource}:setIamPolicy).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_featurestores_set_iam_policy '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_featurestores_set_iam_policy '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_featurestores_create
Projects Locations Featurestores Create (POST /v1/{+parent}/featurestores).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_featurestores_create '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_featurestores_create '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_featurestores_entity_types_get_iam_policy
Projects Locations Featurestores Entity Types Get Iam Policy (POST /v1/{+resource}:getIamPolicy).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_featurestores_entity_types_get_iam_policy '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_featurestores_entity_types_get_iam_policy '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_featurestores_entity_types_list
Projects Locations Featurestores Entity Types List (GET /v1/{+parent}/entityTypes).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_featurestores_entity_types_list '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_featurestores_entity_types_list '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_featurestores_entity_types_import_feature_values
Projects Locations Featurestores Entity Types Import Feature Values (POST /v1/{+entityType}:importFeatureValues).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_featurestores_entity_types_import_feature_values '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_featurestores_entity_types_import_feature_values '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_featurestores_entity_types_test_iam_permissions
Projects Locations Featurestores Entity Types Test Iam Permissions (POST /v1/{+resource}:testIamPermissions).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_featurestores_entity_types_test_iam_permissions '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_featurestores_entity_types_test_iam_permissions '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_featurestores_entity_types_read_feature_values
Projects Locations Featurestores Entity Types Read Feature Values (POST /v1/{+entityType}:readFeatureValues).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_featurestores_entity_types_read_feature_values '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_featurestores_entity_types_read_feature_values '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_featurestores_entity_types_set_iam_policy
Projects Locations Featurestores Entity Types Set Iam Policy (POST /v1/{+resource}:setIamPolicy).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_featurestores_entity_types_set_iam_policy '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_featurestores_entity_types_set_iam_policy '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_featurestores_entity_types_streaming_read_feature_values
Projects Locations Featurestores Entity Types Streaming Read Feature Values (POST /v1/{+entityType}:streamingReadFeatureValues).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_featurestores_entity_types_streaming_read_feature_values '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_featurestores_entity_types_streaming_read_feature_values '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_featurestores_entity_types_get
Projects Locations Featurestores Entity Types Get (GET /v1/{+name}).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_featurestores_entity_types_get '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_featurestores_entity_types_get '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_featurestores_entity_types_export_feature_values
Projects Locations Featurestores Entity Types Export Feature Values (POST /v1/{+entityType}:exportFeatureValues).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_featurestores_entity_types_export_feature_values '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_featurestores_entity_types_export_feature_values '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_featurestores_entity_types_patch
Projects Locations Featurestores Entity Types Patch (PATCH /v1/{+name}).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_featurestores_entity_types_patch '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_featurestores_entity_types_patch '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_featurestores_entity_types_write_feature_values
Projects Locations Featurestores Entity Types Write Feature Values (POST /v1/{+entityType}:writeFeatureValues).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_featurestores_entity_types_write_feature_values '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_featurestores_entity_types_write_feature_values '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_featurestores_entity_types_delete
Projects Locations Featurestores Entity Types Delete (DELETE /v1/{+name}).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_featurestores_entity_types_delete '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_featurestores_entity_types_delete '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_featurestores_entity_types_delete_feature_values
Projects Locations Featurestores Entity Types Delete Feature Values (POST /v1/{+entityType}:deleteFeatureValues).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_featurestores_entity_types_delete_feature_values '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_featurestores_entity_types_delete_feature_values '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_featurestores_entity_types_create
Projects Locations Featurestores Entity Types Create (POST /v1/{+parent}/entityTypes).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_featurestores_entity_types_create '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_featurestores_entity_types_create '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_featurestores_entity_types_operations_cancel
Projects Locations Featurestores Entity Types Operations Cancel (POST /v1/{+name}:cancel).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_featurestores_entity_types_operations_cancel '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_featurestores_entity_types_operations_cancel '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_featurestores_entity_types_operations_wait
Projects Locations Featurestores Entity Types Operations Wait (POST /v1/{+name}:wait).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_featurestores_entity_types_operations_wait '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_featurestores_entity_types_operations_wait '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_featurestores_entity_types_operations_list
Projects Locations Featurestores Entity Types Operations List (GET /v1/{+name}/operations).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_featurestores_entity_types_operations_list '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_featurestores_entity_types_operations_list '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_featurestores_entity_types_operations_delete
Projects Locations Featurestores Entity Types Operations Delete (DELETE /v1/{+name}).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_featurestores_entity_types_operations_delete '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_featurestores_entity_types_operations_delete '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_featurestores_entity_types_operations_get
Projects Locations Featurestores Entity Types Operations Get (GET /v1/{+name}).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_featurestores_entity_types_operations_get '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_featurestores_entity_types_operations_get '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_featurestores_entity_types_features_get
Projects Locations Featurestores Entity Types Features Get (GET /v1/{+name}).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_featurestores_entity_types_features_get '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_featurestores_entity_types_features_get '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_featurestores_entity_types_features_delete
Projects Locations Featurestores Entity Types Features Delete (DELETE /v1/{+name}).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_featurestores_entity_types_features_delete '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_featurestores_entity_types_features_delete '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_featurestores_entity_types_features_create
Projects Locations Featurestores Entity Types Features Create (POST /v1/{+parent}/features).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_featurestores_entity_types_features_create '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_featurestores_entity_types_features_create '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_featurestores_entity_types_features_list
Projects Locations Featurestores Entity Types Features List (GET /v1/{+parent}/features).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_featurestores_entity_types_features_list '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_featurestores_entity_types_features_list '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_featurestores_entity_types_features_patch
Projects Locations Featurestores Entity Types Features Patch (PATCH /v1/{+name}).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_featurestores_entity_types_features_patch '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_featurestores_entity_types_features_patch '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_featurestores_entity_types_features_batch_create
Projects Locations Featurestores Entity Types Features Batch Create (POST /v1/{+parent}/features:batchCreate).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_featurestores_entity_types_features_batch_create '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_featurestores_entity_types_features_batch_create '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_featurestores_entity_types_features_operations_cancel
Projects Locations Featurestores Entity Types Features Operations Cancel (POST /v1/{+name}:cancel).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_featurestores_entity_types_features_operations_cancel '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_featurestores_entity_types_features_operations_cancel '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_featurestores_entity_types_features_operations_wait
Projects Locations Featurestores Entity Types Features Operations Wait (POST /v1/{+name}:wait).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_featurestores_entity_types_features_operations_wait '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_featurestores_entity_types_features_operations_wait '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_featurestores_entity_types_features_operations_list
Projects Locations Featurestores Entity Types Features Operations List (GET /v1/{+name}/operations).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_featurestores_entity_types_features_operations_list '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_featurestores_entity_types_features_operations_list '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_featurestores_entity_types_features_operations_delete
Projects Locations Featurestores Entity Types Features Operations Delete (DELETE /v1/{+name}).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_featurestores_entity_types_features_operations_delete '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_featurestores_entity_types_features_operations_delete '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_featurestores_entity_types_features_operations_get
Projects Locations Featurestores Entity Types Features Operations Get (GET /v1/{+name}).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_featurestores_entity_types_features_operations_get '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_featurestores_entity_types_features_operations_get '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_featurestores_operations_cancel
Projects Locations Featurestores Operations Cancel (POST /v1/{+name}:cancel).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_featurestores_operations_cancel '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_featurestores_operations_cancel '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_featurestores_operations_wait
Projects Locations Featurestores Operations Wait (POST /v1/{+name}:wait).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_featurestores_operations_wait '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_featurestores_operations_wait '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_featurestores_operations_list
Projects Locations Featurestores Operations List (GET /v1/{+name}/operations).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_featurestores_operations_list '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_featurestores_operations_list '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_featurestores_operations_delete
Projects Locations Featurestores Operations Delete (DELETE /v1/{+name}).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_featurestores_operations_delete '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_featurestores_operations_delete '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_featurestores_operations_get
Projects Locations Featurestores Operations Get (GET /v1/{+name}).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_featurestores_operations_get '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_featurestores_operations_get '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_batch_prediction_jobs_delete
Projects Locations Batch Prediction Jobs Delete (DELETE /v1/{+name}).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_batch_prediction_jobs_delete '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_batch_prediction_jobs_delete '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_batch_prediction_jobs_cancel
Projects Locations Batch Prediction Jobs Cancel (POST /v1/{+name}:cancel).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_batch_prediction_jobs_cancel '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_batch_prediction_jobs_cancel '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_batch_prediction_jobs_create
Projects Locations Batch Prediction Jobs Create (POST /v1/{+parent}/batchPredictionJobs).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_batch_prediction_jobs_create '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_batch_prediction_jobs_create '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_batch_prediction_jobs_list
Projects Locations Batch Prediction Jobs List (GET /v1/{+parent}/batchPredictionJobs).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_batch_prediction_jobs_list '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_batch_prediction_jobs_list '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_batch_prediction_jobs_get
Projects Locations Batch Prediction Jobs Get (GET /v1/{+name}).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_batch_prediction_jobs_get '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_batch_prediction_jobs_get '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_get
Projects Locations Metadata Stores Get (GET /v1/{+name}).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_get '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_metadata_stores_get '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_delete
Projects Locations Metadata Stores Delete (DELETE /v1/{+name}).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_delete '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_metadata_stores_delete '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_create
Projects Locations Metadata Stores Create (POST /v1/{+parent}/metadataStores).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_create '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_metadata_stores_create '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_list
Projects Locations Metadata Stores List (GET /v1/{+parent}/metadataStores).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_list '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_metadata_stores_list '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_artifacts_delete
Projects Locations Metadata Stores Artifacts Delete (DELETE /v1/{+name}).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_artifacts_delete '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_metadata_stores_artifacts_delete '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_artifacts_create
Projects Locations Metadata Stores Artifacts Create (POST /v1/{+parent}/artifacts).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_artifacts_create '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_metadata_stores_artifacts_create '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_artifacts_list
Projects Locations Metadata Stores Artifacts List (GET /v1/{+parent}/artifacts).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_artifacts_list '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_metadata_stores_artifacts_list '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_artifacts_patch
Projects Locations Metadata Stores Artifacts Patch (PATCH /v1/{+name}).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_artifacts_patch '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_metadata_stores_artifacts_patch '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_artifacts_get
Projects Locations Metadata Stores Artifacts Get (GET /v1/{+name}).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_artifacts_get '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_metadata_stores_artifacts_get '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_artifacts_query_artifact_lineage_subgraph
Projects Locations Metadata Stores Artifacts Query Artifact Lineage Subgraph (GET /v1/{+artifact}:queryArtifactLineageSubgraph).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_artifacts_query_artifact_lineage_subgraph '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_metadata_stores_artifacts_query_artifact_lineage_subgraph '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_artifacts_purge
Projects Locations Metadata Stores Artifacts Purge (POST /v1/{+parent}/artifacts:purge).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_artifacts_purge '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_metadata_stores_artifacts_purge '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_artifacts_operations_delete
Projects Locations Metadata Stores Artifacts Operations Delete (DELETE /v1/{+name}).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_artifacts_operations_delete '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_metadata_stores_artifacts_operations_delete '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_artifacts_operations_list
Projects Locations Metadata Stores Artifacts Operations List (GET /v1/{+name}/operations).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_artifacts_operations_list '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_metadata_stores_artifacts_operations_list '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_artifacts_operations_cancel
Projects Locations Metadata Stores Artifacts Operations Cancel (POST /v1/{+name}:cancel).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_artifacts_operations_cancel '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_metadata_stores_artifacts_operations_cancel '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_artifacts_operations_wait
Projects Locations Metadata Stores Artifacts Operations Wait (POST /v1/{+name}:wait).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_artifacts_operations_wait '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_metadata_stores_artifacts_operations_wait '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_artifacts_operations_get
Projects Locations Metadata Stores Artifacts Operations Get (GET /v1/{+name}).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_artifacts_operations_get '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_metadata_stores_artifacts_operations_get '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_contexts_purge
Projects Locations Metadata Stores Contexts Purge (POST /v1/{+parent}/contexts:purge).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_contexts_purge '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_metadata_stores_contexts_purge '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_contexts_query_context_lineage_subgraph
Projects Locations Metadata Stores Contexts Query Context Lineage Subgraph (GET /v1/{+context}:queryContextLineageSubgraph).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_contexts_query_context_lineage_subgraph '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_metadata_stores_contexts_query_context_lineage_subgraph '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_contexts_add_context_children
Projects Locations Metadata Stores Contexts Add Context Children (POST /v1/{+context}:addContextChildren).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_contexts_add_context_children '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_metadata_stores_contexts_add_context_children '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_contexts_create
Projects Locations Metadata Stores Contexts Create (POST /v1/{+parent}/contexts).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_contexts_create '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_metadata_stores_contexts_create '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_contexts_remove_context_children
Projects Locations Metadata Stores Contexts Remove Context Children (POST /v1/{+context}:removeContextChildren).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_contexts_remove_context_children '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_metadata_stores_contexts_remove_context_children '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_contexts_get
Projects Locations Metadata Stores Contexts Get (GET /v1/{+name}).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_contexts_get '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_metadata_stores_contexts_get '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_contexts_list
Projects Locations Metadata Stores Contexts List (GET /v1/{+parent}/contexts).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_contexts_list '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_metadata_stores_contexts_list '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_contexts_patch
Projects Locations Metadata Stores Contexts Patch (PATCH /v1/{+name}).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_contexts_patch '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_metadata_stores_contexts_patch '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_contexts_delete
Projects Locations Metadata Stores Contexts Delete (DELETE /v1/{+name}).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_contexts_delete '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_metadata_stores_contexts_delete '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_contexts_add_context_artifacts_and_executions
Projects Locations Metadata Stores Contexts Add Context Artifacts And Executions (POST /v1/{+context}:addContextArtifactsAndExecutions).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_contexts_add_context_artifacts_and_executions '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_metadata_stores_contexts_add_context_artifacts_and_executions '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_contexts_operations_get
Projects Locations Metadata Stores Contexts Operations Get (GET /v1/{+name}).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_contexts_operations_get '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_metadata_stores_contexts_operations_get '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_contexts_operations_delete
Projects Locations Metadata Stores Contexts Operations Delete (DELETE /v1/{+name}).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_contexts_operations_delete '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_metadata_stores_contexts_operations_delete '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_contexts_operations_list
Projects Locations Metadata Stores Contexts Operations List (GET /v1/{+name}/operations).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_contexts_operations_list '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_metadata_stores_contexts_operations_list '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_contexts_operations_cancel
Projects Locations Metadata Stores Contexts Operations Cancel (POST /v1/{+name}:cancel).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_contexts_operations_cancel '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_metadata_stores_contexts_operations_cancel '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_contexts_operations_wait
Projects Locations Metadata Stores Contexts Operations Wait (POST /v1/{+name}:wait).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_contexts_operations_wait '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_metadata_stores_contexts_operations_wait '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_executions_purge
Projects Locations Metadata Stores Executions Purge (POST /v1/{+parent}/executions:purge).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_executions_purge '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_metadata_stores_executions_purge '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_executions_get
Projects Locations Metadata Stores Executions Get (GET /v1/{+name}).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_executions_get '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_metadata_stores_executions_get '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_executions_add_execution_events
Projects Locations Metadata Stores Executions Add Execution Events (POST /v1/{+execution}:addExecutionEvents).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_executions_add_execution_events '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_metadata_stores_executions_add_execution_events '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_executions_create
Projects Locations Metadata Stores Executions Create (POST /v1/{+parent}/executions).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_executions_create '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_metadata_stores_executions_create '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_executions_list
Projects Locations Metadata Stores Executions List (GET /v1/{+parent}/executions).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_executions_list '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_metadata_stores_executions_list '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_executions_patch
Projects Locations Metadata Stores Executions Patch (PATCH /v1/{+name}).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_executions_patch '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_metadata_stores_executions_patch '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_executions_delete
Projects Locations Metadata Stores Executions Delete (DELETE /v1/{+name}).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_executions_delete '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_metadata_stores_executions_delete '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_executions_query_execution_inputs_and_outputs
Projects Locations Metadata Stores Executions Query Execution Inputs And Outputs (GET /v1/{+execution}:queryExecutionInputsAndOutputs).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_executions_query_execution_inputs_and_outputs '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_metadata_stores_executions_query_execution_inputs_and_outputs '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_executions_operations_get
Projects Locations Metadata Stores Executions Operations Get (GET /v1/{+name}).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_executions_operations_get '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_metadata_stores_executions_operations_get '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_executions_operations_list
Projects Locations Metadata Stores Executions Operations List (GET /v1/{+name}/operations).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_executions_operations_list '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_metadata_stores_executions_operations_list '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_executions_operations_cancel
Projects Locations Metadata Stores Executions Operations Cancel (POST /v1/{+name}:cancel).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_executions_operations_cancel '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_metadata_stores_executions_operations_cancel '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_executions_operations_wait
Projects Locations Metadata Stores Executions Operations Wait (POST /v1/{+name}:wait).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_executions_operations_wait '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_metadata_stores_executions_operations_wait '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_executions_operations_delete
Projects Locations Metadata Stores Executions Operations Delete (DELETE /v1/{+name}).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_executions_operations_delete '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_metadata_stores_executions_operations_delete '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_metadata_schemas_get
Projects Locations Metadata Stores Metadata Schemas Get (GET /v1/{+name}).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_metadata_schemas_get '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_metadata_stores_metadata_schemas_get '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_metadata_schemas_create
Projects Locations Metadata Stores Metadata Schemas Create (POST /v1/{+parent}/metadataSchemas).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_metadata_schemas_create '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_metadata_stores_metadata_schemas_create '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_metadata_schemas_list
Projects Locations Metadata Stores Metadata Schemas List (GET /v1/{+parent}/metadataSchemas).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_metadata_schemas_list '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_metadata_stores_metadata_schemas_list '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_operations_get
Projects Locations Metadata Stores Operations Get (GET /v1/{+name}).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_operations_get '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_metadata_stores_operations_get '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_operations_delete
Projects Locations Metadata Stores Operations Delete (DELETE /v1/{+name}).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_operations_delete '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_metadata_stores_operations_delete '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_operations_cancel
Projects Locations Metadata Stores Operations Cancel (POST /v1/{+name}:cancel).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_operations_cancel '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_metadata_stores_operations_cancel '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_operations_wait
Projects Locations Metadata Stores Operations Wait (POST /v1/{+name}:wait).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_operations_wait '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_metadata_stores_operations_wait '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_operations_list
Projects Locations Metadata Stores Operations List (GET /v1/{+name}/operations).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_operations_list '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_metadata_stores_operations_list '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_deployment_resource_pools_delete
Projects Locations Deployment Resource Pools Delete (DELETE /v1/{+name}).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_deployment_resource_pools_delete '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_deployment_resource_pools_delete '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_deployment_resource_pools_create
Projects Locations Deployment Resource Pools Create (POST /v1/{+parent}/deploymentResourcePools).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_deployment_resource_pools_create '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_deployment_resource_pools_create '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_deployment_resource_pools_list
Projects Locations Deployment Resource Pools List (GET /v1/{+parent}/deploymentResourcePools).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_deployment_resource_pools_list '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_deployment_resource_pools_list '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_deployment_resource_pools_patch
Projects Locations Deployment Resource Pools Patch (PATCH /v1/{+name}).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_deployment_resource_pools_patch '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_deployment_resource_pools_patch '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_deployment_resource_pools_get
Projects Locations Deployment Resource Pools Get (GET /v1/{+name}).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_deployment_resource_pools_get '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_deployment_resource_pools_get '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_deployment_resource_pools_query_deployed_models
Projects Locations Deployment Resource Pools Query Deployed Models (GET /v1/{+deploymentResourcePool}:queryDeployedModels).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_deployment_resource_pools_query_deployed_models '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_deployment_resource_pools_query_deployed_models '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_deployment_resource_pools_operations_delete
Projects Locations Deployment Resource Pools Operations Delete (DELETE /v1/{+name}).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_deployment_resource_pools_operations_delete '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_deployment_resource_pools_operations_delete '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_deployment_resource_pools_operations_list
Projects Locations Deployment Resource Pools Operations List (GET /v1/{+name}/operations).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_deployment_resource_pools_operations_list '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_deployment_resource_pools_operations_list '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_deployment_resource_pools_operations_cancel
Projects Locations Deployment Resource Pools Operations Cancel (POST /v1/{+name}:cancel).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_deployment_resource_pools_operations_cancel '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_deployment_resource_pools_operations_cancel '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_deployment_resource_pools_operations_wait
Projects Locations Deployment Resource Pools Operations Wait (POST /v1/{+name}:wait).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_deployment_resource_pools_operations_wait '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_deployment_resource_pools_operations_wait '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_deployment_resource_pools_operations_get
Projects Locations Deployment Resource Pools Operations Get (GET /v1/{+name}).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_deployment_resource_pools_operations_get '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_deployment_resource_pools_operations_get '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_evaluation_items_create
Projects Locations Evaluation Items Create (POST /v1/{+parent}/evaluationItems).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_evaluation_items_create '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_evaluation_items_create '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_evaluation_items_list
Projects Locations Evaluation Items List (GET /v1/{+parent}/evaluationItems).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_evaluation_items_list '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_evaluation_items_list '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_evaluation_items_delete
Projects Locations Evaluation Items Delete (DELETE /v1/{+name}).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_evaluation_items_delete '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_evaluation_items_delete '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_evaluation_items_get
Projects Locations Evaluation Items Get (GET /v1/{+name}).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_evaluation_items_get '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_evaluation_items_get '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_specialist_pools_get
Projects Locations Specialist Pools Get (GET /v1/{+name}).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_specialist_pools_get '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_specialist_pools_get '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_specialist_pools_delete
Projects Locations Specialist Pools Delete (DELETE /v1/{+name}).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_specialist_pools_delete '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_specialist_pools_delete '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_specialist_pools_create
Projects Locations Specialist Pools Create (POST /v1/{+parent}/specialistPools).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_specialist_pools_create '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_specialist_pools_create '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_specialist_pools_list
Projects Locations Specialist Pools List (GET /v1/{+parent}/specialistPools).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_specialist_pools_list '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_specialist_pools_list '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_specialist_pools_patch
Projects Locations Specialist Pools Patch (PATCH /v1/{+name}).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_specialist_pools_patch '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_specialist_pools_patch '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_specialist_pools_operations_delete
Projects Locations Specialist Pools Operations Delete (DELETE /v1/{+name}).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_specialist_pools_operations_delete '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_specialist_pools_operations_delete '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_specialist_pools_operations_list
Projects Locations Specialist Pools Operations List (GET /v1/{+name}/operations).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_specialist_pools_operations_list '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_specialist_pools_operations_list '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_specialist_pools_operations_cancel
Projects Locations Specialist Pools Operations Cancel (POST /v1/{+name}:cancel).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_specialist_pools_operations_cancel '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_specialist_pools_operations_cancel '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_specialist_pools_operations_wait
Projects Locations Specialist Pools Operations Wait (POST /v1/{+name}:wait).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_specialist_pools_operations_wait '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_specialist_pools_operations_wait '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_specialist_pools_operations_get
Projects Locations Specialist Pools Operations Get (GET /v1/{+name}).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_specialist_pools_operations_get '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_specialist_pools_operations_get '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_persistent_resources_delete
Projects Locations Persistent Resources Delete (DELETE /v1/{+name}).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_persistent_resources_delete '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_persistent_resources_delete '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_persistent_resources_create
Projects Locations Persistent Resources Create (POST /v1/{+parent}/persistentResources).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_persistent_resources_create '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_persistent_resources_create '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_persistent_resources_list
Projects Locations Persistent Resources List (GET /v1/{+parent}/persistentResources).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_persistent_resources_list '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_persistent_resources_list '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_persistent_resources_patch
Projects Locations Persistent Resources Patch (PATCH /v1/{+name}).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_persistent_resources_patch '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_persistent_resources_patch '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_persistent_resources_get
Projects Locations Persistent Resources Get (GET /v1/{+name}).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_persistent_resources_get '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_persistent_resources_get '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_persistent_resources_reboot
Projects Locations Persistent Resources Reboot (POST /v1/{+name}:reboot).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_persistent_resources_reboot '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_persistent_resources_reboot '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_persistent_resources_operations_delete
Projects Locations Persistent Resources Operations Delete (DELETE /v1/{+name}).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_persistent_resources_operations_delete '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_persistent_resources_operations_delete '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_persistent_resources_operations_cancel
Projects Locations Persistent Resources Operations Cancel (POST /v1/{+name}:cancel).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_persistent_resources_operations_cancel '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_persistent_resources_operations_cancel '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_persistent_resources_operations_wait
Projects Locations Persistent Resources Operations Wait (POST /v1/{+name}:wait).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_persistent_resources_operations_wait '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_persistent_resources_operations_wait '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_persistent_resources_operations_list
Projects Locations Persistent Resources Operations List (GET /v1/{+name}/operations).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_persistent_resources_operations_list '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_persistent_resources_operations_list '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_persistent_resources_operations_get
Projects Locations Persistent Resources Operations Get (GET /v1/{+name}).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_persistent_resources_operations_get '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_persistent_resources_operations_get '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_evaluation_sets_delete
Projects Locations Evaluation Sets Delete (DELETE /v1/{+name}).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_evaluation_sets_delete '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_evaluation_sets_delete '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_evaluation_sets_create
Projects Locations Evaluation Sets Create (POST /v1/{+parent}/evaluationSets).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_evaluation_sets_create '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_evaluation_sets_create '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_evaluation_sets_list
Projects Locations Evaluation Sets List (GET /v1/{+parent}/evaluationSets).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_evaluation_sets_list '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_evaluation_sets_list '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_evaluation_sets_patch
Projects Locations Evaluation Sets Patch (PATCH /v1/{+name}).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_evaluation_sets_patch '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_evaluation_sets_patch '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_evaluation_sets_get
Projects Locations Evaluation Sets Get (GET /v1/{+name}).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_evaluation_sets_get '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_evaluation_sets_get '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_index_endpoints_create
Projects Locations Index Endpoints Create (POST /v1/{+parent}/indexEndpoints).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_index_endpoints_create '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_index_endpoints_create '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_index_endpoints_deploy_index
Projects Locations Index Endpoints Deploy Index (POST /v1/{+indexEndpoint}:deployIndex).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_index_endpoints_deploy_index '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_index_endpoints_deploy_index '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_index_endpoints_find_neighbors
Projects Locations Index Endpoints Find Neighbors (POST /v1/{+indexEndpoint}:findNeighbors).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_index_endpoints_find_neighbors '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_index_endpoints_find_neighbors '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_index_endpoints_undeploy_index
Projects Locations Index Endpoints Undeploy Index (POST /v1/{+indexEndpoint}:undeployIndex).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_index_endpoints_undeploy_index '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_index_endpoints_undeploy_index '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_index_endpoints_read_index_datapoints
Projects Locations Index Endpoints Read Index Datapoints (POST /v1/{+indexEndpoint}:readIndexDatapoints).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_index_endpoints_read_index_datapoints '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_index_endpoints_read_index_datapoints '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_index_endpoints_list
Projects Locations Index Endpoints List (GET /v1/{+parent}/indexEndpoints).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_index_endpoints_list '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_index_endpoints_list '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_index_endpoints_patch
Projects Locations Index Endpoints Patch (PATCH /v1/{+name}).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_index_endpoints_patch '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_index_endpoints_patch '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_index_endpoints_delete
Projects Locations Index Endpoints Delete (DELETE /v1/{+name}).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_index_endpoints_delete '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_index_endpoints_delete '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_index_endpoints_mutate_deployed_index
Projects Locations Index Endpoints Mutate Deployed Index (POST /v1/{+indexEndpoint}:mutateDeployedIndex).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_index_endpoints_mutate_deployed_index '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_index_endpoints_mutate_deployed_index '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_index_endpoints_get
Projects Locations Index Endpoints Get (GET /v1/{+name}).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_index_endpoints_get '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_index_endpoints_get '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_index_endpoints_operations_get
Projects Locations Index Endpoints Operations Get (GET /v1/{+name}).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_index_endpoints_operations_get '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_index_endpoints_operations_get '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_index_endpoints_operations_delete
Projects Locations Index Endpoints Operations Delete (DELETE /v1/{+name}).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_index_endpoints_operations_delete '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_index_endpoints_operations_delete '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_index_endpoints_operations_cancel
Projects Locations Index Endpoints Operations Cancel (POST /v1/{+name}:cancel).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_index_endpoints_operations_cancel '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_index_endpoints_operations_cancel '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_index_endpoints_operations_wait
Projects Locations Index Endpoints Operations Wait (POST /v1/{+name}:wait).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_index_endpoints_operations_wait '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_index_endpoints_operations_wait '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_index_endpoints_operations_list
Projects Locations Index Endpoints Operations List (GET /v1/{+name}/operations).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_index_endpoints_operations_list '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_index_endpoints_operations_list '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_skills_operations_cancel
Projects Locations Skills Operations Cancel (POST /v1/{+name}:cancel).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_skills_operations_cancel '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_skills_operations_cancel '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_skills_operations_wait
Projects Locations Skills Operations Wait (POST /v1/{+name}:wait).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_skills_operations_wait '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_skills_operations_wait '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_skills_operations_list
Projects Locations Skills Operations List (GET /v1/{+name}/operations).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_skills_operations_list '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_skills_operations_list '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_skills_operations_delete
Projects Locations Skills Operations Delete (DELETE /v1/{+name}).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_skills_operations_delete '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_skills_operations_delete '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_skills_operations_get
Projects Locations Skills Operations Get (GET /v1/{+name}).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_skills_operations_get '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_skills_operations_get '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_indexes_upsert_datapoints
Projects Locations Indexes Upsert Datapoints (POST /v1/{+index}:upsertDatapoints).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_indexes_upsert_datapoints '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_indexes_upsert_datapoints '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_indexes_create
Projects Locations Indexes Create (POST /v1/{+parent}/indexes).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_indexes_create '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_indexes_create '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_indexes_list
Projects Locations Indexes List (GET /v1/{+parent}/indexes).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_indexes_list '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_indexes_list '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_indexes_patch
Projects Locations Indexes Patch (PATCH /v1/{+name}).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_indexes_patch '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_indexes_patch '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_indexes_delete
Projects Locations Indexes Delete (DELETE /v1/{+name}).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_indexes_delete '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_indexes_delete '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_indexes_remove_datapoints
Projects Locations Indexes Remove Datapoints (POST /v1/{+index}:removeDatapoints).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_indexes_remove_datapoints '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_indexes_remove_datapoints '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_indexes_get
Projects Locations Indexes Get (GET /v1/{+name}).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_indexes_get '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_indexes_get '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_indexes_operations_list
Projects Locations Indexes Operations List (GET /v1/{+name}/operations).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_indexes_operations_list '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_indexes_operations_list '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_indexes_operations_cancel
Projects Locations Indexes Operations Cancel (POST /v1/{+name}:cancel).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_indexes_operations_cancel '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_indexes_operations_cancel '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_indexes_operations_wait
Projects Locations Indexes Operations Wait (POST /v1/{+name}:wait).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_indexes_operations_wait '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_indexes_operations_wait '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_indexes_operations_delete
Projects Locations Indexes Operations Delete (DELETE /v1/{+name}).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_indexes_operations_delete '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_indexes_operations_delete '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_indexes_operations_get
Projects Locations Indexes Operations Get (GET /v1/{+name}).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_indexes_operations_get '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_indexes_operations_get '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_hyperparameter_tuning_jobs_get
Projects Locations Hyperparameter Tuning Jobs Get (GET /v1/{+name}).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_hyperparameter_tuning_jobs_get '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_hyperparameter_tuning_jobs_get '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_hyperparameter_tuning_jobs_cancel
Projects Locations Hyperparameter Tuning Jobs Cancel (POST /v1/{+name}:cancel).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_hyperparameter_tuning_jobs_cancel '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_hyperparameter_tuning_jobs_cancel '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_hyperparameter_tuning_jobs_create
Projects Locations Hyperparameter Tuning Jobs Create (POST /v1/{+parent}/hyperparameterTuningJobs).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_hyperparameter_tuning_jobs_create '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_hyperparameter_tuning_jobs_create '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_hyperparameter_tuning_jobs_list
Projects Locations Hyperparameter Tuning Jobs List (GET /v1/{+parent}/hyperparameterTuningJobs).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_hyperparameter_tuning_jobs_list '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_hyperparameter_tuning_jobs_list '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_hyperparameter_tuning_jobs_delete
Projects Locations Hyperparameter Tuning Jobs Delete (DELETE /v1/{+name}).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_hyperparameter_tuning_jobs_delete '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_hyperparameter_tuning_jobs_delete '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_hyperparameter_tuning_jobs_operations_get
Projects Locations Hyperparameter Tuning Jobs Operations Get (GET /v1/{+name}).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_hyperparameter_tuning_jobs_operations_get '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_hyperparameter_tuning_jobs_operations_get '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_hyperparameter_tuning_jobs_operations_delete
Projects Locations Hyperparameter Tuning Jobs Operations Delete (DELETE /v1/{+name}).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_hyperparameter_tuning_jobs_operations_delete '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_hyperparameter_tuning_jobs_operations_delete '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_hyperparameter_tuning_jobs_operations_list
Projects Locations Hyperparameter Tuning Jobs Operations List (GET /v1/{+name}/operations).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_hyperparameter_tuning_jobs_operations_list '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_hyperparameter_tuning_jobs_operations_list '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_hyperparameter_tuning_jobs_operations_cancel
Projects Locations Hyperparameter Tuning Jobs Operations Cancel (POST /v1/{+name}:cancel).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_hyperparameter_tuning_jobs_operations_cancel '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_hyperparameter_tuning_jobs_operations_cancel '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_hyperparameter_tuning_jobs_operations_wait
Projects Locations Hyperparameter Tuning Jobs Operations Wait (POST /v1/{+name}:wait).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_hyperparameter_tuning_jobs_operations_wait '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_hyperparameter_tuning_jobs_operations_wait '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_training_pipelines_cancel
Projects Locations Training Pipelines Cancel (POST /v1/{+name}:cancel).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_training_pipelines_cancel '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_training_pipelines_cancel '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_training_pipelines_create
Projects Locations Training Pipelines Create (POST /v1/{+parent}/trainingPipelines).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_training_pipelines_create '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_training_pipelines_create '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_training_pipelines_list
Projects Locations Training Pipelines List (GET /v1/{+parent}/trainingPipelines).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_training_pipelines_list '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_training_pipelines_list '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_training_pipelines_delete
Projects Locations Training Pipelines Delete (DELETE /v1/{+name}).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_training_pipelines_delete '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_training_pipelines_delete '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_training_pipelines_get
Projects Locations Training Pipelines Get (GET /v1/{+name}).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_training_pipelines_get '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_training_pipelines_get '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_training_pipelines_operations_get
Projects Locations Training Pipelines Operations Get (GET /v1/{+name}).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_training_pipelines_operations_get '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_training_pipelines_operations_get '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_training_pipelines_operations_list
Projects Locations Training Pipelines Operations List (GET /v1/{+name}/operations).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_training_pipelines_operations_list '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_training_pipelines_operations_list '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_training_pipelines_operations_cancel
Projects Locations Training Pipelines Operations Cancel (POST /v1/{+name}:cancel).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_training_pipelines_operations_cancel '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_training_pipelines_operations_cancel '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_training_pipelines_operations_wait
Projects Locations Training Pipelines Operations Wait (POST /v1/{+name}:wait).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_training_pipelines_operations_wait '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_training_pipelines_operations_wait '{}' --json google-vertex-ai.google_vertex_ai_projects_locations_training_pipelines_operations_delete
Projects Locations Training Pipelines Operations Delete (DELETE /v1/{+name}).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_training_pipelines_operations_delete '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_projects_locations_training_pipelines_operations_delete '{}' --json google-vertex-ai.google_vertex_ai_deployment_resource_pools_operations_list
Deployment Resource Pools Operations List (GET /v1/{+name}/operations).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_deployment_resource_pools_operations_list '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_deployment_resource_pools_operations_list '{}' --json google-vertex-ai.google_vertex_ai_deployment_resource_pools_operations_cancel
Deployment Resource Pools Operations Cancel (POST /v1/{+name}:cancel).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_deployment_resource_pools_operations_cancel '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_deployment_resource_pools_operations_cancel '{}' --json google-vertex-ai.google_vertex_ai_deployment_resource_pools_operations_wait
Deployment Resource Pools Operations Wait (POST /v1/{+name}:wait).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_deployment_resource_pools_operations_wait '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_deployment_resource_pools_operations_wait '{}' --json google-vertex-ai.google_vertex_ai_deployment_resource_pools_operations_delete
Deployment Resource Pools Operations Delete (DELETE /v1/{+name}).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_deployment_resource_pools_operations_delete '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_deployment_resource_pools_operations_delete '{}' --json google-vertex-ai.google_vertex_ai_deployment_resource_pools_operations_get
Deployment Resource Pools Operations Get (GET /v1/{+name}).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_deployment_resource_pools_operations_get '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_deployment_resource_pools_operations_get '{}' --json google-vertex-ai.google_vertex_ai_specialist_pools_operations_cancel
Specialist Pools Operations Cancel (POST /v1/{+name}:cancel).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_specialist_pools_operations_cancel '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_specialist_pools_operations_cancel '{}' --json google-vertex-ai.google_vertex_ai_specialist_pools_operations_wait
Specialist Pools Operations Wait (POST /v1/{+name}:wait).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_specialist_pools_operations_wait '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_specialist_pools_operations_wait '{}' --json google-vertex-ai.google_vertex_ai_specialist_pools_operations_list
Specialist Pools Operations List (GET /v1/{+name}/operations).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_specialist_pools_operations_list '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_specialist_pools_operations_list '{}' --json google-vertex-ai.google_vertex_ai_specialist_pools_operations_delete
Specialist Pools Operations Delete (DELETE /v1/{+name}).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_specialist_pools_operations_delete '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_specialist_pools_operations_delete '{}' --json google-vertex-ai.google_vertex_ai_specialist_pools_operations_get
Specialist Pools Operations Get (GET /v1/{+name}).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_specialist_pools_operations_get '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_specialist_pools_operations_get '{}' --json google-vertex-ai.google_vertex_ai_persistent_resources_operations_get
Persistent Resources Operations Get (GET /v1/{+name}).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_persistent_resources_operations_get '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_persistent_resources_operations_get '{}' --json google-vertex-ai.google_vertex_ai_persistent_resources_operations_delete
Persistent Resources Operations Delete (DELETE /v1/{+name}).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_persistent_resources_operations_delete '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_persistent_resources_operations_delete '{}' --json google-vertex-ai.google_vertex_ai_persistent_resources_operations_cancel
Persistent Resources Operations Cancel (POST /v1/{+name}:cancel).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_persistent_resources_operations_cancel '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_persistent_resources_operations_cancel '{}' --json google-vertex-ai.google_vertex_ai_persistent_resources_operations_wait
Persistent Resources Operations Wait (POST /v1/{+name}:wait).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_persistent_resources_operations_wait '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_persistent_resources_operations_wait '{}' --json google-vertex-ai.google_vertex_ai_persistent_resources_operations_list
Persistent Resources Operations List (GET /v1/{+name}/operations).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_persistent_resources_operations_list '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_persistent_resources_operations_list '{}' --json google-vertex-ai.google_vertex_ai_index_endpoints_operations_get
Index Endpoints Operations Get (GET /v1/{+name}).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_index_endpoints_operations_get '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_index_endpoints_operations_get '{}' --json google-vertex-ai.google_vertex_ai_index_endpoints_operations_delete
Index Endpoints Operations Delete (DELETE /v1/{+name}).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_index_endpoints_operations_delete '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_index_endpoints_operations_delete '{}' --json google-vertex-ai.google_vertex_ai_index_endpoints_operations_list
Index Endpoints Operations List (GET /v1/{+name}/operations).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_index_endpoints_operations_list '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_index_endpoints_operations_list '{}' --json google-vertex-ai.google_vertex_ai_index_endpoints_operations_cancel
Index Endpoints Operations Cancel (POST /v1/{+name}:cancel).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_index_endpoints_operations_cancel '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_index_endpoints_operations_cancel '{}' --json google-vertex-ai.google_vertex_ai_index_endpoints_operations_wait
Index Endpoints Operations Wait (POST /v1/{+name}:wait).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_index_endpoints_operations_wait '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_index_endpoints_operations_wait '{}' --json google-vertex-ai.google_vertex_ai_hyperparameter_tuning_jobs_operations_delete
Hyperparameter Tuning Jobs Operations Delete (DELETE /v1/{+name}).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_hyperparameter_tuning_jobs_operations_delete '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_hyperparameter_tuning_jobs_operations_delete '{}' --json google-vertex-ai.google_vertex_ai_hyperparameter_tuning_jobs_operations_cancel
Hyperparameter Tuning Jobs Operations Cancel (POST /v1/{+name}:cancel).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_hyperparameter_tuning_jobs_operations_cancel '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_hyperparameter_tuning_jobs_operations_cancel '{}' --json google-vertex-ai.google_vertex_ai_hyperparameter_tuning_jobs_operations_wait
Hyperparameter Tuning Jobs Operations Wait (POST /v1/{+name}:wait).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_hyperparameter_tuning_jobs_operations_wait '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_hyperparameter_tuning_jobs_operations_wait '{}' --json google-vertex-ai.google_vertex_ai_hyperparameter_tuning_jobs_operations_list
Hyperparameter Tuning Jobs Operations List (GET /v1/{+name}/operations).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_hyperparameter_tuning_jobs_operations_list '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_hyperparameter_tuning_jobs_operations_list '{}' --json google-vertex-ai.google_vertex_ai_hyperparameter_tuning_jobs_operations_get
Hyperparameter Tuning Jobs Operations Get (GET /v1/{+name}).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_hyperparameter_tuning_jobs_operations_get '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_hyperparameter_tuning_jobs_operations_get '{}' --json google-vertex-ai.google_vertex_ai_indexes_operations_get
Indexes Operations Get (GET /v1/{+name}).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_indexes_operations_get '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_indexes_operations_get '{}' --json google-vertex-ai.google_vertex_ai_indexes_operations_list
Indexes Operations List (GET /v1/{+name}/operations).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_indexes_operations_list '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_indexes_operations_list '{}' --json google-vertex-ai.google_vertex_ai_indexes_operations_cancel
Indexes Operations Cancel (POST /v1/{+name}:cancel).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_indexes_operations_cancel '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_indexes_operations_cancel '{}' --json google-vertex-ai.google_vertex_ai_indexes_operations_wait
Indexes Operations Wait (POST /v1/{+name}:wait).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_indexes_operations_wait '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_indexes_operations_wait '{}' --json google-vertex-ai.google_vertex_ai_indexes_operations_delete
Indexes Operations Delete (DELETE /v1/{+name}).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_indexes_operations_delete '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_indexes_operations_delete '{}' --json google-vertex-ai.google_vertex_ai_training_pipelines_operations_cancel
Training Pipelines Operations Cancel (POST /v1/{+name}:cancel).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_training_pipelines_operations_cancel '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_training_pipelines_operations_cancel '{}' --json google-vertex-ai.google_vertex_ai_training_pipelines_operations_wait
Training Pipelines Operations Wait (POST /v1/{+name}:wait).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_training_pipelines_operations_wait '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_training_pipelines_operations_wait '{}' --json google-vertex-ai.google_vertex_ai_training_pipelines_operations_list
Training Pipelines Operations List (GET /v1/{+name}/operations).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_training_pipelines_operations_list '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_training_pipelines_operations_list '{}' --json google-vertex-ai.google_vertex_ai_training_pipelines_operations_delete
Training Pipelines Operations Delete (DELETE /v1/{+name}).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_training_pipelines_operations_delete '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_training_pipelines_operations_delete '{}' --json google-vertex-ai.google_vertex_ai_training_pipelines_operations_get
Training Pipelines Operations Get (GET /v1/{+name}).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_training_pipelines_operations_get '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_training_pipelines_operations_get '{}' --json google-vertex-ai.google_vertex_ai_skills_operations_get
Skills Operations Get (GET /v1/{+name}).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_skills_operations_get '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_skills_operations_get '{}' --json google-vertex-ai.google_vertex_ai_skills_operations_delete
Skills Operations Delete (DELETE /v1/{+name}).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_skills_operations_delete '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_skills_operations_delete '{}' --json google-vertex-ai.google_vertex_ai_skills_operations_list
Skills Operations List (GET /v1/{+name}/operations).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_skills_operations_list '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_skills_operations_list '{}' --json google-vertex-ai.google_vertex_ai_skills_operations_cancel
Skills Operations Cancel (POST /v1/{+name}:cancel).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_skills_operations_cancel '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_skills_operations_cancel '{}' --json google-vertex-ai.google_vertex_ai_skills_operations_wait
Skills Operations Wait (POST /v1/{+name}:wait).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_skills_operations_wait '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_skills_operations_wait '{}' --json google-vertex-ai.google_vertex_ai_endpoints_predict_long_running
Endpoints Predict Long Running (POST /v1/{+endpoint}:predictLongRunning).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_endpoints_predict_long_running '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_endpoints_predict_long_running '{}' --json google-vertex-ai.google_vertex_ai_endpoints_fetch_predict_operation
Endpoints Fetch Predict Operation (POST /v1/{+endpoint}:fetchPredictOperation).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_endpoints_fetch_predict_operation '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_endpoints_fetch_predict_operation '{}' --json google-vertex-ai.google_vertex_ai_endpoints_stream_generate_content
Endpoints Stream Generate Content (POST /v1/{+model}:streamGenerateContent).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_endpoints_stream_generate_content '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_endpoints_stream_generate_content '{}' --json google-vertex-ai.google_vertex_ai_endpoints_compute_tokens
Endpoints Compute Tokens (POST /v1/{+endpoint}:computeTokens).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_endpoints_compute_tokens '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_endpoints_compute_tokens '{}' --json google-vertex-ai.google_vertex_ai_endpoints_count_tokens
Endpoints Count Tokens (POST /v1/{+endpoint}:countTokens).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_endpoints_count_tokens '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_endpoints_count_tokens '{}' --json google-vertex-ai.google_vertex_ai_endpoints_predict
Endpoints Predict (POST /v1/{+endpoint}:predict).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_endpoints_predict '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_endpoints_predict '{}' --json google-vertex-ai.google_vertex_ai_endpoints_generate_content
Endpoints Generate Content (POST /v1/{+model}:generateContent).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_endpoints_generate_content '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_endpoints_generate_content '{}' --json google-vertex-ai.google_vertex_ai_endpoints_operations_delete
Endpoints Operations Delete (DELETE /v1/{+name}).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_endpoints_operations_delete '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_endpoints_operations_delete '{}' --json google-vertex-ai.google_vertex_ai_endpoints_operations_list
Endpoints Operations List (GET /v1/{+name}/operations).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_endpoints_operations_list '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_endpoints_operations_list '{}' --json google-vertex-ai.google_vertex_ai_endpoints_operations_cancel
Endpoints Operations Cancel (POST /v1/{+name}:cancel).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_endpoints_operations_cancel '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_endpoints_operations_cancel '{}' --json google-vertex-ai.google_vertex_ai_endpoints_operations_wait
Endpoints Operations Wait (POST /v1/{+name}:wait).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_endpoints_operations_wait '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_endpoints_operations_wait '{}' --json google-vertex-ai.google_vertex_ai_endpoints_operations_get
Endpoints Operations Get (GET /v1/{+name}).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_endpoints_operations_get '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_endpoints_operations_get '{}' --json google-vertex-ai.google_vertex_ai_endpoints_chat_completions
Endpoints Chat Completions (POST /v1/{+endpoint}/chat/completions).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_endpoints_chat_completions '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_endpoints_chat_completions '{}' --json google-vertex-ai.google_vertex_ai_pipeline_jobs_operations_get
Pipeline Jobs Operations Get (GET /v1/{+name}).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_pipeline_jobs_operations_get '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_pipeline_jobs_operations_get '{}' --json google-vertex-ai.google_vertex_ai_pipeline_jobs_operations_delete
Pipeline Jobs Operations Delete (DELETE /v1/{+name}).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_pipeline_jobs_operations_delete '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_pipeline_jobs_operations_delete '{}' --json google-vertex-ai.google_vertex_ai_pipeline_jobs_operations_cancel
Pipeline Jobs Operations Cancel (POST /v1/{+name}:cancel).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_pipeline_jobs_operations_cancel '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_pipeline_jobs_operations_cancel '{}' --json google-vertex-ai.google_vertex_ai_pipeline_jobs_operations_wait
Pipeline Jobs Operations Wait (POST /v1/{+name}:wait).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_pipeline_jobs_operations_wait '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_pipeline_jobs_operations_wait '{}' --json google-vertex-ai.google_vertex_ai_pipeline_jobs_operations_list
Pipeline Jobs Operations List (GET /v1/{+name}/operations).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_pipeline_jobs_operations_list '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_pipeline_jobs_operations_list '{}' --json google-vertex-ai.google_vertex_ai_rag_corpora_operations_delete
Rag Corpora Operations Delete (DELETE /v1/{+name}).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_rag_corpora_operations_delete '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_rag_corpora_operations_delete '{}' --json google-vertex-ai.google_vertex_ai_rag_corpora_operations_cancel
Rag Corpora Operations Cancel (POST /v1/{+name}:cancel).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_rag_corpora_operations_cancel '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_rag_corpora_operations_cancel '{}' --json google-vertex-ai.google_vertex_ai_rag_corpora_operations_wait
Rag Corpora Operations Wait (POST /v1/{+name}:wait).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_rag_corpora_operations_wait '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_rag_corpora_operations_wait '{}' --json google-vertex-ai.google_vertex_ai_rag_corpora_operations_list
Rag Corpora Operations List (GET /v1/{+name}/operations).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_rag_corpora_operations_list '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_rag_corpora_operations_list '{}' --json google-vertex-ai.google_vertex_ai_rag_corpora_operations_get
Rag Corpora Operations Get (GET /v1/{+name}).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_rag_corpora_operations_get '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_rag_corpora_operations_get '{}' --json google-vertex-ai.google_vertex_ai_rag_corpora_rag_files_operations_get
Rag Corpora Rag Files Operations Get (GET /v1/{+name}).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_rag_corpora_rag_files_operations_get '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_rag_corpora_rag_files_operations_get '{}' --json google-vertex-ai.google_vertex_ai_rag_corpora_rag_files_operations_list
Rag Corpora Rag Files Operations List (GET /v1/{+name}/operations).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_rag_corpora_rag_files_operations_list '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_rag_corpora_rag_files_operations_list '{}' --json google-vertex-ai.google_vertex_ai_rag_corpora_rag_files_operations_cancel
Rag Corpora Rag Files Operations Cancel (POST /v1/{+name}:cancel).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_rag_corpora_rag_files_operations_cancel '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_rag_corpora_rag_files_operations_cancel '{}' --json google-vertex-ai.google_vertex_ai_rag_corpora_rag_files_operations_wait
Rag Corpora Rag Files Operations Wait (POST /v1/{+name}:wait).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_rag_corpora_rag_files_operations_wait '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_rag_corpora_rag_files_operations_wait '{}' --json google-vertex-ai.google_vertex_ai_rag_corpora_rag_files_operations_delete
Rag Corpora Rag Files Operations Delete (DELETE /v1/{+name}).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_rag_corpora_rag_files_operations_delete '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_rag_corpora_rag_files_operations_delete '{}' --json google-vertex-ai.google_vertex_ai_tensorboards_operations_list
Tensorboards Operations List (GET /v1/{+name}/operations).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_tensorboards_operations_list '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_tensorboards_operations_list '{}' --json google-vertex-ai.google_vertex_ai_tensorboards_operations_cancel
Tensorboards Operations Cancel (POST /v1/{+name}:cancel).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_tensorboards_operations_cancel '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_tensorboards_operations_cancel '{}' --json google-vertex-ai.google_vertex_ai_tensorboards_operations_wait
Tensorboards Operations Wait (POST /v1/{+name}:wait).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_tensorboards_operations_wait '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_tensorboards_operations_wait '{}' --json google-vertex-ai.google_vertex_ai_tensorboards_operations_delete
Tensorboards Operations Delete (DELETE /v1/{+name}).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_tensorboards_operations_delete '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_tensorboards_operations_delete '{}' --json google-vertex-ai.google_vertex_ai_tensorboards_operations_get
Tensorboards Operations Get (GET /v1/{+name}).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_tensorboards_operations_get '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_tensorboards_operations_get '{}' --json google-vertex-ai.google_vertex_ai_tensorboards_experiments_operations_cancel
Tensorboards Experiments Operations Cancel (POST /v1/{+name}:cancel).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_tensorboards_experiments_operations_cancel '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_tensorboards_experiments_operations_cancel '{}' --json google-vertex-ai.google_vertex_ai_tensorboards_experiments_operations_wait
Tensorboards Experiments Operations Wait (POST /v1/{+name}:wait).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_tensorboards_experiments_operations_wait '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_tensorboards_experiments_operations_wait '{}' --json google-vertex-ai.google_vertex_ai_tensorboards_experiments_operations_list
Tensorboards Experiments Operations List (GET /v1/{+name}/operations).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_tensorboards_experiments_operations_list '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_tensorboards_experiments_operations_list '{}' --json google-vertex-ai.google_vertex_ai_tensorboards_experiments_operations_delete
Tensorboards Experiments Operations Delete (DELETE /v1/{+name}).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_tensorboards_experiments_operations_delete '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_tensorboards_experiments_operations_delete '{}' --json google-vertex-ai.google_vertex_ai_tensorboards_experiments_operations_get
Tensorboards Experiments Operations Get (GET /v1/{+name}).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_tensorboards_experiments_operations_get '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_tensorboards_experiments_operations_get '{}' --json google-vertex-ai.google_vertex_ai_tensorboards_experiments_runs_operations_delete
Tensorboards Experiments Runs Operations Delete (DELETE /v1/{+name}).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_tensorboards_experiments_runs_operations_delete '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_tensorboards_experiments_runs_operations_delete '{}' --json google-vertex-ai.google_vertex_ai_tensorboards_experiments_runs_operations_cancel
Tensorboards Experiments Runs Operations Cancel (POST /v1/{+name}:cancel).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_tensorboards_experiments_runs_operations_cancel '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_tensorboards_experiments_runs_operations_cancel '{}' --json google-vertex-ai.google_vertex_ai_tensorboards_experiments_runs_operations_wait
Tensorboards Experiments Runs Operations Wait (POST /v1/{+name}:wait).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_tensorboards_experiments_runs_operations_wait '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_tensorboards_experiments_runs_operations_wait '{}' --json google-vertex-ai.google_vertex_ai_tensorboards_experiments_runs_operations_list
Tensorboards Experiments Runs Operations List (GET /v1/{+name}/operations).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_tensorboards_experiments_runs_operations_list '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_tensorboards_experiments_runs_operations_list '{}' --json google-vertex-ai.google_vertex_ai_tensorboards_experiments_runs_operations_get
Tensorboards Experiments Runs Operations Get (GET /v1/{+name}).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_tensorboards_experiments_runs_operations_get '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_tensorboards_experiments_runs_operations_get '{}' --json google-vertex-ai.google_vertex_ai_tensorboards_experiments_runs_time_series_operations_delete
Tensorboards Experiments Runs Time Series Operations Delete (DELETE /v1/{+name}).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_tensorboards_experiments_runs_time_series_operations_delete '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_tensorboards_experiments_runs_time_series_operations_delete '{}' --json google-vertex-ai.google_vertex_ai_tensorboards_experiments_runs_time_series_operations_cancel
Tensorboards Experiments Runs Time Series Operations Cancel (POST /v1/{+name}:cancel).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_tensorboards_experiments_runs_time_series_operations_cancel '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_tensorboards_experiments_runs_time_series_operations_cancel '{}' --json google-vertex-ai.google_vertex_ai_tensorboards_experiments_runs_time_series_operations_wait
Tensorboards Experiments Runs Time Series Operations Wait (POST /v1/{+name}:wait).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_tensorboards_experiments_runs_time_series_operations_wait '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_tensorboards_experiments_runs_time_series_operations_wait '{}' --json google-vertex-ai.google_vertex_ai_tensorboards_experiments_runs_time_series_operations_list
Tensorboards Experiments Runs Time Series Operations List (GET /v1/{+name}/operations).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_tensorboards_experiments_runs_time_series_operations_list '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_tensorboards_experiments_runs_time_series_operations_list '{}' --json google-vertex-ai.google_vertex_ai_tensorboards_experiments_runs_time_series_operations_get
Tensorboards Experiments Runs Time Series Operations Get (GET /v1/{+name}).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_tensorboards_experiments_runs_time_series_operations_get '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_tensorboards_experiments_runs_time_series_operations_get '{}' --json google-vertex-ai.google_vertex_ai_notebook_execution_jobs_operations_cancel
Notebook Execution Jobs Operations Cancel (POST /v1/{+name}:cancel).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_notebook_execution_jobs_operations_cancel '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_notebook_execution_jobs_operations_cancel '{}' --json google-vertex-ai.google_vertex_ai_notebook_execution_jobs_operations_wait
Notebook Execution Jobs Operations Wait (POST /v1/{+name}:wait).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_notebook_execution_jobs_operations_wait '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_notebook_execution_jobs_operations_wait '{}' --json google-vertex-ai.google_vertex_ai_notebook_execution_jobs_operations_list
Notebook Execution Jobs Operations List (GET /v1/{+name}/operations).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_notebook_execution_jobs_operations_list '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_notebook_execution_jobs_operations_list '{}' --json google-vertex-ai.google_vertex_ai_notebook_execution_jobs_operations_delete
Notebook Execution Jobs Operations Delete (DELETE /v1/{+name}).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_notebook_execution_jobs_operations_delete '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_notebook_execution_jobs_operations_delete '{}' --json google-vertex-ai.google_vertex_ai_notebook_execution_jobs_operations_get
Notebook Execution Jobs Operations Get (GET /v1/{+name}).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_notebook_execution_jobs_operations_get '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_notebook_execution_jobs_operations_get '{}' --json google-vertex-ai.google_vertex_ai_rag_engine_config_operations_get
Rag Engine Config Operations Get (GET /v1/{+name}).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_rag_engine_config_operations_get '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_rag_engine_config_operations_get '{}' --json google-vertex-ai.google_vertex_ai_rag_engine_config_operations_list
Rag Engine Config Operations List (GET /v1/{+name}/operations).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_rag_engine_config_operations_list '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_rag_engine_config_operations_list '{}' --json google-vertex-ai.google_vertex_ai_rag_engine_config_operations_cancel
Rag Engine Config Operations Cancel (POST /v1/{+name}:cancel).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_rag_engine_config_operations_cancel '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_rag_engine_config_operations_cancel '{}' --json google-vertex-ai.google_vertex_ai_rag_engine_config_operations_wait
Rag Engine Config Operations Wait (POST /v1/{+name}:wait).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_rag_engine_config_operations_wait '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_rag_engine_config_operations_wait '{}' --json google-vertex-ai.google_vertex_ai_rag_engine_config_operations_delete
Rag Engine Config Operations Delete (DELETE /v1/{+name}).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_rag_engine_config_operations_delete '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_rag_engine_config_operations_delete '{}' --json google-vertex-ai.google_vertex_ai_feature_online_stores_operations_get
Feature Online Stores Operations Get (GET /v1/{+name}).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_feature_online_stores_operations_get '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_feature_online_stores_operations_get '{}' --json google-vertex-ai.google_vertex_ai_feature_online_stores_operations_delete
Feature Online Stores Operations Delete (DELETE /v1/{+name}).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_feature_online_stores_operations_delete '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_feature_online_stores_operations_delete '{}' --json google-vertex-ai.google_vertex_ai_feature_online_stores_operations_list_wait
Feature Online Stores Operations List Wait (GET /v1/{+name}:wait).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_feature_online_stores_operations_list_wait '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_feature_online_stores_operations_list_wait '{}' --json google-vertex-ai.google_vertex_ai_feature_online_stores_operations_wait
Feature Online Stores Operations Wait (POST /v1/{+name}:wait).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_feature_online_stores_operations_wait '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_feature_online_stores_operations_wait '{}' --json google-vertex-ai.google_vertex_ai_feature_online_stores_feature_views_operations_wait
Feature Online Stores Feature Views Operations Wait (POST /v1/{+name}:wait).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_feature_online_stores_feature_views_operations_wait '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_feature_online_stores_feature_views_operations_wait '{}' --json google-vertex-ai.google_vertex_ai_feature_online_stores_feature_views_operations_list_wait
Feature Online Stores Feature Views Operations List Wait (GET /v1/{+name}:wait).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_feature_online_stores_feature_views_operations_list_wait '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_feature_online_stores_feature_views_operations_list_wait '{}' --json google-vertex-ai.google_vertex_ai_feature_online_stores_feature_views_operations_delete
Feature Online Stores Feature Views Operations Delete (DELETE /v1/{+name}).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_feature_online_stores_feature_views_operations_delete '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_feature_online_stores_feature_views_operations_delete '{}' --json google-vertex-ai.google_vertex_ai_feature_online_stores_feature_views_operations_get
Feature Online Stores Feature Views Operations Get (GET /v1/{+name}).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_feature_online_stores_feature_views_operations_get '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_feature_online_stores_feature_views_operations_get '{}' --json google-vertex-ai.google_vertex_ai_datasets_get
Datasets Get (GET /v1/{+name}).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_datasets_get '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_datasets_get '{}' --json google-vertex-ai.google_vertex_ai_datasets_delete
Datasets Delete (DELETE /v1/{+name}).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_datasets_delete '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_datasets_delete '{}' --json google-vertex-ai.google_vertex_ai_datasets_create
Datasets Create (POST /v1/datasets).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_datasets_create '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_datasets_create '{}' --json google-vertex-ai.google_vertex_ai_datasets_patch
Datasets Patch (PATCH /v1/{+name}).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_datasets_patch '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_datasets_patch '{}' --json google-vertex-ai.google_vertex_ai_datasets_list
Datasets List (GET /v1/datasets).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_datasets_list '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_datasets_list '{}' --json google-vertex-ai.google_vertex_ai_datasets_operations_get
Datasets Operations Get (GET /v1/{+name}).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_datasets_operations_get '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_datasets_operations_get '{}' --json google-vertex-ai.google_vertex_ai_datasets_operations_delete
Datasets Operations Delete (DELETE /v1/{+name}).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_datasets_operations_delete '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_datasets_operations_delete '{}' --json google-vertex-ai.google_vertex_ai_datasets_operations_list
Datasets Operations List (GET /v1/{+name}/operations).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_datasets_operations_list '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_datasets_operations_list '{}' --json google-vertex-ai.google_vertex_ai_datasets_operations_cancel
Datasets Operations Cancel (POST /v1/{+name}:cancel).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_datasets_operations_cancel '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_datasets_operations_cancel '{}' --json google-vertex-ai.google_vertex_ai_datasets_operations_wait
Datasets Operations Wait (POST /v1/{+name}:wait).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_datasets_operations_wait '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_datasets_operations_wait '{}' --json google-vertex-ai.google_vertex_ai_datasets_saved_queries_operations_delete
Datasets Saved Queries Operations Delete (DELETE /v1/{+name}).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_datasets_saved_queries_operations_delete '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_datasets_saved_queries_operations_delete '{}' --json google-vertex-ai.google_vertex_ai_datasets_saved_queries_operations_list
Datasets Saved Queries Operations List (GET /v1/{+name}/operations).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_datasets_saved_queries_operations_list '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_datasets_saved_queries_operations_list '{}' --json google-vertex-ai.google_vertex_ai_datasets_saved_queries_operations_cancel
Datasets Saved Queries Operations Cancel (POST /v1/{+name}:cancel).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_datasets_saved_queries_operations_cancel '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_datasets_saved_queries_operations_cancel '{}' --json google-vertex-ai.google_vertex_ai_datasets_saved_queries_operations_wait
Datasets Saved Queries Operations Wait (POST /v1/{+name}:wait).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_datasets_saved_queries_operations_wait '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_datasets_saved_queries_operations_wait '{}' --json google-vertex-ai.google_vertex_ai_datasets_saved_queries_operations_get
Datasets Saved Queries Operations Get (GET /v1/{+name}).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_datasets_saved_queries_operations_get '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_datasets_saved_queries_operations_get '{}' --json google-vertex-ai.google_vertex_ai_datasets_dataset_versions_create
Datasets Dataset Versions Create (POST /v1/{+parent}/datasetVersions).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_datasets_dataset_versions_create '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_datasets_dataset_versions_create '{}' --json google-vertex-ai.google_vertex_ai_datasets_dataset_versions_patch
Datasets Dataset Versions Patch (PATCH /v1/{+name}).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_datasets_dataset_versions_patch '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_datasets_dataset_versions_patch '{}' --json google-vertex-ai.google_vertex_ai_datasets_dataset_versions_list
Datasets Dataset Versions List (GET /v1/{+parent}/datasetVersions).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_datasets_dataset_versions_list '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_datasets_dataset_versions_list '{}' --json google-vertex-ai.google_vertex_ai_datasets_dataset_versions_delete
Datasets Dataset Versions Delete (DELETE /v1/{+name}).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_datasets_dataset_versions_delete '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_datasets_dataset_versions_delete '{}' --json google-vertex-ai.google_vertex_ai_datasets_dataset_versions_restore
Datasets Dataset Versions Restore (GET /v1/{+name}:restore).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_datasets_dataset_versions_restore '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_datasets_dataset_versions_restore '{}' --json google-vertex-ai.google_vertex_ai_datasets_dataset_versions_get
Datasets Dataset Versions Get (GET /v1/{+name}).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_datasets_dataset_versions_get '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_datasets_dataset_versions_get '{}' --json google-vertex-ai.google_vertex_ai_datasets_annotation_specs_operations_delete
Datasets Annotation Specs Operations Delete (DELETE /v1/{+name}).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_datasets_annotation_specs_operations_delete '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_datasets_annotation_specs_operations_delete '{}' --json google-vertex-ai.google_vertex_ai_datasets_annotation_specs_operations_cancel
Datasets Annotation Specs Operations Cancel (POST /v1/{+name}:cancel).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_datasets_annotation_specs_operations_cancel '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_datasets_annotation_specs_operations_cancel '{}' --json google-vertex-ai.google_vertex_ai_datasets_annotation_specs_operations_wait
Datasets Annotation Specs Operations Wait (POST /v1/{+name}:wait).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_datasets_annotation_specs_operations_wait '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_datasets_annotation_specs_operations_wait '{}' --json google-vertex-ai.google_vertex_ai_datasets_annotation_specs_operations_list
Datasets Annotation Specs Operations List (GET /v1/{+name}/operations).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_datasets_annotation_specs_operations_list '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_datasets_annotation_specs_operations_list '{}' --json google-vertex-ai.google_vertex_ai_datasets_annotation_specs_operations_get
Datasets Annotation Specs Operations Get (GET /v1/{+name}).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_datasets_annotation_specs_operations_get '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_datasets_annotation_specs_operations_get '{}' --json google-vertex-ai.google_vertex_ai_datasets_data_items_annotations_operations_get
Datasets Data Items Annotations Operations Get (GET /v1/{+name}).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_datasets_data_items_annotations_operations_get '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_datasets_data_items_annotations_operations_get '{}' --json google-vertex-ai.google_vertex_ai_datasets_data_items_annotations_operations_delete
Datasets Data Items Annotations Operations Delete (DELETE /v1/{+name}).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_datasets_data_items_annotations_operations_delete '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_datasets_data_items_annotations_operations_delete '{}' --json google-vertex-ai.google_vertex_ai_datasets_data_items_annotations_operations_list
Datasets Data Items Annotations Operations List (GET /v1/{+name}/operations).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_datasets_data_items_annotations_operations_list '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_datasets_data_items_annotations_operations_list '{}' --json google-vertex-ai.google_vertex_ai_datasets_data_items_annotations_operations_cancel
Datasets Data Items Annotations Operations Cancel (POST /v1/{+name}:cancel).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_datasets_data_items_annotations_operations_cancel '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_datasets_data_items_annotations_operations_cancel '{}' --json google-vertex-ai.google_vertex_ai_datasets_data_items_annotations_operations_wait
Datasets Data Items Annotations Operations Wait (POST /v1/{+name}:wait).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_datasets_data_items_annotations_operations_wait '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_datasets_data_items_annotations_operations_wait '{}' --json google-vertex-ai.google_vertex_ai_datasets_data_items_operations_cancel
Datasets Data Items Operations Cancel (POST /v1/{+name}:cancel).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_datasets_data_items_operations_cancel '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_datasets_data_items_operations_cancel '{}' --json google-vertex-ai.google_vertex_ai_datasets_data_items_operations_wait
Datasets Data Items Operations Wait (POST /v1/{+name}:wait).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_datasets_data_items_operations_wait '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_datasets_data_items_operations_wait '{}' --json google-vertex-ai.google_vertex_ai_datasets_data_items_operations_list
Datasets Data Items Operations List (GET /v1/{+name}/operations).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_datasets_data_items_operations_list '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_datasets_data_items_operations_list '{}' --json google-vertex-ai.google_vertex_ai_datasets_data_items_operations_delete
Datasets Data Items Operations Delete (DELETE /v1/{+name}).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_datasets_data_items_operations_delete '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_datasets_data_items_operations_delete '{}' --json google-vertex-ai.google_vertex_ai_datasets_data_items_operations_get
Datasets Data Items Operations Get (GET /v1/{+name}).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_datasets_data_items_operations_get '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_datasets_data_items_operations_get '{}' --json google-vertex-ai.google_vertex_ai_publishers_models_predict
Publishers Models Predict (POST /v1/{+endpoint}:predict).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_publishers_models_predict '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_publishers_models_predict '{}' --json google-vertex-ai.google_vertex_ai_publishers_models_generate_content
Publishers Models Generate Content (POST /v1/{+model}:generateContent).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_publishers_models_generate_content '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_publishers_models_generate_content '{}' --json google-vertex-ai.google_vertex_ai_publishers_models_compute_tokens
Publishers Models Compute Tokens (POST /v1/{+endpoint}:computeTokens).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_publishers_models_compute_tokens '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_publishers_models_compute_tokens '{}' --json google-vertex-ai.google_vertex_ai_publishers_models_count_tokens
Publishers Models Count Tokens (POST /v1/{+endpoint}:countTokens).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_publishers_models_count_tokens '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_publishers_models_count_tokens '{}' --json google-vertex-ai.google_vertex_ai_publishers_models_predict_long_running
Publishers Models Predict Long Running (POST /v1/{+endpoint}:predictLongRunning).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_publishers_models_predict_long_running '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_publishers_models_predict_long_running '{}' --json google-vertex-ai.google_vertex_ai_publishers_models_get
Publishers Models Get (GET /v1/{+name}).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_publishers_models_get '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_publishers_models_get '{}' --json google-vertex-ai.google_vertex_ai_publishers_models_fetch_predict_operation
Publishers Models Fetch Predict Operation (POST /v1/{+endpoint}:fetchPredictOperation).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_publishers_models_fetch_predict_operation '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_publishers_models_fetch_predict_operation '{}' --json google-vertex-ai.google_vertex_ai_publishers_models_stream_generate_content
Publishers Models Stream Generate Content (POST /v1/{+model}:streamGenerateContent).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_publishers_models_stream_generate_content '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_publishers_models_stream_generate_content '{}' --json google-vertex-ai.google_vertex_ai_featurestores_operations_get
Featurestores Operations Get (GET /v1/{+name}).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_featurestores_operations_get '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_featurestores_operations_get '{}' --json google-vertex-ai.google_vertex_ai_featurestores_operations_delete
Featurestores Operations Delete (DELETE /v1/{+name}).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_featurestores_operations_delete '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_featurestores_operations_delete '{}' --json google-vertex-ai.google_vertex_ai_featurestores_operations_list
Featurestores Operations List (GET /v1/{+name}/operations).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_featurestores_operations_list '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_featurestores_operations_list '{}' --json google-vertex-ai.google_vertex_ai_featurestores_operations_cancel
Featurestores Operations Cancel (POST /v1/{+name}:cancel).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_featurestores_operations_cancel '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_featurestores_operations_cancel '{}' --json google-vertex-ai.google_vertex_ai_featurestores_operations_wait
Featurestores Operations Wait (POST /v1/{+name}:wait).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_featurestores_operations_wait '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_featurestores_operations_wait '{}' --json google-vertex-ai.google_vertex_ai_featurestores_entity_types_operations_delete
Featurestores Entity Types Operations Delete (DELETE /v1/{+name}).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_featurestores_entity_types_operations_delete '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_featurestores_entity_types_operations_delete '{}' --json google-vertex-ai.google_vertex_ai_featurestores_entity_types_operations_cancel
Featurestores Entity Types Operations Cancel (POST /v1/{+name}:cancel).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_featurestores_entity_types_operations_cancel '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_featurestores_entity_types_operations_cancel '{}' --json google-vertex-ai.google_vertex_ai_featurestores_entity_types_operations_wait
Featurestores Entity Types Operations Wait (POST /v1/{+name}:wait).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_featurestores_entity_types_operations_wait '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_featurestores_entity_types_operations_wait '{}' --json google-vertex-ai.google_vertex_ai_featurestores_entity_types_operations_list
Featurestores Entity Types Operations List (GET /v1/{+name}/operations).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_featurestores_entity_types_operations_list '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_featurestores_entity_types_operations_list '{}' --json google-vertex-ai.google_vertex_ai_featurestores_entity_types_operations_get
Featurestores Entity Types Operations Get (GET /v1/{+name}).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_featurestores_entity_types_operations_get '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_featurestores_entity_types_operations_get '{}' --json google-vertex-ai.google_vertex_ai_featurestores_entity_types_features_operations_delete
Featurestores Entity Types Features Operations Delete (DELETE /v1/{+name}).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_featurestores_entity_types_features_operations_delete '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_featurestores_entity_types_features_operations_delete '{}' --json google-vertex-ai.google_vertex_ai_featurestores_entity_types_features_operations_list
Featurestores Entity Types Features Operations List (GET /v1/{+name}/operations).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_featurestores_entity_types_features_operations_list '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_featurestores_entity_types_features_operations_list '{}' --json google-vertex-ai.google_vertex_ai_featurestores_entity_types_features_operations_cancel
Featurestores Entity Types Features Operations Cancel (POST /v1/{+name}:cancel).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_featurestores_entity_types_features_operations_cancel '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_featurestores_entity_types_features_operations_cancel '{}' --json google-vertex-ai.google_vertex_ai_featurestores_entity_types_features_operations_wait
Featurestores Entity Types Features Operations Wait (POST /v1/{+name}:wait).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_featurestores_entity_types_features_operations_wait '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_featurestores_entity_types_features_operations_wait '{}' --json google-vertex-ai.google_vertex_ai_featurestores_entity_types_features_operations_get
Featurestores Entity Types Features Operations Get (GET /v1/{+name}).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_featurestores_entity_types_features_operations_get '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_featurestores_entity_types_features_operations_get '{}' --json google-vertex-ai.google_vertex_ai_metadata_stores_operations_cancel
Metadata Stores Operations Cancel (POST /v1/{+name}:cancel).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_metadata_stores_operations_cancel '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_metadata_stores_operations_cancel '{}' --json google-vertex-ai.google_vertex_ai_metadata_stores_operations_wait
Metadata Stores Operations Wait (POST /v1/{+name}:wait).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_metadata_stores_operations_wait '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_metadata_stores_operations_wait '{}' --json google-vertex-ai.google_vertex_ai_metadata_stores_operations_list
Metadata Stores Operations List (GET /v1/{+name}/operations).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_metadata_stores_operations_list '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_metadata_stores_operations_list '{}' --json google-vertex-ai.google_vertex_ai_metadata_stores_operations_delete
Metadata Stores Operations Delete (DELETE /v1/{+name}).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_metadata_stores_operations_delete '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_metadata_stores_operations_delete '{}' --json google-vertex-ai.google_vertex_ai_metadata_stores_operations_get
Metadata Stores Operations Get (GET /v1/{+name}).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_metadata_stores_operations_get '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_metadata_stores_operations_get '{}' --json google-vertex-ai.google_vertex_ai_metadata_stores_artifacts_operations_delete
Metadata Stores Artifacts Operations Delete (DELETE /v1/{+name}).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_metadata_stores_artifacts_operations_delete '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_metadata_stores_artifacts_operations_delete '{}' --json google-vertex-ai.google_vertex_ai_metadata_stores_artifacts_operations_cancel
Metadata Stores Artifacts Operations Cancel (POST /v1/{+name}:cancel).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_metadata_stores_artifacts_operations_cancel '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_metadata_stores_artifacts_operations_cancel '{}' --json google-vertex-ai.google_vertex_ai_metadata_stores_artifacts_operations_wait
Metadata Stores Artifacts Operations Wait (POST /v1/{+name}:wait).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_metadata_stores_artifacts_operations_wait '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_metadata_stores_artifacts_operations_wait '{}' --json google-vertex-ai.google_vertex_ai_metadata_stores_artifacts_operations_list
Metadata Stores Artifacts Operations List (GET /v1/{+name}/operations).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_metadata_stores_artifacts_operations_list '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_metadata_stores_artifacts_operations_list '{}' --json google-vertex-ai.google_vertex_ai_metadata_stores_artifacts_operations_get
Metadata Stores Artifacts Operations Get (GET /v1/{+name}).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_metadata_stores_artifacts_operations_get '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_metadata_stores_artifacts_operations_get '{}' --json google-vertex-ai.google_vertex_ai_metadata_stores_contexts_operations_get
Metadata Stores Contexts Operations Get (GET /v1/{+name}).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_metadata_stores_contexts_operations_get '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_metadata_stores_contexts_operations_get '{}' --json google-vertex-ai.google_vertex_ai_metadata_stores_contexts_operations_delete
Metadata Stores Contexts Operations Delete (DELETE /v1/{+name}).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_metadata_stores_contexts_operations_delete '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_metadata_stores_contexts_operations_delete '{}' --json google-vertex-ai.google_vertex_ai_metadata_stores_contexts_operations_cancel
Metadata Stores Contexts Operations Cancel (POST /v1/{+name}:cancel).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_metadata_stores_contexts_operations_cancel '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_metadata_stores_contexts_operations_cancel '{}' --json google-vertex-ai.google_vertex_ai_metadata_stores_contexts_operations_wait
Metadata Stores Contexts Operations Wait (POST /v1/{+name}:wait).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_metadata_stores_contexts_operations_wait '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_metadata_stores_contexts_operations_wait '{}' --json google-vertex-ai.google_vertex_ai_metadata_stores_contexts_operations_list
Metadata Stores Contexts Operations List (GET /v1/{+name}/operations).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_metadata_stores_contexts_operations_list '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_metadata_stores_contexts_operations_list '{}' --json google-vertex-ai.google_vertex_ai_metadata_stores_executions_operations_get
Metadata Stores Executions Operations Get (GET /v1/{+name}).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_metadata_stores_executions_operations_get '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_metadata_stores_executions_operations_get '{}' --json google-vertex-ai.google_vertex_ai_metadata_stores_executions_operations_delete
Metadata Stores Executions Operations Delete (DELETE /v1/{+name}).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_metadata_stores_executions_operations_delete '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_metadata_stores_executions_operations_delete '{}' --json google-vertex-ai.google_vertex_ai_metadata_stores_executions_operations_list
Metadata Stores Executions Operations List (GET /v1/{+name}/operations).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_metadata_stores_executions_operations_list '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_metadata_stores_executions_operations_list '{}' --json google-vertex-ai.google_vertex_ai_metadata_stores_executions_operations_cancel
Metadata Stores Executions Operations Cancel (POST /v1/{+name}:cancel).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_metadata_stores_executions_operations_cancel '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_metadata_stores_executions_operations_cancel '{}' --json google-vertex-ai.google_vertex_ai_metadata_stores_executions_operations_wait
Metadata Stores Executions Operations Wait (POST /v1/{+name}:wait).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_metadata_stores_executions_operations_wait '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_metadata_stores_executions_operations_wait '{}' --json google-vertex-ai.google_vertex_ai_batch_prediction_jobs_get
Batch Prediction Jobs Get (GET /v1/{+name}).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_batch_prediction_jobs_get '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_batch_prediction_jobs_get '{}' --json google-vertex-ai.google_vertex_ai_batch_prediction_jobs_create
Batch Prediction Jobs Create (POST /v1/batchPredictionJobs).
write - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_batch_prediction_jobs_create '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_batch_prediction_jobs_create '{}' --json google-vertex-ai.google_vertex_ai_batch_prediction_jobs_list
Batch Prediction Jobs List (GET /v1/batchPredictionJobs).
read - Parameters
- none
kosmo integrations:call google-vertex-ai.google_vertex_ai_batch_prediction_jobs_list '{}' --json kosmo integrations:google-vertex-ai google_vertex_ai_batch_prediction_jobs_list '{}' --json Function Schemas
Use these parameter tables when building CLI payloads without calling integrations:schema first.
google-vertex-ai.google_vertex_ai_reasoning_engines_stream_query 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_reasoning_engines_stream_query --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_reasoning_engines_async_query 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_reasoning_engines_async_query --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_reasoning_engines_delete 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_reasoning_engines_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_reasoning_engines_list 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_reasoning_engines_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_reasoning_engines_patch 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_reasoning_engines_patch --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_reasoning_engines_get 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_reasoning_engines_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_reasoning_engines_query 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_reasoning_engines_query --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_reasoning_engines_execute_code 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_reasoning_engines_execute_code --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_reasoning_engines_create 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_reasoning_engines_create --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_reasoning_engines_runtime_revisions_stream_query 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_reasoning_engines_runtime_revisions_stream_query --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_reasoning_engines_runtime_revisions_query 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_reasoning_engines_runtime_revisions_query --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_reasoning_engines_sandbox_environments_delete 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_reasoning_engines_sandbox_environments_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_reasoning_engines_sandbox_environments_create 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_reasoning_engines_sandbox_environments_create --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_reasoning_engines_sandbox_environments_list 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_reasoning_engines_sandbox_environments_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_reasoning_engines_sandbox_environments_execute 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_reasoning_engines_sandbox_environments_execute --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_reasoning_engines_sandbox_environments_get 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_reasoning_engines_sandbox_environments_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_reasoning_engines_sandbox_environments_snapshot 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_reasoning_engines_sandbox_environments_snapshot --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_reasoning_engines_sandbox_environments_operations_cancel 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_reasoning_engines_sandbox_environments_operations_cancel --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_reasoning_engines_sandbox_environments_operations_wait 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_reasoning_engines_sandbox_environments_operations_wait --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_reasoning_engines_sandbox_environments_operations_get 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_reasoning_engines_sandbox_environments_operations_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_reasoning_engines_sandbox_environments_operations_delete 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_reasoning_engines_sandbox_environments_operations_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_reasoning_engines_sessions_operations_delete 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_reasoning_engines_sessions_operations_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_reasoning_engines_sessions_operations_list 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_reasoning_engines_sessions_operations_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_reasoning_engines_sessions_operations_cancel 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_reasoning_engines_sessions_operations_cancel --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_reasoning_engines_sessions_operations_wait 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_reasoning_engines_sessions_operations_wait --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_reasoning_engines_sessions_operations_get 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_reasoning_engines_sessions_operations_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_reasoning_engines_operations_get 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_reasoning_engines_operations_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_reasoning_engines_operations_delete 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_reasoning_engines_operations_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_reasoning_engines_operations_list 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_reasoning_engines_operations_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_reasoning_engines_operations_cancel 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_reasoning_engines_operations_cancel --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_reasoning_engines_operations_wait 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_reasoning_engines_operations_wait --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_reasoning_engines_memories_operations_get 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_reasoning_engines_memories_operations_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_reasoning_engines_memories_operations_cancel 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_reasoning_engines_memories_operations_cancel --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_reasoning_engines_memories_operations_wait 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_reasoning_engines_memories_operations_wait --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_reasoning_engines_memories_operations_list 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_reasoning_engines_memories_operations_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_reasoning_engines_memories_operations_delete 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_reasoning_engines_memories_operations_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_reasoning_engines_sandbox_environment_snapshots_delete 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_reasoning_engines_sandbox_environment_snapshots_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_reasoning_engines_sandbox_environment_snapshots_get 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_reasoning_engines_sandbox_environment_snapshots_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_reasoning_engines_sandbox_environment_snapshots_list 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_reasoning_engines_sandbox_environment_snapshots_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_reasoning_engines_sandbox_environment_snapshots_operations_cancel 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_reasoning_engines_sandbox_environment_snapshots_operations_cancel --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_reasoning_engines_sandbox_environment_snapshots_operations_wait 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_reasoning_engines_sandbox_environment_snapshots_operations_wait --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_reasoning_engines_sandbox_environment_snapshots_operations_delete 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_reasoning_engines_sandbox_environment_snapshots_operations_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_reasoning_engines_sandbox_environment_snapshots_operations_get 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_reasoning_engines_sandbox_environment_snapshots_operations_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_reasoning_engines_sandbox_environment_templates_create 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_reasoning_engines_sandbox_environment_templates_create --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_reasoning_engines_sandbox_environment_templates_list 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_reasoning_engines_sandbox_environment_templates_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_reasoning_engines_sandbox_environment_templates_get 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_reasoning_engines_sandbox_environment_templates_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_reasoning_engines_sandbox_environment_templates_delete 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_reasoning_engines_sandbox_environment_templates_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_reasoning_engines_sandbox_environment_templates_operations_delete 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_reasoning_engines_sandbox_environment_templates_operations_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_reasoning_engines_sandbox_environment_templates_operations_get 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_reasoning_engines_sandbox_environment_templates_operations_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_reasoning_engines_sandbox_environment_templates_operations_cancel 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_reasoning_engines_sandbox_environment_templates_operations_cancel --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_reasoning_engines_sandbox_environment_templates_operations_wait 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_reasoning_engines_sandbox_environment_templates_operations_wait --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_schedules_operations_get 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_schedules_operations_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_schedules_operations_delete 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_schedules_operations_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_schedules_operations_cancel 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_schedules_operations_cancel --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_schedules_operations_wait 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_schedules_operations_wait --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_schedules_operations_list 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_schedules_operations_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_custom_jobs_operations_get 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_custom_jobs_operations_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_custom_jobs_operations_delete 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_custom_jobs_operations_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_custom_jobs_operations_list 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_custom_jobs_operations_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_custom_jobs_operations_cancel 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_custom_jobs_operations_cancel --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_custom_jobs_operations_wait 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_custom_jobs_operations_wait --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_media_upload 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_media_upload --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_studies_operations_list 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_studies_operations_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_studies_operations_cancel 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_studies_operations_cancel --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_studies_operations_wait 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_studies_operations_wait --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_studies_operations_delete 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_studies_operations_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_studies_operations_get 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_studies_operations_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_studies_trials_operations_list 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_studies_trials_operations_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_studies_trials_operations_cancel 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_studies_trials_operations_cancel --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_studies_trials_operations_wait 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_studies_trials_operations_wait --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_studies_trials_operations_delete 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_studies_trials_operations_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_studies_trials_operations_get 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_studies_trials_operations_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_data_labeling_jobs_operations_list 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_data_labeling_jobs_operations_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_data_labeling_jobs_operations_cancel 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_data_labeling_jobs_operations_cancel --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_data_labeling_jobs_operations_wait 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_data_labeling_jobs_operations_wait --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_data_labeling_jobs_operations_delete 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_data_labeling_jobs_operations_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_data_labeling_jobs_operations_get 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_data_labeling_jobs_operations_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_tuning_jobs_operations_list 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_tuning_jobs_operations_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_tuning_jobs_operations_cancel 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_tuning_jobs_operations_cancel --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_tuning_jobs_operations_get 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_tuning_jobs_operations_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_tuning_jobs_operations_delete 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_tuning_jobs_operations_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_v1_generate_instance_rubrics 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_v1_generate_instance_rubrics --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_v1_evaluate_instances 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_v1_evaluate_instances --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_v1_evaluate_dataset 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_v1_evaluate_dataset --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_migratable_resources_operations_delete 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_migratable_resources_operations_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_migratable_resources_operations_cancel 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_migratable_resources_operations_cancel --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_migratable_resources_operations_wait 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_migratable_resources_operations_wait --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_migratable_resources_operations_list 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_migratable_resources_operations_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_migratable_resources_operations_get 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_migratable_resources_operations_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_notebook_runtimes_operations_cancel 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_notebook_runtimes_operations_cancel --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_notebook_runtimes_operations_wait 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_notebook_runtimes_operations_wait --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_notebook_runtimes_operations_list 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_notebook_runtimes_operations_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_notebook_runtimes_operations_delete 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_notebook_runtimes_operations_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_notebook_runtimes_operations_get 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_notebook_runtimes_operations_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_model_deployment_monitoring_jobs_operations_delete 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_model_deployment_monitoring_jobs_operations_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_model_deployment_monitoring_jobs_operations_cancel 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_model_deployment_monitoring_jobs_operations_cancel --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_model_deployment_monitoring_jobs_operations_wait 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_model_deployment_monitoring_jobs_operations_wait --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_model_deployment_monitoring_jobs_operations_list 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_model_deployment_monitoring_jobs_operations_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_model_deployment_monitoring_jobs_operations_get 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_model_deployment_monitoring_jobs_operations_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_operations_get 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_operations_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_operations_list 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_operations_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_operations_cancel 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_operations_cancel --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_operations_wait 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_operations_wait --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_operations_delete 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_operations_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_models_operations_get 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_models_operations_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_models_operations_cancel 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_models_operations_cancel --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_models_operations_wait 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_models_operations_wait --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_models_operations_list 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_models_operations_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_models_operations_delete 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_models_operations_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_models_evaluations_operations_cancel 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_models_evaluations_operations_cancel --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_models_evaluations_operations_wait 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_models_evaluations_operations_wait --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_models_evaluations_operations_list 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_models_evaluations_operations_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_models_evaluations_operations_delete 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_models_evaluations_operations_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_models_evaluations_operations_get 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_models_evaluations_operations_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_notebook_runtime_templates_operations_get 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_notebook_runtime_templates_operations_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_notebook_runtime_templates_operations_delete 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_notebook_runtime_templates_operations_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_notebook_runtime_templates_operations_cancel 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_notebook_runtime_templates_operations_cancel --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_notebook_runtime_templates_operations_wait 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_notebook_runtime_templates_operations_wait --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_notebook_runtime_templates_operations_list 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_notebook_runtime_templates_operations_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_feature_groups_operations_get 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_feature_groups_operations_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_feature_groups_operations_delete 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_feature_groups_operations_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_feature_groups_operations_list_wait 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_feature_groups_operations_list_wait --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_feature_groups_operations_wait 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_feature_groups_operations_wait --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_feature_groups_features_operations_list_wait 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_feature_groups_features_operations_list_wait --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_feature_groups_features_operations_wait 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_feature_groups_features_operations_wait --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_feature_groups_features_operations_get 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_feature_groups_features_operations_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_feature_groups_features_operations_delete 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_feature_groups_features_operations_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_update_cache_config 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_update_cache_config --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_get_cache_config 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_get_cache_config --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_evaluate_instances 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_evaluate_instances --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_ask_contexts 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_ask_contexts --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_evaluate_dataset 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_evaluate_dataset --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_get_rag_engine_config 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_get_rag_engine_config --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_corroborate_content 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_corroborate_content --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_update_rag_engine_config 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_update_rag_engine_config --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_get 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_deploy 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_deploy --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_retrieve_contexts 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_retrieve_contexts --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_augment_prompt 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_augment_prompt --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_async_retrieve_contexts 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_async_retrieve_contexts --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_list 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_generate_synthetic_data 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_generate_synthetic_data --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_generate_instance_rubrics 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_generate_instance_rubrics --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_tuning_jobs_create 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_tuning_jobs_create --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_tuning_jobs_list 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_tuning_jobs_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_tuning_jobs_rebase_tuned_model 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_tuning_jobs_rebase_tuned_model --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_tuning_jobs_cancel 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_tuning_jobs_cancel --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_tuning_jobs_get 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_tuning_jobs_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_tuning_jobs_operations_cancel 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_tuning_jobs_operations_cancel --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_tuning_jobs_operations_list 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_tuning_jobs_operations_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_tuning_jobs_operations_delete 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_tuning_jobs_operations_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_tuning_jobs_operations_get 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_tuning_jobs_operations_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_data_labeling_jobs_delete 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_data_labeling_jobs_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_data_labeling_jobs_create 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_data_labeling_jobs_create --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_data_labeling_jobs_list 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_data_labeling_jobs_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_data_labeling_jobs_cancel 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_data_labeling_jobs_cancel --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_data_labeling_jobs_get 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_data_labeling_jobs_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_data_labeling_jobs_operations_get 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_data_labeling_jobs_operations_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_data_labeling_jobs_operations_delete 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_data_labeling_jobs_operations_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_data_labeling_jobs_operations_list 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_data_labeling_jobs_operations_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_data_labeling_jobs_operations_cancel 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_data_labeling_jobs_operations_cancel --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_data_labeling_jobs_operations_wait 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_data_labeling_jobs_operations_wait --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_migratable_resources_batch_migrate 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_migratable_resources_batch_migrate --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_migratable_resources_search 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_migratable_resources_search --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_migratable_resources_operations_get 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_migratable_resources_operations_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_migratable_resources_operations_list 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_migratable_resources_operations_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_migratable_resources_operations_cancel 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_migratable_resources_operations_cancel --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_migratable_resources_operations_wait 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_migratable_resources_operations_wait --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_migratable_resources_operations_delete 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_migratable_resources_operations_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_notebook_runtimes_delete 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_notebook_runtimes_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_notebook_runtimes_upgrade 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_notebook_runtimes_upgrade --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_notebook_runtimes_start 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_notebook_runtimes_start --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_notebook_runtimes_list 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_notebook_runtimes_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_notebook_runtimes_assign 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_notebook_runtimes_assign --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_notebook_runtimes_get 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_notebook_runtimes_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_notebook_runtimes_stop 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_notebook_runtimes_stop --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_notebook_runtimes_operations_get 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_notebook_runtimes_operations_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_notebook_runtimes_operations_cancel 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_notebook_runtimes_operations_cancel --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_notebook_runtimes_operations_wait 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_notebook_runtimes_operations_wait --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_notebook_runtimes_operations_list 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_notebook_runtimes_operations_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_notebook_runtimes_operations_delete 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_notebook_runtimes_operations_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_model_deployment_monitoring_jobs_delete 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_model_deployment_monitoring_jobs_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_model_deployment_monitoring_jobs_create 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_model_deployment_monitoring_jobs_create --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_model_deployment_monitoring_jobs_list 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_model_deployment_monitoring_jobs_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_model_deployment_monitoring_jobs_patch 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_model_deployment_monitoring_jobs_patch --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_model_deployment_monitoring_jobs_get 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_model_deployment_monitoring_jobs_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_model_deployment_monitoring_jobs_pause 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_model_deployment_monitoring_jobs_pause --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_model_deployment_monitoring_jobs_search_model_deployment_monitoring_stats_anomalies 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_model_deployment_monitoring_jobs_search_model_deployment_monitoring_stats_anomalies --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_model_deployment_monitoring_jobs_resume 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_model_deployment_monitoring_jobs_resume --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_model_deployment_monitoring_jobs_operations_get 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_model_deployment_monitoring_jobs_operations_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_model_deployment_monitoring_jobs_operations_delete 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_model_deployment_monitoring_jobs_operations_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_model_deployment_monitoring_jobs_operations_list 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_model_deployment_monitoring_jobs_operations_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_model_deployment_monitoring_jobs_operations_cancel 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_model_deployment_monitoring_jobs_operations_cancel --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_model_deployment_monitoring_jobs_operations_wait 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_model_deployment_monitoring_jobs_operations_wait --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_operations_delete 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_operations_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_operations_cancel 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_operations_cancel --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_operations_wait 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_operations_wait --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_operations_list 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_operations_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_operations_get 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_operations_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_models_patch 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_models_patch --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_models_copy 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_models_copy --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_models_delete 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_models_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_models_get 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_models_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_models_upload 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_models_upload --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_models_get_iam_policy 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_models_get_iam_policy --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_models_list 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_models_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_models_export 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_models_export --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_models_test_iam_permissions 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_models_test_iam_permissions --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_models_delete_version 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_models_delete_version --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_models_merge_version_aliases 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_models_merge_version_aliases --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_models_list_checkpoints 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_models_list_checkpoints --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_models_list_versions 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_models_list_versions --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_models_set_iam_policy 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_models_set_iam_policy --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_models_update_explanation_dataset 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_models_update_explanation_dataset --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_models_operations_delete 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_models_operations_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_models_operations_cancel 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_models_operations_cancel --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_models_operations_wait 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_models_operations_wait --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_models_operations_list 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_models_operations_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_models_operations_get 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_models_operations_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_models_evaluations_import 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_models_evaluations_import --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_models_evaluations_list 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_models_evaluations_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_models_evaluations_get 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_models_evaluations_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_models_evaluations_operations_get 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_models_evaluations_operations_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_models_evaluations_operations_delete 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_models_evaluations_operations_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_models_evaluations_operations_list 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_models_evaluations_operations_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_models_evaluations_operations_cancel 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_models_evaluations_operations_cancel --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_models_evaluations_operations_wait 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_models_evaluations_operations_wait --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_models_evaluations_slices_list 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_models_evaluations_slices_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_models_evaluations_slices_batch_import 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_models_evaluations_slices_batch_import --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_models_evaluations_slices_get 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_models_evaluations_slices_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_notebook_runtime_templates_set_iam_policy 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_notebook_runtime_templates_set_iam_policy --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_notebook_runtime_templates_get 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_notebook_runtime_templates_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_notebook_runtime_templates_get_iam_policy 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_notebook_runtime_templates_get_iam_policy --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_notebook_runtime_templates_create 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_notebook_runtime_templates_create --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_notebook_runtime_templates_list 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_notebook_runtime_templates_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_notebook_runtime_templates_patch 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_notebook_runtime_templates_patch --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_notebook_runtime_templates_test_iam_permissions 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_notebook_runtime_templates_test_iam_permissions --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_notebook_runtime_templates_delete 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_notebook_runtime_templates_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_notebook_runtime_templates_operations_list 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_notebook_runtime_templates_operations_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_notebook_runtime_templates_operations_cancel 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_notebook_runtime_templates_operations_cancel --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_notebook_runtime_templates_operations_wait 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_notebook_runtime_templates_operations_wait --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_notebook_runtime_templates_operations_delete 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_notebook_runtime_templates_operations_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_notebook_runtime_templates_operations_get 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_notebook_runtime_templates_operations_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_feature_groups_test_iam_permissions 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_feature_groups_test_iam_permissions --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_feature_groups_delete 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_feature_groups_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_feature_groups_get_iam_policy 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_feature_groups_get_iam_policy --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_feature_groups_create 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_feature_groups_create --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_feature_groups_list 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_feature_groups_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_feature_groups_patch 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_feature_groups_patch --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_feature_groups_set_iam_policy 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_feature_groups_set_iam_policy --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_feature_groups_get 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_feature_groups_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_feature_groups_operations_wait 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_feature_groups_operations_wait --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_feature_groups_operations_list_wait 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_feature_groups_operations_list_wait --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_feature_groups_operations_delete 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_feature_groups_operations_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_feature_groups_operations_get 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_feature_groups_operations_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_feature_groups_features_delete 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_feature_groups_features_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_feature_groups_features_create 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_feature_groups_features_create --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_feature_groups_features_list 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_feature_groups_features_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_feature_groups_features_patch 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_feature_groups_features_patch --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_feature_groups_features_batch_create 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_feature_groups_features_batch_create --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_feature_groups_features_get 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_feature_groups_features_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_feature_groups_features_operations_get 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_feature_groups_features_operations_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_feature_groups_features_operations_delete 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_feature_groups_features_operations_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_feature_groups_features_operations_list_wait 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_feature_groups_features_operations_list_wait --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_feature_groups_features_operations_wait 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_feature_groups_features_operations_wait --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_set_iam_policy 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_set_iam_policy --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_execute_code 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_execute_code --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_create 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_create --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_get 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_query 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_query --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_test_iam_permissions 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_test_iam_permissions --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_stream_query 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_stream_query --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_async_query 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_async_query --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_delete 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_get_iam_policy 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_get_iam_policy --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_list 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_patch 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_patch --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_memories_delete 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_memories_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_memories_patch 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_memories_patch --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_memories_list 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_memories_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_memories_generate 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_memories_generate --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_memories_get 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_memories_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_memories_create 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_memories_create --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_memories_retrieve 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_memories_retrieve --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_memories_purge 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_memories_purge --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_memories_rollback 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_memories_rollback --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_memories_operations_get 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_memories_operations_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_memories_operations_list 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_memories_operations_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_memories_operations_cancel 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_memories_operations_cancel --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_memories_operations_wait 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_memories_operations_wait --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_memories_operations_delete 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_memories_operations_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_memories_revisions_get 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_memories_revisions_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_memories_revisions_list 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_memories_revisions_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sandbox_environment_snapshots_list 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sandbox_environment_snapshots_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sandbox_environment_snapshots_get 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sandbox_environment_snapshots_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sandbox_environment_snapshots_delete 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sandbox_environment_snapshots_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sandbox_environment_snapshots_operations_cancel 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sandbox_environment_snapshots_operations_cancel --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sandbox_environment_snapshots_operations_wait 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sandbox_environment_snapshots_operations_wait --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sandbox_environment_snapshots_operations_get 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sandbox_environment_snapshots_operations_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sandbox_environment_snapshots_operations_delete 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sandbox_environment_snapshots_operations_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sandbox_environment_templates_create 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sandbox_environment_templates_create --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sandbox_environment_templates_list 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sandbox_environment_templates_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sandbox_environment_templates_get 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sandbox_environment_templates_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sandbox_environment_templates_delete 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sandbox_environment_templates_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sandbox_environment_templates_operations_get 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sandbox_environment_templates_operations_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sandbox_environment_templates_operations_delete 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sandbox_environment_templates_operations_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sandbox_environment_templates_operations_cancel 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sandbox_environment_templates_operations_cancel --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sandbox_environment_templates_operations_wait 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sandbox_environment_templates_operations_wait --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sessions_get 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sessions_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sessions_delete 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sessions_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sessions_append_event 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sessions_append_event --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sessions_create 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sessions_create --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sessions_list 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sessions_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sessions_patch 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sessions_patch --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sessions_operations_delete 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sessions_operations_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sessions_operations_list 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sessions_operations_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sessions_operations_cancel 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sessions_operations_cancel --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sessions_operations_wait 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sessions_operations_wait --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sessions_operations_get 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sessions_operations_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sessions_events_list 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sessions_events_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_operations_delete 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_operations_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_operations_list 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_operations_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_operations_cancel 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_operations_cancel --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_operations_wait 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_operations_wait --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_operations_get 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_operations_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_runtime_revisions_stream_query 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_runtime_revisions_stream_query --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_runtime_revisions_query 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_runtime_revisions_query --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sandbox_environments_snapshot 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sandbox_environments_snapshot --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sandbox_environments_get 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sandbox_environments_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sandbox_environments_create 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sandbox_environments_create --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sandbox_environments_list 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sandbox_environments_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sandbox_environments_execute 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sandbox_environments_execute --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sandbox_environments_delete 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sandbox_environments_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sandbox_environments_operations_cancel 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sandbox_environments_operations_cancel --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sandbox_environments_operations_wait 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sandbox_environments_operations_wait --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sandbox_environments_operations_delete 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sandbox_environments_operations_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sandbox_environments_operations_get 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sandbox_environments_operations_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_cached_contents_get 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_cached_contents_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_cached_contents_create 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_cached_contents_create --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_cached_contents_patch 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_cached_contents_patch --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_cached_contents_list 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_cached_contents_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_cached_contents_delete 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_cached_contents_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_schedules_create 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_schedules_create --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_schedules_list 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_schedules_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_schedules_patch 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_schedules_patch --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_schedules_delete 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_schedules_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_schedules_resume 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_schedules_resume --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_schedules_pause 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_schedules_pause --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_schedules_get 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_schedules_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_schedules_operations_delete 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_schedules_operations_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_schedules_operations_list 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_schedules_operations_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_schedules_operations_cancel 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_schedules_operations_cancel --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_schedules_operations_wait 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_schedules_operations_wait --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_schedules_operations_get 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_schedules_operations_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_custom_jobs_get 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_custom_jobs_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_custom_jobs_create 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_custom_jobs_create --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_custom_jobs_list 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_custom_jobs_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_custom_jobs_cancel 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_custom_jobs_cancel --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_custom_jobs_delete 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_custom_jobs_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_custom_jobs_operations_get 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_custom_jobs_operations_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_custom_jobs_operations_cancel 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_custom_jobs_operations_cancel --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_custom_jobs_operations_wait 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_custom_jobs_operations_wait --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_custom_jobs_operations_list 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_custom_jobs_operations_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_custom_jobs_operations_delete 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_custom_jobs_operations_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_studies_delete 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_studies_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_studies_create 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_studies_create --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_studies_list 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_studies_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_studies_lookup 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_studies_lookup --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_studies_get 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_studies_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_studies_operations_get 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_studies_operations_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_studies_operations_delete 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_studies_operations_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_studies_operations_cancel 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_studies_operations_cancel --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_studies_operations_wait 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_studies_operations_wait --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_studies_operations_list 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_studies_operations_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_studies_trials_suggest 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_studies_trials_suggest --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_studies_trials_get 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_studies_trials_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_studies_trials_stop 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_studies_trials_stop --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_studies_trials_add_trial_measurement 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_studies_trials_add_trial_measurement --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_studies_trials_delete 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_studies_trials_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_studies_trials_list 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_studies_trials_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_studies_trials_list_optimal_trials 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_studies_trials_list_optimal_trials --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_studies_trials_check_trial_early_stopping_state 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_studies_trials_check_trial_early_stopping_state --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_studies_trials_create 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_studies_trials_create --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_studies_trials_complete 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_studies_trials_complete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_studies_trials_operations_get 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_studies_trials_operations_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_studies_trials_operations_cancel 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_studies_trials_operations_cancel --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_studies_trials_operations_wait 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_studies_trials_operations_wait --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_studies_trials_operations_list 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_studies_trials_operations_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_studies_trials_operations_delete 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_studies_trials_operations_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_endpoints_direct_raw_predict 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_endpoints_direct_raw_predict --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_endpoints_stream_generate_content 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_endpoints_stream_generate_content --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_endpoints_raw_predict 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_endpoints_raw_predict --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_endpoints_generate_content 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_endpoints_generate_content --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_endpoints_deploy_model 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_endpoints_deploy_model --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_endpoints_list 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_endpoints_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_endpoints_compute_tokens 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_endpoints_compute_tokens --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_endpoints_server_streaming_predict 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_endpoints_server_streaming_predict --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_endpoints_undeploy_model 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_endpoints_undeploy_model --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_endpoints_predict 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_endpoints_predict --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_endpoints_direct_predict 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_endpoints_direct_predict --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_endpoints_create 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_endpoints_create --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_endpoints_update 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_endpoints_update --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_endpoints_mutate_deployed_model 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_endpoints_mutate_deployed_model --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_endpoints_delete 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_endpoints_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_endpoints_count_tokens 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_endpoints_count_tokens --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_endpoints_patch 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_endpoints_patch --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_endpoints_fetch_predict_operation 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_endpoints_fetch_predict_operation --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_endpoints_get 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_endpoints_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_endpoints_predict_long_running 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_endpoints_predict_long_running --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_endpoints_stream_raw_predict 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_endpoints_stream_raw_predict --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_endpoints_explain 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_endpoints_explain --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_endpoints_operations_cancel 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_endpoints_operations_cancel --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_endpoints_operations_wait 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_endpoints_operations_wait --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_endpoints_operations_list 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_endpoints_operations_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_endpoints_operations_delete 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_endpoints_operations_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_endpoints_operations_get 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_endpoints_operations_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_endpoints_invoke_invoke 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_endpoints_invoke_invoke --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_endpoints_openapi_responses 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_endpoints_openapi_responses --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_endpoints_openapi_completions 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_endpoints_openapi_completions --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_endpoints_openapi_embeddings 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_endpoints_openapi_embeddings --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_endpoints_chat_completions 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_endpoints_chat_completions --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_endpoints_deployed_models_invoke_invoke 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_endpoints_deployed_models_invoke_invoke --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_endpoints_google_science_inference 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_endpoints_google_science_inference --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_evaluation_runs_create 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_evaluation_runs_create --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_evaluation_runs_list 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_evaluation_runs_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_evaluation_runs_cancel 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_evaluation_runs_cancel --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_evaluation_runs_delete 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_evaluation_runs_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_evaluation_runs_get 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_evaluation_runs_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_pipeline_jobs_delete 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_pipeline_jobs_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_pipeline_jobs_batch_delete 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_pipeline_jobs_batch_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_pipeline_jobs_cancel 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_pipeline_jobs_cancel --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_pipeline_jobs_create 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_pipeline_jobs_create --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_pipeline_jobs_list 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_pipeline_jobs_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_pipeline_jobs_batch_cancel 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_pipeline_jobs_batch_cancel --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_pipeline_jobs_get 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_pipeline_jobs_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_pipeline_jobs_operations_cancel 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_pipeline_jobs_operations_cancel --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_pipeline_jobs_operations_wait 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_pipeline_jobs_operations_wait --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_pipeline_jobs_operations_list 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_pipeline_jobs_operations_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_pipeline_jobs_operations_delete 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_pipeline_jobs_operations_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_pipeline_jobs_operations_get 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_pipeline_jobs_operations_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_rag_corpora_create 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_rag_corpora_create --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_rag_corpora_patch 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_rag_corpora_patch --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_rag_corpora_list 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_rag_corpora_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_rag_corpora_delete 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_rag_corpora_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_rag_corpora_get 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_rag_corpora_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_rag_corpora_operations_get 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_rag_corpora_operations_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_rag_corpora_operations_list 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_rag_corpora_operations_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_rag_corpora_operations_cancel 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_rag_corpora_operations_cancel --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_rag_corpora_operations_wait 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_rag_corpora_operations_wait --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_rag_corpora_operations_delete 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_rag_corpora_operations_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_rag_corpora_rag_files_get 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_rag_corpora_rag_files_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_rag_corpora_rag_files_delete 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_rag_corpora_rag_files_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_rag_corpora_rag_files_import 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_rag_corpora_rag_files_import --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_rag_corpora_rag_files_list 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_rag_corpora_rag_files_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_rag_corpora_rag_files_operations_list 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_rag_corpora_rag_files_operations_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_rag_corpora_rag_files_operations_cancel 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_rag_corpora_rag_files_operations_cancel --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_rag_corpora_rag_files_operations_wait 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_rag_corpora_rag_files_operations_wait --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_rag_corpora_rag_files_operations_delete 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_rag_corpora_rag_files_operations_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_rag_corpora_rag_files_operations_get 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_rag_corpora_rag_files_operations_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_get 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_read_size 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_read_size --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_batch_read 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_batch_read --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_create 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_create --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_patch 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_patch --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_list 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_read_usage 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_read_usage --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_delete 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_create 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_create --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_patch 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_patch --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_list 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_batch_create 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_batch_create --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_delete 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_get 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_write 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_write --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_operations_delete 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_operations_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_operations_cancel 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_operations_cancel --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_operations_wait 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_operations_wait --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_operations_list 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_operations_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_operations_get 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_operations_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_runs_batch_create 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_runs_batch_create --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_runs_create 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_runs_create --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_runs_patch 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_runs_patch --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_runs_list 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_runs_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_runs_delete 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_runs_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_runs_get 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_runs_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_runs_write 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_runs_write --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_runs_operations_delete 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_runs_operations_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_runs_operations_cancel 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_runs_operations_cancel --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_runs_operations_wait 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_runs_operations_wait --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_runs_operations_list 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_runs_operations_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_runs_operations_get 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_runs_operations_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_runs_time_series_export_tensorboard_time_series 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_runs_time_series_export_tensorboard_time_series --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_runs_time_series_delete 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_runs_time_series_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_runs_time_series_read 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_runs_time_series_read --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_runs_time_series_create 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_runs_time_series_create --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_runs_time_series_patch 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_runs_time_series_patch --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_runs_time_series_list 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_runs_time_series_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_runs_time_series_get 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_runs_time_series_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_runs_time_series_read_blob_data 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_runs_time_series_read_blob_data --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_runs_time_series_operations_get 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_runs_time_series_operations_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_runs_time_series_operations_delete 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_runs_time_series_operations_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_runs_time_series_operations_list 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_runs_time_series_operations_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_runs_time_series_operations_cancel 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_runs_time_series_operations_cancel --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_runs_time_series_operations_wait 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_runs_time_series_operations_wait --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_operations_delete 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_operations_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_operations_cancel 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_operations_cancel --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_operations_wait 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_operations_wait --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_operations_list 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_operations_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_operations_get 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_operations_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_notebook_execution_jobs_create 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_notebook_execution_jobs_create --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_notebook_execution_jobs_list 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_notebook_execution_jobs_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_notebook_execution_jobs_get 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_notebook_execution_jobs_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_notebook_execution_jobs_delete 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_notebook_execution_jobs_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_notebook_execution_jobs_operations_delete 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_notebook_execution_jobs_operations_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_notebook_execution_jobs_operations_list 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_notebook_execution_jobs_operations_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_notebook_execution_jobs_operations_cancel 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_notebook_execution_jobs_operations_cancel --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_notebook_execution_jobs_operations_wait 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_notebook_execution_jobs_operations_wait --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_notebook_execution_jobs_operations_get 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_notebook_execution_jobs_operations_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_set_iam_policy 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_set_iam_policy --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_get 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_get_iam_policy 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_get_iam_policy --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_create 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_create --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_list 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_patch 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_patch --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_delete 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_test_iam_permissions 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_test_iam_permissions --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_feature_views_set_iam_policy 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_feature_views_set_iam_policy --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_feature_views_get_iam_policy 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_feature_views_get_iam_policy --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_feature_views_list 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_feature_views_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_feature_views_test_iam_permissions 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_feature_views_test_iam_permissions --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_feature_views_search_nearest_entities 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_feature_views_search_nearest_entities --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_feature_views_generate_fetch_access_token 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_feature_views_generate_fetch_access_token --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_feature_views_sync 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_feature_views_sync --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_feature_views_create 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_feature_views_create --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_feature_views_patch 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_feature_views_patch --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_feature_views_delete 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_feature_views_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_feature_views_get 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_feature_views_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_feature_views_fetch_feature_values 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_feature_views_fetch_feature_values --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_feature_views_direct_write 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_feature_views_direct_write --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_feature_views_feature_view_syncs_get 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_feature_views_feature_view_syncs_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_feature_views_feature_view_syncs_list 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_feature_views_feature_view_syncs_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_feature_views_operations_wait 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_feature_views_operations_wait --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_feature_views_operations_list_wait 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_feature_views_operations_list_wait --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_feature_views_operations_delete 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_feature_views_operations_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_feature_views_operations_get 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_feature_views_operations_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_operations_get 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_operations_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_operations_delete 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_operations_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_operations_list_wait 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_operations_list_wait --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_operations_wait 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_operations_wait --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_rag_engine_config_operations_list 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_rag_engine_config_operations_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_rag_engine_config_operations_cancel 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_rag_engine_config_operations_cancel --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_rag_engine_config_operations_wait 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_rag_engine_config_operations_wait --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_rag_engine_config_operations_delete 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_rag_engine_config_operations_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_rag_engine_config_operations_get 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_rag_engine_config_operations_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_nas_jobs_delete 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_nas_jobs_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_nas_jobs_create 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_nas_jobs_create --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_nas_jobs_list 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_nas_jobs_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_nas_jobs_cancel 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_nas_jobs_cancel --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_nas_jobs_get 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_nas_jobs_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_nas_jobs_nas_trial_details_get 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_nas_jobs_nas_trial_details_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_nas_jobs_nas_trial_details_list 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_nas_jobs_nas_trial_details_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_datasets_set_iam_policy 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_datasets_set_iam_policy --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_datasets_create 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_datasets_create --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_datasets_get 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_datasets_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_datasets_import 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_datasets_import --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_datasets_delete 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_datasets_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_datasets_test_iam_permissions 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_datasets_test_iam_permissions --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_datasets_export 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_datasets_export --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_datasets_get_iam_policy 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_datasets_get_iam_policy --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_datasets_patch 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_datasets_patch --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_datasets_list 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_datasets_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_datasets_search_data_items 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_datasets_search_data_items --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_datasets_data_items_list 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_datasets_data_items_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_datasets_data_items_annotations_list 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_datasets_data_items_annotations_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_datasets_data_items_annotations_operations_get 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_datasets_data_items_annotations_operations_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_datasets_data_items_annotations_operations_list 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_datasets_data_items_annotations_operations_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_datasets_data_items_annotations_operations_cancel 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_datasets_data_items_annotations_operations_cancel --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_datasets_data_items_annotations_operations_wait 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_datasets_data_items_annotations_operations_wait --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_datasets_data_items_annotations_operations_delete 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_datasets_data_items_annotations_operations_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_datasets_data_items_operations_get 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_datasets_data_items_operations_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_datasets_data_items_operations_delete 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_datasets_data_items_operations_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_datasets_data_items_operations_cancel 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_datasets_data_items_operations_cancel --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_datasets_data_items_operations_wait 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_datasets_data_items_operations_wait --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_datasets_data_items_operations_list 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_datasets_data_items_operations_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_datasets_annotation_specs_get 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_datasets_annotation_specs_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_datasets_annotation_specs_operations_delete 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_datasets_annotation_specs_operations_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_datasets_annotation_specs_operations_cancel 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_datasets_annotation_specs_operations_cancel --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_datasets_annotation_specs_operations_wait 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_datasets_annotation_specs_operations_wait --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_datasets_annotation_specs_operations_list 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_datasets_annotation_specs_operations_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_datasets_annotation_specs_operations_get 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_datasets_annotation_specs_operations_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_datasets_dataset_versions_get 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_datasets_dataset_versions_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_datasets_dataset_versions_create 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_datasets_dataset_versions_create --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_datasets_dataset_versions_patch 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_datasets_dataset_versions_patch --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_datasets_dataset_versions_list 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_datasets_dataset_versions_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_datasets_dataset_versions_delete 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_datasets_dataset_versions_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_datasets_dataset_versions_restore 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_datasets_dataset_versions_restore --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_datasets_operations_get 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_datasets_operations_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_datasets_operations_delete 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_datasets_operations_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_datasets_operations_list 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_datasets_operations_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_datasets_operations_cancel 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_datasets_operations_cancel --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_datasets_operations_wait 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_datasets_operations_wait --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_datasets_saved_queries_list 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_datasets_saved_queries_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_datasets_saved_queries_delete 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_datasets_saved_queries_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_datasets_saved_queries_operations_delete 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_datasets_saved_queries_operations_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_datasets_saved_queries_operations_list 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_datasets_saved_queries_operations_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_datasets_saved_queries_operations_cancel 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_datasets_saved_queries_operations_cancel --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_datasets_saved_queries_operations_wait 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_datasets_saved_queries_operations_wait --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_datasets_saved_queries_operations_get 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_datasets_saved_queries_operations_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_publishers_models_stream_generate_content 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_publishers_models_stream_generate_content --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_publishers_models_predict 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_publishers_models_predict --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_publishers_models_embed_content 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_publishers_models_embed_content --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_publishers_models_stream_raw_predict 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_publishers_models_stream_raw_predict --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_publishers_models_server_streaming_predict 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_publishers_models_server_streaming_predict --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_publishers_models_predict_long_running 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_publishers_models_predict_long_running --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_publishers_models_fetch_predict_operation 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_publishers_models_fetch_predict_operation --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_publishers_models_compute_tokens 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_publishers_models_compute_tokens --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_publishers_models_count_tokens 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_publishers_models_count_tokens --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_publishers_models_generate_content 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_publishers_models_generate_content --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_publishers_models_raw_predict 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_publishers_models_raw_predict --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_publishers_models_invoke_invoke 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_publishers_models_invoke_invoke --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_featurestores_get 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_featurestores_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_featurestores_search_features 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_featurestores_search_features --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_featurestores_get_iam_policy 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_featurestores_get_iam_policy --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_featurestores_list 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_featurestores_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_featurestores_patch 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_featurestores_patch --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_featurestores_batch_read_feature_values 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_featurestores_batch_read_feature_values --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_featurestores_test_iam_permissions 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_featurestores_test_iam_permissions --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_featurestores_delete 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_featurestores_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_featurestores_set_iam_policy 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_featurestores_set_iam_policy --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_featurestores_create 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_featurestores_create --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_featurestores_entity_types_get_iam_policy 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_featurestores_entity_types_get_iam_policy --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_featurestores_entity_types_list 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_featurestores_entity_types_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_featurestores_entity_types_import_feature_values 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_featurestores_entity_types_import_feature_values --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_featurestores_entity_types_test_iam_permissions 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_featurestores_entity_types_test_iam_permissions --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_featurestores_entity_types_read_feature_values 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_featurestores_entity_types_read_feature_values --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_featurestores_entity_types_set_iam_policy 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_featurestores_entity_types_set_iam_policy --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_featurestores_entity_types_streaming_read_feature_values 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_featurestores_entity_types_streaming_read_feature_values --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_featurestores_entity_types_get 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_featurestores_entity_types_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_featurestores_entity_types_export_feature_values 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_featurestores_entity_types_export_feature_values --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_featurestores_entity_types_patch 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_featurestores_entity_types_patch --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_featurestores_entity_types_write_feature_values 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_featurestores_entity_types_write_feature_values --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_featurestores_entity_types_delete 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_featurestores_entity_types_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_featurestores_entity_types_delete_feature_values 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_featurestores_entity_types_delete_feature_values --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_featurestores_entity_types_create 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_featurestores_entity_types_create --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_featurestores_entity_types_operations_cancel 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_featurestores_entity_types_operations_cancel --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_featurestores_entity_types_operations_wait 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_featurestores_entity_types_operations_wait --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_featurestores_entity_types_operations_list 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_featurestores_entity_types_operations_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_featurestores_entity_types_operations_delete 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_featurestores_entity_types_operations_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_featurestores_entity_types_operations_get 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_featurestores_entity_types_operations_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_featurestores_entity_types_features_get 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_featurestores_entity_types_features_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_featurestores_entity_types_features_delete 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_featurestores_entity_types_features_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_featurestores_entity_types_features_create 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_featurestores_entity_types_features_create --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_featurestores_entity_types_features_list 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_featurestores_entity_types_features_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_featurestores_entity_types_features_patch 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_featurestores_entity_types_features_patch --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_featurestores_entity_types_features_batch_create 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_featurestores_entity_types_features_batch_create --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_featurestores_entity_types_features_operations_cancel 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_featurestores_entity_types_features_operations_cancel --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_featurestores_entity_types_features_operations_wait 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_featurestores_entity_types_features_operations_wait --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_featurestores_entity_types_features_operations_list 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_featurestores_entity_types_features_operations_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_featurestores_entity_types_features_operations_delete 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_featurestores_entity_types_features_operations_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_featurestores_entity_types_features_operations_get 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_featurestores_entity_types_features_operations_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_featurestores_operations_cancel 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_featurestores_operations_cancel --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_featurestores_operations_wait 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_featurestores_operations_wait --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_featurestores_operations_list 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_featurestores_operations_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_featurestores_operations_delete 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_featurestores_operations_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_featurestores_operations_get 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_featurestores_operations_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_batch_prediction_jobs_delete 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_batch_prediction_jobs_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_batch_prediction_jobs_cancel 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_batch_prediction_jobs_cancel --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_batch_prediction_jobs_create 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_batch_prediction_jobs_create --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_batch_prediction_jobs_list 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_batch_prediction_jobs_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_batch_prediction_jobs_get 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_batch_prediction_jobs_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_get 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_delete 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_create 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_create --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_list 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_artifacts_delete 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_artifacts_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_artifacts_create 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_artifacts_create --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_artifacts_list 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_artifacts_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_artifacts_patch 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_artifacts_patch --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_artifacts_get 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_artifacts_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_artifacts_query_artifact_lineage_subgraph 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_artifacts_query_artifact_lineage_subgraph --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_artifacts_purge 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_artifacts_purge --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_artifacts_operations_delete 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_artifacts_operations_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_artifacts_operations_list 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_artifacts_operations_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_artifacts_operations_cancel 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_artifacts_operations_cancel --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_artifacts_operations_wait 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_artifacts_operations_wait --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_artifacts_operations_get 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_artifacts_operations_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_contexts_purge 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_contexts_purge --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_contexts_query_context_lineage_subgraph 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_contexts_query_context_lineage_subgraph --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_contexts_add_context_children 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_contexts_add_context_children --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_contexts_create 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_contexts_create --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_contexts_remove_context_children 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_contexts_remove_context_children --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_contexts_get 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_contexts_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_contexts_list 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_contexts_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_contexts_patch 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_contexts_patch --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_contexts_delete 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_contexts_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_contexts_add_context_artifacts_and_executions 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_contexts_add_context_artifacts_and_executions --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_contexts_operations_get 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_contexts_operations_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_contexts_operations_delete 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_contexts_operations_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_contexts_operations_list 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_contexts_operations_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_contexts_operations_cancel 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_contexts_operations_cancel --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_contexts_operations_wait 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_contexts_operations_wait --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_executions_purge 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_executions_purge --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_executions_get 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_executions_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_executions_add_execution_events 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_executions_add_execution_events --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_executions_create 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_executions_create --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_executions_list 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_executions_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_executions_patch 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_executions_patch --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_executions_delete 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_executions_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_executions_query_execution_inputs_and_outputs 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_executions_query_execution_inputs_and_outputs --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_executions_operations_get 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_executions_operations_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_executions_operations_list 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_executions_operations_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_executions_operations_cancel 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_executions_operations_cancel --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_executions_operations_wait 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_executions_operations_wait --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_executions_operations_delete 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_executions_operations_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_metadata_schemas_get 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_metadata_schemas_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_metadata_schemas_create 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_metadata_schemas_create --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_metadata_schemas_list 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_metadata_schemas_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_operations_get 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_operations_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_operations_delete 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_operations_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_operations_cancel 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_operations_cancel --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_operations_wait 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_operations_wait --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_operations_list 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_operations_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_deployment_resource_pools_delete 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_deployment_resource_pools_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_deployment_resource_pools_create 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_deployment_resource_pools_create --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_deployment_resource_pools_list 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_deployment_resource_pools_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_deployment_resource_pools_patch 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_deployment_resource_pools_patch --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_deployment_resource_pools_get 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_deployment_resource_pools_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_deployment_resource_pools_query_deployed_models 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_deployment_resource_pools_query_deployed_models --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_deployment_resource_pools_operations_delete 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_deployment_resource_pools_operations_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_deployment_resource_pools_operations_list 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_deployment_resource_pools_operations_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_deployment_resource_pools_operations_cancel 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_deployment_resource_pools_operations_cancel --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_deployment_resource_pools_operations_wait 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_deployment_resource_pools_operations_wait --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_deployment_resource_pools_operations_get 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_deployment_resource_pools_operations_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_evaluation_items_create 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_evaluation_items_create --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_evaluation_items_list 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_evaluation_items_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_evaluation_items_delete 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_evaluation_items_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_evaluation_items_get 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_evaluation_items_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_specialist_pools_get 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_specialist_pools_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_specialist_pools_delete 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_specialist_pools_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_specialist_pools_create 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_specialist_pools_create --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_specialist_pools_list 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_specialist_pools_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_specialist_pools_patch 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_specialist_pools_patch --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_specialist_pools_operations_delete 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_specialist_pools_operations_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_specialist_pools_operations_list 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_specialist_pools_operations_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_specialist_pools_operations_cancel 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_specialist_pools_operations_cancel --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_specialist_pools_operations_wait 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_specialist_pools_operations_wait --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_specialist_pools_operations_get 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_specialist_pools_operations_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_persistent_resources_delete 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_persistent_resources_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_persistent_resources_create 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_persistent_resources_create --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_persistent_resources_list 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_persistent_resources_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_persistent_resources_patch 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_persistent_resources_patch --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_persistent_resources_get 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_persistent_resources_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_persistent_resources_reboot 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_persistent_resources_reboot --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_persistent_resources_operations_delete 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_persistent_resources_operations_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_persistent_resources_operations_cancel 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_persistent_resources_operations_cancel --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_persistent_resources_operations_wait 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_persistent_resources_operations_wait --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_persistent_resources_operations_list 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_persistent_resources_operations_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_persistent_resources_operations_get 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_persistent_resources_operations_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_evaluation_sets_delete 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_evaluation_sets_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_evaluation_sets_create 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_evaluation_sets_create --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_evaluation_sets_list 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_evaluation_sets_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_evaluation_sets_patch 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_evaluation_sets_patch --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_evaluation_sets_get 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_evaluation_sets_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_index_endpoints_create 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_index_endpoints_create --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_index_endpoints_deploy_index 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_index_endpoints_deploy_index --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_index_endpoints_find_neighbors 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_index_endpoints_find_neighbors --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_index_endpoints_undeploy_index 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_index_endpoints_undeploy_index --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_index_endpoints_read_index_datapoints 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_index_endpoints_read_index_datapoints --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_index_endpoints_list 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_index_endpoints_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_index_endpoints_patch 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_index_endpoints_patch --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_index_endpoints_delete 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_index_endpoints_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_index_endpoints_mutate_deployed_index 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_index_endpoints_mutate_deployed_index --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_index_endpoints_get 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_index_endpoints_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_index_endpoints_operations_get 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_index_endpoints_operations_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_index_endpoints_operations_delete 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_index_endpoints_operations_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_index_endpoints_operations_cancel 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_index_endpoints_operations_cancel --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_index_endpoints_operations_wait 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_index_endpoints_operations_wait --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_index_endpoints_operations_list 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_index_endpoints_operations_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_skills_operations_cancel 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_skills_operations_cancel --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_skills_operations_wait 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_skills_operations_wait --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_skills_operations_list 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_skills_operations_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_skills_operations_delete 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_skills_operations_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_skills_operations_get 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_skills_operations_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_indexes_upsert_datapoints 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_indexes_upsert_datapoints --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_indexes_create 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_indexes_create --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_indexes_list 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_indexes_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_indexes_patch 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_indexes_patch --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_indexes_delete 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_indexes_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_indexes_remove_datapoints 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_indexes_remove_datapoints --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_indexes_get 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_indexes_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_indexes_operations_list 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_indexes_operations_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_indexes_operations_cancel 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_indexes_operations_cancel --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_indexes_operations_wait 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_indexes_operations_wait --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_indexes_operations_delete 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_indexes_operations_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_indexes_operations_get 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_indexes_operations_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_hyperparameter_tuning_jobs_get 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_hyperparameter_tuning_jobs_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_hyperparameter_tuning_jobs_cancel 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_hyperparameter_tuning_jobs_cancel --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_hyperparameter_tuning_jobs_create 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_hyperparameter_tuning_jobs_create --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_hyperparameter_tuning_jobs_list 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_hyperparameter_tuning_jobs_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_hyperparameter_tuning_jobs_delete 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_hyperparameter_tuning_jobs_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_hyperparameter_tuning_jobs_operations_get 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_hyperparameter_tuning_jobs_operations_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_hyperparameter_tuning_jobs_operations_delete 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_hyperparameter_tuning_jobs_operations_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_hyperparameter_tuning_jobs_operations_list 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_hyperparameter_tuning_jobs_operations_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_hyperparameter_tuning_jobs_operations_cancel 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_hyperparameter_tuning_jobs_operations_cancel --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_hyperparameter_tuning_jobs_operations_wait 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_hyperparameter_tuning_jobs_operations_wait --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_training_pipelines_cancel 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_training_pipelines_cancel --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_training_pipelines_create 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_training_pipelines_create --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_training_pipelines_list 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_training_pipelines_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_training_pipelines_delete 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_training_pipelines_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_training_pipelines_get 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_training_pipelines_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_training_pipelines_operations_get 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_training_pipelines_operations_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_training_pipelines_operations_list 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_training_pipelines_operations_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_training_pipelines_operations_cancel 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_training_pipelines_operations_cancel --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_training_pipelines_operations_wait 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_training_pipelines_operations_wait --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_projects_locations_training_pipelines_operations_delete 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_training_pipelines_operations_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_deployment_resource_pools_operations_list 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_deployment_resource_pools_operations_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_deployment_resource_pools_operations_cancel 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_deployment_resource_pools_operations_cancel --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_deployment_resource_pools_operations_wait 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_deployment_resource_pools_operations_wait --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_deployment_resource_pools_operations_delete 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_deployment_resource_pools_operations_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_deployment_resource_pools_operations_get 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_deployment_resource_pools_operations_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_specialist_pools_operations_cancel 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_specialist_pools_operations_cancel --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_specialist_pools_operations_wait 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_specialist_pools_operations_wait --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_specialist_pools_operations_list 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_specialist_pools_operations_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_specialist_pools_operations_delete 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_specialist_pools_operations_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_specialist_pools_operations_get 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_specialist_pools_operations_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_persistent_resources_operations_get 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_persistent_resources_operations_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_persistent_resources_operations_delete 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_persistent_resources_operations_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_persistent_resources_operations_cancel 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_persistent_resources_operations_cancel --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_persistent_resources_operations_wait 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_persistent_resources_operations_wait --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_persistent_resources_operations_list 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_persistent_resources_operations_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_index_endpoints_operations_get 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_index_endpoints_operations_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_index_endpoints_operations_delete 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_index_endpoints_operations_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_index_endpoints_operations_list 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_index_endpoints_operations_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_index_endpoints_operations_cancel 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_index_endpoints_operations_cancel --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_index_endpoints_operations_wait 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_index_endpoints_operations_wait --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_hyperparameter_tuning_jobs_operations_delete 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_hyperparameter_tuning_jobs_operations_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_hyperparameter_tuning_jobs_operations_cancel 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_hyperparameter_tuning_jobs_operations_cancel --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_hyperparameter_tuning_jobs_operations_wait 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_hyperparameter_tuning_jobs_operations_wait --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_hyperparameter_tuning_jobs_operations_list 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_hyperparameter_tuning_jobs_operations_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_hyperparameter_tuning_jobs_operations_get 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_hyperparameter_tuning_jobs_operations_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_indexes_operations_get 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_indexes_operations_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_indexes_operations_list 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_indexes_operations_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_indexes_operations_cancel 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_indexes_operations_cancel --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_indexes_operations_wait 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_indexes_operations_wait --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_indexes_operations_delete 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_indexes_operations_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_training_pipelines_operations_cancel 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_training_pipelines_operations_cancel --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_training_pipelines_operations_wait 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_training_pipelines_operations_wait --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_training_pipelines_operations_list 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_training_pipelines_operations_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_training_pipelines_operations_delete 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_training_pipelines_operations_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_training_pipelines_operations_get 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_training_pipelines_operations_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_skills_operations_get 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_skills_operations_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_skills_operations_delete 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_skills_operations_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_skills_operations_list 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_skills_operations_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_skills_operations_cancel 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_skills_operations_cancel --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_skills_operations_wait 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_skills_operations_wait --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_endpoints_predict_long_running 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_endpoints_predict_long_running --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_endpoints_fetch_predict_operation 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_endpoints_fetch_predict_operation --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_endpoints_stream_generate_content 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_endpoints_stream_generate_content --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_endpoints_compute_tokens 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_endpoints_compute_tokens --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_endpoints_count_tokens 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_endpoints_count_tokens --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_endpoints_predict 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_endpoints_predict --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_endpoints_generate_content 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_endpoints_generate_content --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_endpoints_operations_delete 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_endpoints_operations_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_endpoints_operations_list 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_endpoints_operations_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_endpoints_operations_cancel 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_endpoints_operations_cancel --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_endpoints_operations_wait 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_endpoints_operations_wait --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_endpoints_operations_get 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_endpoints_operations_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_endpoints_chat_completions 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_endpoints_chat_completions --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_pipeline_jobs_operations_get 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_pipeline_jobs_operations_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_pipeline_jobs_operations_delete 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_pipeline_jobs_operations_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_pipeline_jobs_operations_cancel 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_pipeline_jobs_operations_cancel --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_pipeline_jobs_operations_wait 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_pipeline_jobs_operations_wait --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_pipeline_jobs_operations_list 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_pipeline_jobs_operations_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_rag_corpora_operations_delete 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_rag_corpora_operations_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_rag_corpora_operations_cancel 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_rag_corpora_operations_cancel --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_rag_corpora_operations_wait 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_rag_corpora_operations_wait --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_rag_corpora_operations_list 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_rag_corpora_operations_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_rag_corpora_operations_get 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_rag_corpora_operations_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_rag_corpora_rag_files_operations_get 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_rag_corpora_rag_files_operations_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_rag_corpora_rag_files_operations_list 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_rag_corpora_rag_files_operations_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_rag_corpora_rag_files_operations_cancel 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_rag_corpora_rag_files_operations_cancel --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_rag_corpora_rag_files_operations_wait 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_rag_corpora_rag_files_operations_wait --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_rag_corpora_rag_files_operations_delete 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_rag_corpora_rag_files_operations_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_tensorboards_operations_list 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_tensorboards_operations_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_tensorboards_operations_cancel 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_tensorboards_operations_cancel --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_tensorboards_operations_wait 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_tensorboards_operations_wait --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_tensorboards_operations_delete 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_tensorboards_operations_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_tensorboards_operations_get 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_tensorboards_operations_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_tensorboards_experiments_operations_cancel 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_tensorboards_experiments_operations_cancel --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_tensorboards_experiments_operations_wait 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_tensorboards_experiments_operations_wait --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_tensorboards_experiments_operations_list 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_tensorboards_experiments_operations_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_tensorboards_experiments_operations_delete 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_tensorboards_experiments_operations_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_tensorboards_experiments_operations_get 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_tensorboards_experiments_operations_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_tensorboards_experiments_runs_operations_delete 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_tensorboards_experiments_runs_operations_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_tensorboards_experiments_runs_operations_cancel 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_tensorboards_experiments_runs_operations_cancel --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_tensorboards_experiments_runs_operations_wait 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_tensorboards_experiments_runs_operations_wait --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_tensorboards_experiments_runs_operations_list 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_tensorboards_experiments_runs_operations_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_tensorboards_experiments_runs_operations_get 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_tensorboards_experiments_runs_operations_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_tensorboards_experiments_runs_time_series_operations_delete 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_tensorboards_experiments_runs_time_series_operations_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_tensorboards_experiments_runs_time_series_operations_cancel 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_tensorboards_experiments_runs_time_series_operations_cancel --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_tensorboards_experiments_runs_time_series_operations_wait 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_tensorboards_experiments_runs_time_series_operations_wait --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_tensorboards_experiments_runs_time_series_operations_list 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_tensorboards_experiments_runs_time_series_operations_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_tensorboards_experiments_runs_time_series_operations_get 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_tensorboards_experiments_runs_time_series_operations_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_notebook_execution_jobs_operations_cancel 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_notebook_execution_jobs_operations_cancel --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_notebook_execution_jobs_operations_wait 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_notebook_execution_jobs_operations_wait --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_notebook_execution_jobs_operations_list 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_notebook_execution_jobs_operations_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_notebook_execution_jobs_operations_delete 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_notebook_execution_jobs_operations_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_notebook_execution_jobs_operations_get 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_notebook_execution_jobs_operations_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_rag_engine_config_operations_get 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_rag_engine_config_operations_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_rag_engine_config_operations_list 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_rag_engine_config_operations_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_rag_engine_config_operations_cancel 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_rag_engine_config_operations_cancel --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_rag_engine_config_operations_wait 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_rag_engine_config_operations_wait --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_rag_engine_config_operations_delete 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_rag_engine_config_operations_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_feature_online_stores_operations_get 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_feature_online_stores_operations_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_feature_online_stores_operations_delete 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_feature_online_stores_operations_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_feature_online_stores_operations_list_wait 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_feature_online_stores_operations_list_wait --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_feature_online_stores_operations_wait 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_feature_online_stores_operations_wait --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_feature_online_stores_feature_views_operations_wait 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_feature_online_stores_feature_views_operations_wait --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_feature_online_stores_feature_views_operations_list_wait 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_feature_online_stores_feature_views_operations_list_wait --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_feature_online_stores_feature_views_operations_delete 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_feature_online_stores_feature_views_operations_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_feature_online_stores_feature_views_operations_get 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_feature_online_stores_feature_views_operations_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_datasets_get 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_datasets_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_datasets_delete 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_datasets_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_datasets_create 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_datasets_create --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_datasets_patch 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_datasets_patch --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_datasets_list 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_datasets_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_datasets_operations_get 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_datasets_operations_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_datasets_operations_delete 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_datasets_operations_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_datasets_operations_list 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_datasets_operations_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_datasets_operations_cancel 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_datasets_operations_cancel --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_datasets_operations_wait 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_datasets_operations_wait --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_datasets_saved_queries_operations_delete 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_datasets_saved_queries_operations_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_datasets_saved_queries_operations_list 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_datasets_saved_queries_operations_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_datasets_saved_queries_operations_cancel 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_datasets_saved_queries_operations_cancel --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_datasets_saved_queries_operations_wait 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_datasets_saved_queries_operations_wait --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_datasets_saved_queries_operations_get 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_datasets_saved_queries_operations_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_datasets_dataset_versions_create 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_datasets_dataset_versions_create --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_datasets_dataset_versions_patch 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_datasets_dataset_versions_patch --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_datasets_dataset_versions_list 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_datasets_dataset_versions_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_datasets_dataset_versions_delete 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_datasets_dataset_versions_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_datasets_dataset_versions_restore 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_datasets_dataset_versions_restore --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_datasets_dataset_versions_get 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_datasets_dataset_versions_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_datasets_annotation_specs_operations_delete 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_datasets_annotation_specs_operations_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_datasets_annotation_specs_operations_cancel 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_datasets_annotation_specs_operations_cancel --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_datasets_annotation_specs_operations_wait 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_datasets_annotation_specs_operations_wait --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_datasets_annotation_specs_operations_list 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_datasets_annotation_specs_operations_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_datasets_annotation_specs_operations_get 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_datasets_annotation_specs_operations_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_datasets_data_items_annotations_operations_get 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_datasets_data_items_annotations_operations_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_datasets_data_items_annotations_operations_delete 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_datasets_data_items_annotations_operations_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_datasets_data_items_annotations_operations_list 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_datasets_data_items_annotations_operations_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_datasets_data_items_annotations_operations_cancel 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_datasets_data_items_annotations_operations_cancel --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_datasets_data_items_annotations_operations_wait 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_datasets_data_items_annotations_operations_wait --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_datasets_data_items_operations_cancel 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_datasets_data_items_operations_cancel --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_datasets_data_items_operations_wait 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_datasets_data_items_operations_wait --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_datasets_data_items_operations_list 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_datasets_data_items_operations_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_datasets_data_items_operations_delete 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_datasets_data_items_operations_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_datasets_data_items_operations_get 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_datasets_data_items_operations_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_publishers_models_predict 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_publishers_models_predict --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_publishers_models_generate_content 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_publishers_models_generate_content --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_publishers_models_compute_tokens 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_publishers_models_compute_tokens --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_publishers_models_count_tokens 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_publishers_models_count_tokens --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_publishers_models_predict_long_running 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_publishers_models_predict_long_running --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_publishers_models_get 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_publishers_models_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_publishers_models_fetch_predict_operation 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_publishers_models_fetch_predict_operation --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_publishers_models_stream_generate_content 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_publishers_models_stream_generate_content --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_featurestores_operations_get 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_featurestores_operations_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_featurestores_operations_delete 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_featurestores_operations_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_featurestores_operations_list 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_featurestores_operations_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_featurestores_operations_cancel 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_featurestores_operations_cancel --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_featurestores_operations_wait 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_featurestores_operations_wait --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_featurestores_entity_types_operations_delete 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_featurestores_entity_types_operations_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_featurestores_entity_types_operations_cancel 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_featurestores_entity_types_operations_cancel --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_featurestores_entity_types_operations_wait 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_featurestores_entity_types_operations_wait --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_featurestores_entity_types_operations_list 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_featurestores_entity_types_operations_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_featurestores_entity_types_operations_get 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_featurestores_entity_types_operations_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_featurestores_entity_types_features_operations_delete 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_featurestores_entity_types_features_operations_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_featurestores_entity_types_features_operations_list 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_featurestores_entity_types_features_operations_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_featurestores_entity_types_features_operations_cancel 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_featurestores_entity_types_features_operations_cancel --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_featurestores_entity_types_features_operations_wait 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_featurestores_entity_types_features_operations_wait --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_featurestores_entity_types_features_operations_get 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_featurestores_entity_types_features_operations_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_metadata_stores_operations_cancel 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_metadata_stores_operations_cancel --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_metadata_stores_operations_wait 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_metadata_stores_operations_wait --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_metadata_stores_operations_list 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_metadata_stores_operations_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_metadata_stores_operations_delete 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_metadata_stores_operations_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_metadata_stores_operations_get 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_metadata_stores_operations_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_metadata_stores_artifacts_operations_delete 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_metadata_stores_artifacts_operations_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_metadata_stores_artifacts_operations_cancel 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_metadata_stores_artifacts_operations_cancel --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_metadata_stores_artifacts_operations_wait 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_metadata_stores_artifacts_operations_wait --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_metadata_stores_artifacts_operations_list 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_metadata_stores_artifacts_operations_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_metadata_stores_artifacts_operations_get 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_metadata_stores_artifacts_operations_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_metadata_stores_contexts_operations_get 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_metadata_stores_contexts_operations_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_metadata_stores_contexts_operations_delete 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_metadata_stores_contexts_operations_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_metadata_stores_contexts_operations_cancel 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_metadata_stores_contexts_operations_cancel --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_metadata_stores_contexts_operations_wait 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_metadata_stores_contexts_operations_wait --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_metadata_stores_contexts_operations_list 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_metadata_stores_contexts_operations_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_metadata_stores_executions_operations_get 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_metadata_stores_executions_operations_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_metadata_stores_executions_operations_delete 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_metadata_stores_executions_operations_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_metadata_stores_executions_operations_list 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_metadata_stores_executions_operations_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_metadata_stores_executions_operations_cancel 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_metadata_stores_executions_operations_cancel --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_metadata_stores_executions_operations_wait 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_metadata_stores_executions_operations_wait --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_batch_prediction_jobs_get 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_batch_prediction_jobs_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_batch_prediction_jobs_create 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_batch_prediction_jobs_create --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-vertex-ai.google_vertex_ai_batch_prediction_jobs_list 0 parameters
kosmo integrations:schema google-vertex-ai.google_vertex_ai_batch_prediction_jobs_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
Permissions
Headless calls still follow the integration read/write permission policy. Configure read/write defaults with
integrations:configure. Add --force only for trusted automation that should bypass that policy.