KosmoKrator

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, configure, and verify
# 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.

Generic CLI call
kosmo integrations:call google-vertex-ai.google_vertex_ai_reasoning_engines_stream_query '{}' --json
Provider shortcut
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.

Discovery commands
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_reasoning_engines_stream_query '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_reasoning_engines_async_query '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_reasoning_engines_delete '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_reasoning_engines_list '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_reasoning_engines_patch '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_reasoning_engines_get '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_reasoning_engines_query '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_reasoning_engines_execute_code '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_reasoning_engines_create '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_reasoning_engines_runtime_revisions_stream_query '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_reasoning_engines_runtime_revisions_query '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_reasoning_engines_sandbox_environments_delete '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_reasoning_engines_sandbox_environments_create '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_reasoning_engines_sandbox_environments_list '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_reasoning_engines_sandbox_environments_execute '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_reasoning_engines_sandbox_environments_get '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_reasoning_engines_sandbox_environments_snapshot '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_reasoning_engines_sandbox_environments_operations_cancel '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_reasoning_engines_sandbox_environments_operations_wait '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_reasoning_engines_sandbox_environments_operations_get '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_reasoning_engines_sandbox_environments_operations_delete '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_reasoning_engines_sessions_operations_delete '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_reasoning_engines_sessions_operations_list '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_reasoning_engines_sessions_operations_cancel '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_reasoning_engines_sessions_operations_wait '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_reasoning_engines_sessions_operations_get '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_reasoning_engines_operations_get '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_reasoning_engines_operations_delete '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_reasoning_engines_operations_list '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_reasoning_engines_operations_cancel '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_reasoning_engines_operations_wait '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_reasoning_engines_memories_operations_get '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_reasoning_engines_memories_operations_cancel '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_reasoning_engines_memories_operations_wait '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_reasoning_engines_memories_operations_list '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_reasoning_engines_memories_operations_delete '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_reasoning_engines_sandbox_environment_snapshots_delete '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_reasoning_engines_sandbox_environment_snapshots_get '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_reasoning_engines_sandbox_environment_snapshots_list '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_reasoning_engines_sandbox_environment_snapshots_operations_cancel '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_reasoning_engines_sandbox_environment_snapshots_operations_wait '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_reasoning_engines_sandbox_environment_snapshots_operations_delete '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_reasoning_engines_sandbox_environment_snapshots_operations_get '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_reasoning_engines_sandbox_environment_templates_create '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_reasoning_engines_sandbox_environment_templates_list '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_reasoning_engines_sandbox_environment_templates_get '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_reasoning_engines_sandbox_environment_templates_delete '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_reasoning_engines_sandbox_environment_templates_operations_delete '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_reasoning_engines_sandbox_environment_templates_operations_get '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_reasoning_engines_sandbox_environment_templates_operations_cancel '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_reasoning_engines_sandbox_environment_templates_operations_wait '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_schedules_operations_get '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_schedules_operations_delete '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_schedules_operations_cancel '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_schedules_operations_wait '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_schedules_operations_list '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_custom_jobs_operations_get '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_custom_jobs_operations_delete '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_custom_jobs_operations_list '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_custom_jobs_operations_cancel '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_custom_jobs_operations_wait '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_media_upload '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_studies_operations_list '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_studies_operations_cancel '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_studies_operations_wait '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_studies_operations_delete '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_studies_operations_get '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_studies_trials_operations_list '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_studies_trials_operations_cancel '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_studies_trials_operations_wait '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_studies_trials_operations_delete '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_studies_trials_operations_get '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_data_labeling_jobs_operations_list '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_data_labeling_jobs_operations_cancel '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_data_labeling_jobs_operations_wait '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_data_labeling_jobs_operations_delete '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_data_labeling_jobs_operations_get '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_tuning_jobs_operations_list '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_tuning_jobs_operations_cancel '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_tuning_jobs_operations_get '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_tuning_jobs_operations_delete '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_v1_generate_instance_rubrics '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_v1_evaluate_instances '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_v1_evaluate_dataset '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_migratable_resources_operations_delete '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_migratable_resources_operations_cancel '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_migratable_resources_operations_wait '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_migratable_resources_operations_list '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_migratable_resources_operations_get '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_notebook_runtimes_operations_cancel '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_notebook_runtimes_operations_wait '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_notebook_runtimes_operations_list '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_notebook_runtimes_operations_delete '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_notebook_runtimes_operations_get '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_model_deployment_monitoring_jobs_operations_delete '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_model_deployment_monitoring_jobs_operations_cancel '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_model_deployment_monitoring_jobs_operations_wait '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_model_deployment_monitoring_jobs_operations_list '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_model_deployment_monitoring_jobs_operations_get '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_operations_get '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_operations_list '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_operations_cancel '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_operations_wait '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_operations_delete '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_models_operations_get '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_models_operations_cancel '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_models_operations_wait '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_models_operations_list '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_models_operations_delete '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_models_evaluations_operations_cancel '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_models_evaluations_operations_wait '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_models_evaluations_operations_list '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_models_evaluations_operations_delete '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_models_evaluations_operations_get '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_notebook_runtime_templates_operations_get '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_notebook_runtime_templates_operations_delete '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_notebook_runtime_templates_operations_cancel '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_notebook_runtime_templates_operations_wait '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_notebook_runtime_templates_operations_list '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_feature_groups_operations_get '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_feature_groups_operations_delete '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_feature_groups_operations_list_wait '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_feature_groups_operations_wait '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_feature_groups_features_operations_list_wait '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_feature_groups_features_operations_wait '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_feature_groups_features_operations_get '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_feature_groups_features_operations_delete '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_update_cache_config '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_get_cache_config '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_evaluate_instances '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_ask_contexts '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_evaluate_dataset '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_get_rag_engine_config '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_corroborate_content '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_update_rag_engine_config '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_get '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_deploy '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_retrieve_contexts '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_augment_prompt '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_async_retrieve_contexts '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_list '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_generate_synthetic_data '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_generate_instance_rubrics '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_tuning_jobs_create '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_tuning_jobs_list '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_tuning_jobs_rebase_tuned_model '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_tuning_jobs_cancel '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_tuning_jobs_get '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_tuning_jobs_operations_cancel '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_tuning_jobs_operations_list '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_tuning_jobs_operations_delete '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_tuning_jobs_operations_get '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_data_labeling_jobs_delete '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_data_labeling_jobs_create '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_data_labeling_jobs_list '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_data_labeling_jobs_cancel '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_data_labeling_jobs_get '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_data_labeling_jobs_operations_get '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_data_labeling_jobs_operations_delete '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_data_labeling_jobs_operations_list '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_data_labeling_jobs_operations_cancel '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_data_labeling_jobs_operations_wait '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_migratable_resources_batch_migrate '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_migratable_resources_search '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_migratable_resources_operations_get '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_migratable_resources_operations_list '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_migratable_resources_operations_cancel '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_migratable_resources_operations_wait '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_migratable_resources_operations_delete '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_notebook_runtimes_delete '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_notebook_runtimes_upgrade '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_notebook_runtimes_start '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_notebook_runtimes_list '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_notebook_runtimes_assign '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_notebook_runtimes_get '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_notebook_runtimes_stop '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_notebook_runtimes_operations_get '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_notebook_runtimes_operations_cancel '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_notebook_runtimes_operations_wait '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_notebook_runtimes_operations_list '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_notebook_runtimes_operations_delete '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_model_deployment_monitoring_jobs_delete '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_model_deployment_monitoring_jobs_create '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_model_deployment_monitoring_jobs_list '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_model_deployment_monitoring_jobs_patch '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_model_deployment_monitoring_jobs_get '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_model_deployment_monitoring_jobs_pause '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_model_deployment_monitoring_jobs_search_model_deployment_monitoring_stats_anomalies '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_model_deployment_monitoring_jobs_resume '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_model_deployment_monitoring_jobs_operations_get '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_model_deployment_monitoring_jobs_operations_delete '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_model_deployment_monitoring_jobs_operations_list '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_model_deployment_monitoring_jobs_operations_cancel '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_model_deployment_monitoring_jobs_operations_wait '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_operations_delete '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_operations_cancel '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_operations_wait '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_operations_list '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_operations_get '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_models_patch '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_models_copy '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_models_delete '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_models_get '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_models_upload '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_models_get_iam_policy '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_models_list '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_models_export '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_models_test_iam_permissions '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_models_delete_version '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_models_merge_version_aliases '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_models_list_checkpoints '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_models_list_versions '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_models_set_iam_policy '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_models_update_explanation_dataset '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_models_operations_delete '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_models_operations_cancel '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_models_operations_wait '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_models_operations_list '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_models_operations_get '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_models_evaluations_import '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_models_evaluations_list '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_models_evaluations_get '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_models_evaluations_operations_get '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_models_evaluations_operations_delete '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_models_evaluations_operations_list '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_models_evaluations_operations_cancel '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_models_evaluations_operations_wait '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_models_evaluations_slices_list '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_models_evaluations_slices_batch_import '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_models_evaluations_slices_get '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_notebook_runtime_templates_set_iam_policy '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_notebook_runtime_templates_get '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_notebook_runtime_templates_get_iam_policy '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_notebook_runtime_templates_create '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_notebook_runtime_templates_list '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_notebook_runtime_templates_patch '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_notebook_runtime_templates_test_iam_permissions '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_notebook_runtime_templates_delete '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_notebook_runtime_templates_operations_list '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_notebook_runtime_templates_operations_cancel '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_notebook_runtime_templates_operations_wait '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_notebook_runtime_templates_operations_delete '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_notebook_runtime_templates_operations_get '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_feature_groups_test_iam_permissions '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_feature_groups_delete '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_feature_groups_get_iam_policy '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_feature_groups_create '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_feature_groups_list '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_feature_groups_patch '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_feature_groups_set_iam_policy '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_feature_groups_get '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_feature_groups_operations_wait '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_feature_groups_operations_list_wait '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_feature_groups_operations_delete '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_feature_groups_operations_get '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_feature_groups_features_delete '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_feature_groups_features_create '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_feature_groups_features_list '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_feature_groups_features_patch '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_feature_groups_features_batch_create '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_feature_groups_features_get '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_feature_groups_features_operations_get '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_feature_groups_features_operations_delete '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_feature_groups_features_operations_list_wait '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_feature_groups_features_operations_wait '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_set_iam_policy '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_execute_code '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_create '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_get '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_query '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_test_iam_permissions '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_stream_query '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_async_query '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_delete '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_get_iam_policy '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_list '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_patch '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_memories_delete '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_memories_patch '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_memories_list '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_memories_generate '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_memories_get '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_memories_create '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_memories_retrieve '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_memories_purge '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_memories_rollback '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_memories_operations_get '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_memories_operations_list '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_memories_operations_cancel '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_memories_operations_wait '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_memories_operations_delete '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_memories_revisions_get '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_memories_revisions_list '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sandbox_environment_snapshots_list '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sandbox_environment_snapshots_get '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sandbox_environment_snapshots_delete '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sandbox_environment_snapshots_operations_cancel '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sandbox_environment_snapshots_operations_wait '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sandbox_environment_snapshots_operations_get '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sandbox_environment_snapshots_operations_delete '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sandbox_environment_templates_create '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sandbox_environment_templates_list '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sandbox_environment_templates_get '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sandbox_environment_templates_delete '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sandbox_environment_templates_operations_get '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sandbox_environment_templates_operations_delete '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sandbox_environment_templates_operations_cancel '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sandbox_environment_templates_operations_wait '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sessions_get '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sessions_delete '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sessions_append_event '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sessions_create '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sessions_list '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sessions_patch '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sessions_operations_delete '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sessions_operations_list '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sessions_operations_cancel '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sessions_operations_wait '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sessions_operations_get '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sessions_events_list '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_operations_delete '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_operations_list '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_operations_cancel '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_operations_wait '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_operations_get '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_runtime_revisions_stream_query '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_runtime_revisions_query '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sandbox_environments_snapshot '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sandbox_environments_get '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sandbox_environments_create '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sandbox_environments_list '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sandbox_environments_execute '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sandbox_environments_delete '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sandbox_environments_operations_cancel '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sandbox_environments_operations_wait '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sandbox_environments_operations_delete '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sandbox_environments_operations_get '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_cached_contents_get '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_cached_contents_create '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_cached_contents_patch '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_cached_contents_list '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_cached_contents_delete '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_schedules_create '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_schedules_list '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_schedules_patch '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_schedules_delete '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_schedules_resume '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_schedules_pause '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_schedules_get '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_schedules_operations_delete '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_schedules_operations_list '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_schedules_operations_cancel '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_schedules_operations_wait '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_schedules_operations_get '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_custom_jobs_get '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_custom_jobs_create '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_custom_jobs_list '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_custom_jobs_cancel '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_custom_jobs_delete '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_custom_jobs_operations_get '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_custom_jobs_operations_cancel '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_custom_jobs_operations_wait '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_custom_jobs_operations_list '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_custom_jobs_operations_delete '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_studies_delete '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_studies_create '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_studies_list '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_studies_lookup '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_studies_get '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_studies_operations_get '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_studies_operations_delete '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_studies_operations_cancel '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_studies_operations_wait '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_studies_operations_list '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_studies_trials_suggest '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_studies_trials_get '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_studies_trials_stop '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_studies_trials_add_trial_measurement '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_studies_trials_delete '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_studies_trials_list '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_studies_trials_list_optimal_trials '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_studies_trials_check_trial_early_stopping_state '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_studies_trials_create '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_studies_trials_complete '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_studies_trials_operations_get '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_studies_trials_operations_cancel '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_studies_trials_operations_wait '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_studies_trials_operations_list '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_studies_trials_operations_delete '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_endpoints_direct_raw_predict '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_endpoints_stream_generate_content '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_endpoints_raw_predict '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_endpoints_generate_content '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_endpoints_deploy_model '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_endpoints_list '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_endpoints_compute_tokens '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_endpoints_server_streaming_predict '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_endpoints_undeploy_model '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_endpoints_predict '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_endpoints_direct_predict '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_endpoints_create '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_endpoints_update '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_endpoints_mutate_deployed_model '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_endpoints_delete '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_endpoints_count_tokens '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_endpoints_patch '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_endpoints_fetch_predict_operation '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_endpoints_get '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_endpoints_predict_long_running '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_endpoints_stream_raw_predict '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_endpoints_explain '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_endpoints_operations_cancel '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_endpoints_operations_wait '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_endpoints_operations_list '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_endpoints_operations_delete '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_endpoints_operations_get '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_endpoints_invoke_invoke '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_endpoints_openapi_responses '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_endpoints_openapi_completions '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_endpoints_openapi_embeddings '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_endpoints_chat_completions '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_endpoints_deployed_models_invoke_invoke '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_endpoints_google_science_inference '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_evaluation_runs_create '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_evaluation_runs_list '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_evaluation_runs_cancel '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_evaluation_runs_delete '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_evaluation_runs_get '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_pipeline_jobs_delete '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_pipeline_jobs_batch_delete '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_pipeline_jobs_cancel '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_pipeline_jobs_create '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_pipeline_jobs_list '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_pipeline_jobs_batch_cancel '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_pipeline_jobs_get '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_pipeline_jobs_operations_cancel '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_pipeline_jobs_operations_wait '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_pipeline_jobs_operations_list '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_pipeline_jobs_operations_delete '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_pipeline_jobs_operations_get '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_rag_corpora_create '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_rag_corpora_patch '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_rag_corpora_list '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_rag_corpora_delete '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_rag_corpora_get '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_rag_corpora_operations_get '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_rag_corpora_operations_list '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_rag_corpora_operations_cancel '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_rag_corpora_operations_wait '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_rag_corpora_operations_delete '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_rag_corpora_rag_files_get '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_rag_corpora_rag_files_delete '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_rag_corpora_rag_files_import '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_rag_corpora_rag_files_list '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_rag_corpora_rag_files_operations_list '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_rag_corpora_rag_files_operations_cancel '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_rag_corpora_rag_files_operations_wait '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_rag_corpora_rag_files_operations_delete '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_rag_corpora_rag_files_operations_get '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_get '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_read_size '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_batch_read '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_create '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_patch '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_list '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_read_usage '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_delete '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_create '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_patch '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_list '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_batch_create '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_delete '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_get '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_write '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_operations_delete '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_operations_cancel '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_operations_wait '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_operations_list '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_operations_get '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_runs_batch_create '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_runs_create '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_runs_patch '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_runs_list '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_runs_delete '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_runs_get '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_runs_write '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_runs_operations_delete '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_runs_operations_cancel '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_runs_operations_wait '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_runs_operations_list '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_runs_operations_get '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_runs_time_series_export_tensorboard_time_series '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_runs_time_series_delete '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_runs_time_series_read '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_runs_time_series_create '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_runs_time_series_patch '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_runs_time_series_list '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_runs_time_series_get '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_runs_time_series_read_blob_data '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_runs_time_series_operations_get '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_runs_time_series_operations_delete '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_runs_time_series_operations_list '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_runs_time_series_operations_cancel '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_runs_time_series_operations_wait '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_operations_delete '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_operations_cancel '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_operations_wait '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_operations_list '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_operations_get '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_notebook_execution_jobs_create '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_notebook_execution_jobs_list '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_notebook_execution_jobs_get '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_notebook_execution_jobs_delete '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_notebook_execution_jobs_operations_delete '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_notebook_execution_jobs_operations_list '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_notebook_execution_jobs_operations_cancel '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_notebook_execution_jobs_operations_wait '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_notebook_execution_jobs_operations_get '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_set_iam_policy '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_get '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_get_iam_policy '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_create '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_list '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_patch '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_delete '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_test_iam_permissions '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_feature_views_set_iam_policy '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_feature_views_get_iam_policy '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_feature_views_list '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_feature_views_test_iam_permissions '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_feature_views_search_nearest_entities '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_feature_views_generate_fetch_access_token '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_feature_views_sync '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_feature_views_create '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_feature_views_patch '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_feature_views_delete '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_feature_views_get '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_feature_views_fetch_feature_values '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_feature_views_direct_write '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_feature_views_feature_view_syncs_get '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_feature_views_feature_view_syncs_list '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_feature_views_operations_wait '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_feature_views_operations_list_wait '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_feature_views_operations_delete '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_feature_views_operations_get '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_operations_get '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_operations_delete '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_operations_list_wait '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_operations_wait '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_rag_engine_config_operations_list '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_rag_engine_config_operations_cancel '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_rag_engine_config_operations_wait '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_rag_engine_config_operations_delete '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_rag_engine_config_operations_get '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_nas_jobs_delete '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_nas_jobs_create '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_nas_jobs_list '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_nas_jobs_cancel '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_nas_jobs_get '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_nas_jobs_nas_trial_details_get '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_nas_jobs_nas_trial_details_list '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_datasets_set_iam_policy '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_datasets_create '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_datasets_get '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_datasets_import '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_datasets_delete '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_datasets_test_iam_permissions '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_datasets_export '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_datasets_get_iam_policy '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_datasets_patch '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_datasets_list '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_datasets_search_data_items '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_datasets_data_items_list '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_datasets_data_items_annotations_list '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_datasets_data_items_annotations_operations_get '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_datasets_data_items_annotations_operations_list '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_datasets_data_items_annotations_operations_cancel '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_datasets_data_items_annotations_operations_wait '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_datasets_data_items_annotations_operations_delete '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_datasets_data_items_operations_get '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_datasets_data_items_operations_delete '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_datasets_data_items_operations_cancel '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_datasets_data_items_operations_wait '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_datasets_data_items_operations_list '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_datasets_annotation_specs_get '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_datasets_annotation_specs_operations_delete '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_datasets_annotation_specs_operations_cancel '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_datasets_annotation_specs_operations_wait '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_datasets_annotation_specs_operations_list '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_datasets_annotation_specs_operations_get '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_datasets_dataset_versions_get '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_datasets_dataset_versions_create '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_datasets_dataset_versions_patch '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_datasets_dataset_versions_list '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_datasets_dataset_versions_delete '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_datasets_dataset_versions_restore '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_datasets_operations_get '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_datasets_operations_delete '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_datasets_operations_list '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_datasets_operations_cancel '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_datasets_operations_wait '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_datasets_saved_queries_list '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_datasets_saved_queries_delete '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_datasets_saved_queries_operations_delete '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_datasets_saved_queries_operations_list '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_datasets_saved_queries_operations_cancel '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_datasets_saved_queries_operations_wait '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_datasets_saved_queries_operations_get '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_publishers_models_stream_generate_content '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_publishers_models_predict '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_publishers_models_embed_content '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_publishers_models_stream_raw_predict '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_publishers_models_server_streaming_predict '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_publishers_models_predict_long_running '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_publishers_models_fetch_predict_operation '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_publishers_models_compute_tokens '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_publishers_models_count_tokens '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_publishers_models_generate_content '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_publishers_models_raw_predict '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_publishers_models_invoke_invoke '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_featurestores_get '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_featurestores_search_features '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_featurestores_get_iam_policy '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_featurestores_list '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_featurestores_patch '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_featurestores_batch_read_feature_values '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_featurestores_test_iam_permissions '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_featurestores_delete '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_featurestores_set_iam_policy '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_featurestores_create '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_featurestores_entity_types_get_iam_policy '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_featurestores_entity_types_list '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_featurestores_entity_types_import_feature_values '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_featurestores_entity_types_test_iam_permissions '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_featurestores_entity_types_read_feature_values '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_featurestores_entity_types_set_iam_policy '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_featurestores_entity_types_streaming_read_feature_values '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_featurestores_entity_types_get '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_featurestores_entity_types_export_feature_values '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_featurestores_entity_types_patch '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_featurestores_entity_types_write_feature_values '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_featurestores_entity_types_delete '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_featurestores_entity_types_delete_feature_values '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_featurestores_entity_types_create '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_featurestores_entity_types_operations_cancel '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_featurestores_entity_types_operations_wait '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_featurestores_entity_types_operations_list '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_featurestores_entity_types_operations_delete '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_featurestores_entity_types_operations_get '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_featurestores_entity_types_features_get '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_featurestores_entity_types_features_delete '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_featurestores_entity_types_features_create '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_featurestores_entity_types_features_list '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_featurestores_entity_types_features_patch '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_featurestores_entity_types_features_batch_create '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_featurestores_entity_types_features_operations_cancel '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_featurestores_entity_types_features_operations_wait '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_featurestores_entity_types_features_operations_list '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_featurestores_entity_types_features_operations_delete '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_featurestores_entity_types_features_operations_get '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_featurestores_operations_cancel '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_featurestores_operations_wait '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_featurestores_operations_list '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_featurestores_operations_delete '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_featurestores_operations_get '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_batch_prediction_jobs_delete '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_batch_prediction_jobs_cancel '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_batch_prediction_jobs_create '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_batch_prediction_jobs_list '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_batch_prediction_jobs_get '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_get '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_delete '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_create '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_list '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_artifacts_delete '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_artifacts_create '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_artifacts_list '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_artifacts_patch '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_artifacts_get '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_artifacts_query_artifact_lineage_subgraph '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_artifacts_purge '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_artifacts_operations_delete '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_artifacts_operations_list '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_artifacts_operations_cancel '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_artifacts_operations_wait '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_artifacts_operations_get '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_contexts_purge '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_contexts_query_context_lineage_subgraph '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_contexts_add_context_children '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_contexts_create '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_contexts_remove_context_children '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_contexts_get '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_contexts_list '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_contexts_patch '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_contexts_delete '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_contexts_add_context_artifacts_and_executions '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_contexts_operations_get '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_contexts_operations_delete '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_contexts_operations_list '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_contexts_operations_cancel '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_contexts_operations_wait '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_executions_purge '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_executions_get '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_executions_add_execution_events '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_executions_create '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_executions_list '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_executions_patch '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_executions_delete '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_executions_query_execution_inputs_and_outputs '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_executions_operations_get '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_executions_operations_list '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_executions_operations_cancel '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_executions_operations_wait '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_executions_operations_delete '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_metadata_schemas_get '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_metadata_schemas_create '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_metadata_schemas_list '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_operations_get '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_operations_delete '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_operations_cancel '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_operations_wait '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_operations_list '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_deployment_resource_pools_delete '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_deployment_resource_pools_create '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_deployment_resource_pools_list '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_deployment_resource_pools_patch '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_deployment_resource_pools_get '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_deployment_resource_pools_query_deployed_models '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_deployment_resource_pools_operations_delete '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_deployment_resource_pools_operations_list '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_deployment_resource_pools_operations_cancel '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_deployment_resource_pools_operations_wait '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_deployment_resource_pools_operations_get '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_evaluation_items_create '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_evaluation_items_list '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_evaluation_items_delete '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_evaluation_items_get '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_specialist_pools_get '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_specialist_pools_delete '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_specialist_pools_create '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_specialist_pools_list '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_specialist_pools_patch '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_specialist_pools_operations_delete '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_specialist_pools_operations_list '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_specialist_pools_operations_cancel '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_specialist_pools_operations_wait '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_specialist_pools_operations_get '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_persistent_resources_delete '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_persistent_resources_create '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_persistent_resources_list '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_persistent_resources_patch '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_persistent_resources_get '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_persistent_resources_reboot '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_persistent_resources_operations_delete '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_persistent_resources_operations_cancel '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_persistent_resources_operations_wait '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_persistent_resources_operations_list '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_persistent_resources_operations_get '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_evaluation_sets_delete '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_evaluation_sets_create '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_evaluation_sets_list '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_evaluation_sets_patch '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_evaluation_sets_get '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_index_endpoints_create '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_index_endpoints_deploy_index '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_index_endpoints_find_neighbors '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_index_endpoints_undeploy_index '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_index_endpoints_read_index_datapoints '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_index_endpoints_list '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_index_endpoints_patch '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_index_endpoints_delete '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_index_endpoints_mutate_deployed_index '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_index_endpoints_get '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_index_endpoints_operations_get '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_index_endpoints_operations_delete '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_index_endpoints_operations_cancel '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_index_endpoints_operations_wait '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_index_endpoints_operations_list '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_skills_operations_cancel '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_skills_operations_wait '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_skills_operations_list '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_skills_operations_delete '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_skills_operations_get '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_indexes_upsert_datapoints '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_indexes_create '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_indexes_list '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_indexes_patch '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_indexes_delete '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_indexes_remove_datapoints '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_indexes_get '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_indexes_operations_list '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_indexes_operations_cancel '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_indexes_operations_wait '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_indexes_operations_delete '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_indexes_operations_get '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_hyperparameter_tuning_jobs_get '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_hyperparameter_tuning_jobs_cancel '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_hyperparameter_tuning_jobs_create '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_hyperparameter_tuning_jobs_list '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_hyperparameter_tuning_jobs_delete '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_hyperparameter_tuning_jobs_operations_get '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_hyperparameter_tuning_jobs_operations_delete '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_hyperparameter_tuning_jobs_operations_list '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_hyperparameter_tuning_jobs_operations_cancel '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_hyperparameter_tuning_jobs_operations_wait '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_training_pipelines_cancel '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_training_pipelines_create '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_training_pipelines_list '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_training_pipelines_delete '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_training_pipelines_get '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_training_pipelines_operations_get '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_training_pipelines_operations_list '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_training_pipelines_operations_cancel '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_training_pipelines_operations_wait '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_projects_locations_training_pipelines_operations_delete '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_deployment_resource_pools_operations_list '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_deployment_resource_pools_operations_cancel '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_deployment_resource_pools_operations_wait '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_deployment_resource_pools_operations_delete '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_deployment_resource_pools_operations_get '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_specialist_pools_operations_cancel '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_specialist_pools_operations_wait '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_specialist_pools_operations_list '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_specialist_pools_operations_delete '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_specialist_pools_operations_get '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_persistent_resources_operations_get '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_persistent_resources_operations_delete '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_persistent_resources_operations_cancel '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_persistent_resources_operations_wait '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_persistent_resources_operations_list '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_index_endpoints_operations_get '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_index_endpoints_operations_delete '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_index_endpoints_operations_list '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_index_endpoints_operations_cancel '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_index_endpoints_operations_wait '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_hyperparameter_tuning_jobs_operations_delete '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_hyperparameter_tuning_jobs_operations_cancel '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_hyperparameter_tuning_jobs_operations_wait '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_hyperparameter_tuning_jobs_operations_list '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_hyperparameter_tuning_jobs_operations_get '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_indexes_operations_get '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_indexes_operations_list '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_indexes_operations_cancel '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_indexes_operations_wait '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_indexes_operations_delete '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_training_pipelines_operations_cancel '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_training_pipelines_operations_wait '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_training_pipelines_operations_list '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_training_pipelines_operations_delete '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_training_pipelines_operations_get '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_skills_operations_get '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_skills_operations_delete '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_skills_operations_list '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_skills_operations_cancel '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_skills_operations_wait '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_endpoints_predict_long_running '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_endpoints_fetch_predict_operation '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_endpoints_stream_generate_content '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_endpoints_compute_tokens '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_endpoints_count_tokens '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_endpoints_predict '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_endpoints_generate_content '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_endpoints_operations_delete '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_endpoints_operations_list '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_endpoints_operations_cancel '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_endpoints_operations_wait '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_endpoints_operations_get '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_endpoints_chat_completions '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_pipeline_jobs_operations_get '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_pipeline_jobs_operations_delete '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_pipeline_jobs_operations_cancel '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_pipeline_jobs_operations_wait '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_pipeline_jobs_operations_list '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_rag_corpora_operations_delete '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_rag_corpora_operations_cancel '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_rag_corpora_operations_wait '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_rag_corpora_operations_list '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_rag_corpora_operations_get '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_rag_corpora_rag_files_operations_get '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_rag_corpora_rag_files_operations_list '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_rag_corpora_rag_files_operations_cancel '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_rag_corpora_rag_files_operations_wait '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_rag_corpora_rag_files_operations_delete '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_tensorboards_operations_list '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_tensorboards_operations_cancel '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_tensorboards_operations_wait '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_tensorboards_operations_delete '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_tensorboards_operations_get '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_tensorboards_experiments_operations_cancel '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_tensorboards_experiments_operations_wait '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_tensorboards_experiments_operations_list '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_tensorboards_experiments_operations_delete '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_tensorboards_experiments_operations_get '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_tensorboards_experiments_runs_operations_delete '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_tensorboards_experiments_runs_operations_cancel '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_tensorboards_experiments_runs_operations_wait '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_tensorboards_experiments_runs_operations_list '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_tensorboards_experiments_runs_operations_get '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_tensorboards_experiments_runs_time_series_operations_delete '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_tensorboards_experiments_runs_time_series_operations_cancel '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_tensorboards_experiments_runs_time_series_operations_wait '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_tensorboards_experiments_runs_time_series_operations_list '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_tensorboards_experiments_runs_time_series_operations_get '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_notebook_execution_jobs_operations_cancel '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_notebook_execution_jobs_operations_wait '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_notebook_execution_jobs_operations_list '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_notebook_execution_jobs_operations_delete '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_notebook_execution_jobs_operations_get '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_rag_engine_config_operations_get '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_rag_engine_config_operations_list '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_rag_engine_config_operations_cancel '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_rag_engine_config_operations_wait '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_rag_engine_config_operations_delete '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_feature_online_stores_operations_get '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_feature_online_stores_operations_delete '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_feature_online_stores_operations_list_wait '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_feature_online_stores_operations_wait '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_feature_online_stores_feature_views_operations_wait '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_feature_online_stores_feature_views_operations_list_wait '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_feature_online_stores_feature_views_operations_delete '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_feature_online_stores_feature_views_operations_get '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_datasets_get '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_datasets_delete '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_datasets_create '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_datasets_patch '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_datasets_list '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_datasets_operations_get '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_datasets_operations_delete '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_datasets_operations_list '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_datasets_operations_cancel '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_datasets_operations_wait '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_datasets_saved_queries_operations_delete '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_datasets_saved_queries_operations_list '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_datasets_saved_queries_operations_cancel '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_datasets_saved_queries_operations_wait '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_datasets_saved_queries_operations_get '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_datasets_dataset_versions_create '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_datasets_dataset_versions_patch '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_datasets_dataset_versions_list '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_datasets_dataset_versions_delete '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_datasets_dataset_versions_restore '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_datasets_dataset_versions_get '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_datasets_annotation_specs_operations_delete '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_datasets_annotation_specs_operations_cancel '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_datasets_annotation_specs_operations_wait '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_datasets_annotation_specs_operations_list '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_datasets_annotation_specs_operations_get '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_datasets_data_items_annotations_operations_get '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_datasets_data_items_annotations_operations_delete '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_datasets_data_items_annotations_operations_list '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_datasets_data_items_annotations_operations_cancel '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_datasets_data_items_annotations_operations_wait '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_datasets_data_items_operations_cancel '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_datasets_data_items_operations_wait '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_datasets_data_items_operations_list '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_datasets_data_items_operations_delete '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_datasets_data_items_operations_get '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_publishers_models_predict '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_publishers_models_generate_content '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_publishers_models_compute_tokens '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_publishers_models_count_tokens '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_publishers_models_predict_long_running '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_publishers_models_get '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_publishers_models_fetch_predict_operation '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_publishers_models_stream_generate_content '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_featurestores_operations_get '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_featurestores_operations_delete '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_featurestores_operations_list '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_featurestores_operations_cancel '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_featurestores_operations_wait '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_featurestores_entity_types_operations_delete '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_featurestores_entity_types_operations_cancel '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_featurestores_entity_types_operations_wait '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_featurestores_entity_types_operations_list '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_featurestores_entity_types_operations_get '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_featurestores_entity_types_features_operations_delete '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_featurestores_entity_types_features_operations_list '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_featurestores_entity_types_features_operations_cancel '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_featurestores_entity_types_features_operations_wait '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_featurestores_entity_types_features_operations_get '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_metadata_stores_operations_cancel '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_metadata_stores_operations_wait '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_metadata_stores_operations_list '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_metadata_stores_operations_delete '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_metadata_stores_operations_get '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_metadata_stores_artifacts_operations_delete '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_metadata_stores_artifacts_operations_cancel '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_metadata_stores_artifacts_operations_wait '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_metadata_stores_artifacts_operations_list '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_metadata_stores_artifacts_operations_get '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_metadata_stores_contexts_operations_get '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_metadata_stores_contexts_operations_delete '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_metadata_stores_contexts_operations_cancel '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_metadata_stores_contexts_operations_wait '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_metadata_stores_contexts_operations_list '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_metadata_stores_executions_operations_get '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_metadata_stores_executions_operations_delete '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_metadata_stores_executions_operations_list '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_metadata_stores_executions_operations_cancel '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_metadata_stores_executions_operations_wait '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_batch_prediction_jobs_get '{}' --json
Shortcut
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 write
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_batch_prediction_jobs_create '{}' --json
Shortcut
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 read
Parameters
none
Generic call
kosmo integrations:call google-vertex-ai.google_vertex_ai_batch_prediction_jobs_list '{}' --json
Shortcut
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
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_reasoning_engines_stream_query --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_reasoning_engines_async_query 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_reasoning_engines_async_query --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_reasoning_engines_delete 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_reasoning_engines_delete --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_reasoning_engines_list 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_reasoning_engines_list --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_reasoning_engines_patch 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_reasoning_engines_patch --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_reasoning_engines_get 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_reasoning_engines_get --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_reasoning_engines_query 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_reasoning_engines_query --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_reasoning_engines_execute_code 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_reasoning_engines_execute_code --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_reasoning_engines_create 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_reasoning_engines_create --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_reasoning_engines_runtime_revisions_stream_query 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_reasoning_engines_runtime_revisions_stream_query --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_reasoning_engines_runtime_revisions_query 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_reasoning_engines_runtime_revisions_query --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_reasoning_engines_sandbox_environments_delete 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_reasoning_engines_sandbox_environments_delete --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_reasoning_engines_sandbox_environments_create 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_reasoning_engines_sandbox_environments_create --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_reasoning_engines_sandbox_environments_list 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_reasoning_engines_sandbox_environments_list --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_reasoning_engines_sandbox_environments_execute 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_reasoning_engines_sandbox_environments_execute --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_reasoning_engines_sandbox_environments_get 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_reasoning_engines_sandbox_environments_get --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_reasoning_engines_sandbox_environments_snapshot 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_reasoning_engines_sandbox_environments_snapshot --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_reasoning_engines_sandbox_environments_operations_cancel 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_reasoning_engines_sandbox_environments_operations_cancel --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_reasoning_engines_sandbox_environments_operations_wait 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_reasoning_engines_sandbox_environments_operations_wait --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_reasoning_engines_sandbox_environments_operations_get 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_reasoning_engines_sandbox_environments_operations_get --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_reasoning_engines_sandbox_environments_operations_delete 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_reasoning_engines_sandbox_environments_operations_delete --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_reasoning_engines_sessions_operations_delete 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_reasoning_engines_sessions_operations_delete --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_reasoning_engines_sessions_operations_list 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_reasoning_engines_sessions_operations_list --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_reasoning_engines_sessions_operations_cancel 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_reasoning_engines_sessions_operations_cancel --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_reasoning_engines_sessions_operations_wait 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_reasoning_engines_sessions_operations_wait --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_reasoning_engines_sessions_operations_get 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_reasoning_engines_sessions_operations_get --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_reasoning_engines_operations_get 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_reasoning_engines_operations_get --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_reasoning_engines_operations_delete 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_reasoning_engines_operations_delete --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_reasoning_engines_operations_list 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_reasoning_engines_operations_list --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_reasoning_engines_operations_cancel 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_reasoning_engines_operations_cancel --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_reasoning_engines_operations_wait 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_reasoning_engines_operations_wait --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_reasoning_engines_memories_operations_get 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_reasoning_engines_memories_operations_get --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_reasoning_engines_memories_operations_cancel 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_reasoning_engines_memories_operations_cancel --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_reasoning_engines_memories_operations_wait 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_reasoning_engines_memories_operations_wait --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_reasoning_engines_memories_operations_list 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_reasoning_engines_memories_operations_list --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_reasoning_engines_memories_operations_delete 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_reasoning_engines_memories_operations_delete --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_reasoning_engines_sandbox_environment_snapshots_delete 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_reasoning_engines_sandbox_environment_snapshots_delete --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_reasoning_engines_sandbox_environment_snapshots_get 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_reasoning_engines_sandbox_environment_snapshots_get --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_reasoning_engines_sandbox_environment_snapshots_list 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_reasoning_engines_sandbox_environment_snapshots_list --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_reasoning_engines_sandbox_environment_snapshots_operations_cancel 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_reasoning_engines_sandbox_environment_snapshots_operations_cancel --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_reasoning_engines_sandbox_environment_snapshots_operations_wait 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_reasoning_engines_sandbox_environment_snapshots_operations_wait --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_reasoning_engines_sandbox_environment_snapshots_operations_delete 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_reasoning_engines_sandbox_environment_snapshots_operations_delete --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_reasoning_engines_sandbox_environment_snapshots_operations_get 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_reasoning_engines_sandbox_environment_snapshots_operations_get --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_reasoning_engines_sandbox_environment_templates_create 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_reasoning_engines_sandbox_environment_templates_create --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_reasoning_engines_sandbox_environment_templates_list 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_reasoning_engines_sandbox_environment_templates_list --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_reasoning_engines_sandbox_environment_templates_get 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_reasoning_engines_sandbox_environment_templates_get --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_reasoning_engines_sandbox_environment_templates_delete 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_reasoning_engines_sandbox_environment_templates_delete --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_reasoning_engines_sandbox_environment_templates_operations_delete 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_reasoning_engines_sandbox_environment_templates_operations_delete --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_reasoning_engines_sandbox_environment_templates_operations_get 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_reasoning_engines_sandbox_environment_templates_operations_get --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_reasoning_engines_sandbox_environment_templates_operations_cancel 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_reasoning_engines_sandbox_environment_templates_operations_cancel --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_reasoning_engines_sandbox_environment_templates_operations_wait 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_reasoning_engines_sandbox_environment_templates_operations_wait --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_schedules_operations_get 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_schedules_operations_get --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_schedules_operations_delete 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_schedules_operations_delete --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_schedules_operations_cancel 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_schedules_operations_cancel --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_schedules_operations_wait 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_schedules_operations_wait --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_schedules_operations_list 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_schedules_operations_list --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_custom_jobs_operations_get 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_custom_jobs_operations_get --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_custom_jobs_operations_delete 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_custom_jobs_operations_delete --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_custom_jobs_operations_list 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_custom_jobs_operations_list --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_custom_jobs_operations_cancel 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_custom_jobs_operations_cancel --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_custom_jobs_operations_wait 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_custom_jobs_operations_wait --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_media_upload 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_media_upload --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_studies_operations_list 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_studies_operations_list --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_studies_operations_cancel 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_studies_operations_cancel --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_studies_operations_wait 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_studies_operations_wait --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_studies_operations_delete 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_studies_operations_delete --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_studies_operations_get 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_studies_operations_get --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_studies_trials_operations_list 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_studies_trials_operations_list --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_studies_trials_operations_cancel 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_studies_trials_operations_cancel --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_studies_trials_operations_wait 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_studies_trials_operations_wait --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_studies_trials_operations_delete 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_studies_trials_operations_delete --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_studies_trials_operations_get 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_studies_trials_operations_get --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_data_labeling_jobs_operations_list 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_data_labeling_jobs_operations_list --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_data_labeling_jobs_operations_cancel 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_data_labeling_jobs_operations_cancel --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_data_labeling_jobs_operations_wait 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_data_labeling_jobs_operations_wait --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_data_labeling_jobs_operations_delete 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_data_labeling_jobs_operations_delete --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_data_labeling_jobs_operations_get 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_data_labeling_jobs_operations_get --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_tuning_jobs_operations_list 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_tuning_jobs_operations_list --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_tuning_jobs_operations_cancel 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_tuning_jobs_operations_cancel --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_tuning_jobs_operations_get 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_tuning_jobs_operations_get --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_tuning_jobs_operations_delete 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_tuning_jobs_operations_delete --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_v1_generate_instance_rubrics 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_v1_generate_instance_rubrics --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_v1_evaluate_instances 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_v1_evaluate_instances --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_v1_evaluate_dataset 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_v1_evaluate_dataset --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_migratable_resources_operations_delete 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_migratable_resources_operations_delete --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_migratable_resources_operations_cancel 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_migratable_resources_operations_cancel --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_migratable_resources_operations_wait 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_migratable_resources_operations_wait --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_migratable_resources_operations_list 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_migratable_resources_operations_list --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_migratable_resources_operations_get 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_migratable_resources_operations_get --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_notebook_runtimes_operations_cancel 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_notebook_runtimes_operations_cancel --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_notebook_runtimes_operations_wait 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_notebook_runtimes_operations_wait --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_notebook_runtimes_operations_list 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_notebook_runtimes_operations_list --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_notebook_runtimes_operations_delete 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_notebook_runtimes_operations_delete --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_notebook_runtimes_operations_get 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_notebook_runtimes_operations_get --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_model_deployment_monitoring_jobs_operations_delete 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_model_deployment_monitoring_jobs_operations_delete --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_model_deployment_monitoring_jobs_operations_cancel 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_model_deployment_monitoring_jobs_operations_cancel --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_model_deployment_monitoring_jobs_operations_wait 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_model_deployment_monitoring_jobs_operations_wait --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_model_deployment_monitoring_jobs_operations_list 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_model_deployment_monitoring_jobs_operations_list --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_model_deployment_monitoring_jobs_operations_get 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_model_deployment_monitoring_jobs_operations_get --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_operations_get 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_operations_get --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_operations_list 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_operations_list --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_operations_cancel 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_operations_cancel --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_operations_wait 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_operations_wait --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_operations_delete 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_operations_delete --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_models_operations_get 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_models_operations_get --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_models_operations_cancel 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_models_operations_cancel --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_models_operations_wait 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_models_operations_wait --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_models_operations_list 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_models_operations_list --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_models_operations_delete 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_models_operations_delete --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_models_evaluations_operations_cancel 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_models_evaluations_operations_cancel --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_models_evaluations_operations_wait 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_models_evaluations_operations_wait --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_models_evaluations_operations_list 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_models_evaluations_operations_list --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_models_evaluations_operations_delete 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_models_evaluations_operations_delete --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_models_evaluations_operations_get 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_models_evaluations_operations_get --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_notebook_runtime_templates_operations_get 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_notebook_runtime_templates_operations_get --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_notebook_runtime_templates_operations_delete 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_notebook_runtime_templates_operations_delete --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_notebook_runtime_templates_operations_cancel 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_notebook_runtime_templates_operations_cancel --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_notebook_runtime_templates_operations_wait 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_notebook_runtime_templates_operations_wait --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_notebook_runtime_templates_operations_list 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_notebook_runtime_templates_operations_list --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_feature_groups_operations_get 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_feature_groups_operations_get --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_feature_groups_operations_delete 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_feature_groups_operations_delete --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_feature_groups_operations_list_wait 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_feature_groups_operations_list_wait --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_feature_groups_operations_wait 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_feature_groups_operations_wait --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_feature_groups_features_operations_list_wait 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_feature_groups_features_operations_list_wait --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_feature_groups_features_operations_wait 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_feature_groups_features_operations_wait --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_feature_groups_features_operations_get 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_feature_groups_features_operations_get --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_feature_groups_features_operations_delete 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_feature_groups_features_operations_delete --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_update_cache_config 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_update_cache_config --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_get_cache_config 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_get_cache_config --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_evaluate_instances 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_evaluate_instances --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_ask_contexts 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_ask_contexts --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_evaluate_dataset 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_evaluate_dataset --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_get_rag_engine_config 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_get_rag_engine_config --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_corroborate_content 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_corroborate_content --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_update_rag_engine_config 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_update_rag_engine_config --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_get 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_get --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_deploy 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_deploy --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_retrieve_contexts 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_retrieve_contexts --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_augment_prompt 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_augment_prompt --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_async_retrieve_contexts 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_async_retrieve_contexts --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_list 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_list --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_generate_synthetic_data 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_generate_synthetic_data --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_generate_instance_rubrics 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_generate_instance_rubrics --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_tuning_jobs_create 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_tuning_jobs_create --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_tuning_jobs_list 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_tuning_jobs_list --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_tuning_jobs_rebase_tuned_model 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_tuning_jobs_rebase_tuned_model --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_tuning_jobs_cancel 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_tuning_jobs_cancel --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_tuning_jobs_get 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_tuning_jobs_get --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_tuning_jobs_operations_cancel 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_tuning_jobs_operations_cancel --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_tuning_jobs_operations_list 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_tuning_jobs_operations_list --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_tuning_jobs_operations_delete 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_tuning_jobs_operations_delete --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_tuning_jobs_operations_get 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_tuning_jobs_operations_get --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_data_labeling_jobs_delete 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_data_labeling_jobs_delete --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_data_labeling_jobs_create 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_data_labeling_jobs_create --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_data_labeling_jobs_list 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_data_labeling_jobs_list --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_data_labeling_jobs_cancel 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_data_labeling_jobs_cancel --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_data_labeling_jobs_get 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_data_labeling_jobs_get --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_data_labeling_jobs_operations_get 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_data_labeling_jobs_operations_get --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_data_labeling_jobs_operations_delete 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_data_labeling_jobs_operations_delete --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_data_labeling_jobs_operations_list 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_data_labeling_jobs_operations_list --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_data_labeling_jobs_operations_cancel 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_data_labeling_jobs_operations_cancel --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_data_labeling_jobs_operations_wait 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_data_labeling_jobs_operations_wait --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_migratable_resources_batch_migrate 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_migratable_resources_batch_migrate --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_migratable_resources_operations_get 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_migratable_resources_operations_get --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_migratable_resources_operations_list 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_migratable_resources_operations_list --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_migratable_resources_operations_cancel 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_migratable_resources_operations_cancel --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_migratable_resources_operations_wait 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_migratable_resources_operations_wait --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_migratable_resources_operations_delete 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_migratable_resources_operations_delete --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_notebook_runtimes_delete 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_notebook_runtimes_delete --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_notebook_runtimes_upgrade 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_notebook_runtimes_upgrade --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_notebook_runtimes_start 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_notebook_runtimes_start --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_notebook_runtimes_list 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_notebook_runtimes_list --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_notebook_runtimes_assign 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_notebook_runtimes_assign --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_notebook_runtimes_get 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_notebook_runtimes_get --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_notebook_runtimes_stop 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_notebook_runtimes_stop --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_notebook_runtimes_operations_get 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_notebook_runtimes_operations_get --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_notebook_runtimes_operations_cancel 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_notebook_runtimes_operations_cancel --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_notebook_runtimes_operations_wait 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_notebook_runtimes_operations_wait --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_notebook_runtimes_operations_list 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_notebook_runtimes_operations_list --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_notebook_runtimes_operations_delete 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_notebook_runtimes_operations_delete --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_model_deployment_monitoring_jobs_delete 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_model_deployment_monitoring_jobs_delete --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_model_deployment_monitoring_jobs_create 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_model_deployment_monitoring_jobs_create --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_model_deployment_monitoring_jobs_list 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_model_deployment_monitoring_jobs_list --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_model_deployment_monitoring_jobs_patch 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_model_deployment_monitoring_jobs_patch --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_model_deployment_monitoring_jobs_get 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_model_deployment_monitoring_jobs_get --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_model_deployment_monitoring_jobs_pause 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_model_deployment_monitoring_jobs_pause --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_model_deployment_monitoring_jobs_search_model_deployment_monitoring_stats_anomalies 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_model_deployment_monitoring_jobs_search_model_deployment_monitoring_stats_anomalies --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_model_deployment_monitoring_jobs_resume 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_model_deployment_monitoring_jobs_resume --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_model_deployment_monitoring_jobs_operations_get 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_model_deployment_monitoring_jobs_operations_get --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_model_deployment_monitoring_jobs_operations_delete 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_model_deployment_monitoring_jobs_operations_delete --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_model_deployment_monitoring_jobs_operations_list 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_model_deployment_monitoring_jobs_operations_list --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_model_deployment_monitoring_jobs_operations_cancel 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_model_deployment_monitoring_jobs_operations_cancel --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_model_deployment_monitoring_jobs_operations_wait 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_model_deployment_monitoring_jobs_operations_wait --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_operations_delete 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_operations_delete --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_operations_cancel 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_operations_cancel --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_operations_wait 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_operations_wait --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_operations_list 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_operations_list --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_operations_get 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_operations_get --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_models_patch 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_models_patch --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_models_copy 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_models_copy --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_models_delete 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_models_delete --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_models_get 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_models_get --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_models_upload 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_models_upload --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_models_get_iam_policy 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_models_get_iam_policy --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_models_list 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_models_list --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_models_export 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_models_export --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_models_test_iam_permissions 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_models_test_iam_permissions --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_models_delete_version 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_models_delete_version --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_models_merge_version_aliases 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_models_merge_version_aliases --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_models_list_checkpoints 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_models_list_checkpoints --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_models_list_versions 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_models_list_versions --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_models_set_iam_policy 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_models_set_iam_policy --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_models_update_explanation_dataset 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_models_update_explanation_dataset --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_models_operations_delete 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_models_operations_delete --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_models_operations_cancel 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_models_operations_cancel --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_models_operations_wait 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_models_operations_wait --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_models_operations_list 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_models_operations_list --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_models_operations_get 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_models_operations_get --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_models_evaluations_import 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_models_evaluations_import --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_models_evaluations_list 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_models_evaluations_list --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_models_evaluations_get 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_models_evaluations_get --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_models_evaluations_operations_get 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_models_evaluations_operations_get --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_models_evaluations_operations_delete 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_models_evaluations_operations_delete --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_models_evaluations_operations_list 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_models_evaluations_operations_list --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_models_evaluations_operations_cancel 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_models_evaluations_operations_cancel --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_models_evaluations_operations_wait 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_models_evaluations_operations_wait --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_models_evaluations_slices_list 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_models_evaluations_slices_list --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_models_evaluations_slices_batch_import 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_models_evaluations_slices_batch_import --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_models_evaluations_slices_get 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_models_evaluations_slices_get --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_notebook_runtime_templates_set_iam_policy 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_notebook_runtime_templates_set_iam_policy --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_notebook_runtime_templates_get 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_notebook_runtime_templates_get --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_notebook_runtime_templates_get_iam_policy 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_notebook_runtime_templates_get_iam_policy --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_notebook_runtime_templates_create 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_notebook_runtime_templates_create --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_notebook_runtime_templates_list 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_notebook_runtime_templates_list --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_notebook_runtime_templates_patch 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_notebook_runtime_templates_patch --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_notebook_runtime_templates_test_iam_permissions 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_notebook_runtime_templates_test_iam_permissions --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_notebook_runtime_templates_delete 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_notebook_runtime_templates_delete --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_notebook_runtime_templates_operations_list 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_notebook_runtime_templates_operations_list --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_notebook_runtime_templates_operations_cancel 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_notebook_runtime_templates_operations_cancel --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_notebook_runtime_templates_operations_wait 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_notebook_runtime_templates_operations_wait --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_notebook_runtime_templates_operations_delete 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_notebook_runtime_templates_operations_delete --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_notebook_runtime_templates_operations_get 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_notebook_runtime_templates_operations_get --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_feature_groups_test_iam_permissions 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_feature_groups_test_iam_permissions --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_feature_groups_delete 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_feature_groups_delete --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_feature_groups_get_iam_policy 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_feature_groups_get_iam_policy --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_feature_groups_create 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_feature_groups_create --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_feature_groups_list 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_feature_groups_list --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_feature_groups_patch 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_feature_groups_patch --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_feature_groups_set_iam_policy 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_feature_groups_set_iam_policy --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_feature_groups_get 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_feature_groups_get --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_feature_groups_operations_wait 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_feature_groups_operations_wait --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_feature_groups_operations_list_wait 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_feature_groups_operations_list_wait --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_feature_groups_operations_delete 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_feature_groups_operations_delete --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_feature_groups_operations_get 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_feature_groups_operations_get --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_feature_groups_features_delete 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_feature_groups_features_delete --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_feature_groups_features_create 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_feature_groups_features_create --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_feature_groups_features_list 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_feature_groups_features_list --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_feature_groups_features_patch 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_feature_groups_features_patch --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_feature_groups_features_batch_create 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_feature_groups_features_batch_create --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_feature_groups_features_get 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_feature_groups_features_get --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_feature_groups_features_operations_get 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_feature_groups_features_operations_get --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_feature_groups_features_operations_delete 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_feature_groups_features_operations_delete --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_feature_groups_features_operations_list_wait 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_feature_groups_features_operations_list_wait --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_feature_groups_features_operations_wait 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_feature_groups_features_operations_wait --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_set_iam_policy 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_set_iam_policy --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_execute_code 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_execute_code --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_create 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_create --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_get 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_get --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_query 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_query --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_test_iam_permissions 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_test_iam_permissions --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_stream_query 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_stream_query --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_async_query 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_async_query --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_delete 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_delete --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_get_iam_policy 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_get_iam_policy --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_list 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_list --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_patch 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_patch --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_memories_delete 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_memories_delete --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_memories_patch 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_memories_patch --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_memories_list 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_memories_list --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_memories_generate 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_memories_generate --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_memories_get 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_memories_get --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_memories_create 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_memories_create --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_memories_retrieve 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_memories_retrieve --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_memories_purge 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_memories_purge --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_memories_rollback 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_memories_rollback --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_memories_operations_get 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_memories_operations_get --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_memories_operations_list 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_memories_operations_list --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_memories_operations_cancel 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_memories_operations_cancel --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_memories_operations_wait 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_memories_operations_wait --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_memories_operations_delete 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_memories_operations_delete --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_memories_revisions_get 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_memories_revisions_get --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_memories_revisions_list 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_memories_revisions_list --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sandbox_environment_snapshots_list 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sandbox_environment_snapshots_list --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sandbox_environment_snapshots_get 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sandbox_environment_snapshots_get --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sandbox_environment_snapshots_delete 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sandbox_environment_snapshots_delete --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sandbox_environment_snapshots_operations_cancel 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sandbox_environment_snapshots_operations_cancel --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sandbox_environment_snapshots_operations_wait 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sandbox_environment_snapshots_operations_wait --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sandbox_environment_snapshots_operations_get 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sandbox_environment_snapshots_operations_get --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sandbox_environment_snapshots_operations_delete 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sandbox_environment_snapshots_operations_delete --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sandbox_environment_templates_create 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sandbox_environment_templates_create --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sandbox_environment_templates_list 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sandbox_environment_templates_list --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sandbox_environment_templates_get 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sandbox_environment_templates_get --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sandbox_environment_templates_delete 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sandbox_environment_templates_delete --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sandbox_environment_templates_operations_get 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sandbox_environment_templates_operations_get --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sandbox_environment_templates_operations_delete 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sandbox_environment_templates_operations_delete --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sandbox_environment_templates_operations_cancel 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sandbox_environment_templates_operations_cancel --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sandbox_environment_templates_operations_wait 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sandbox_environment_templates_operations_wait --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sessions_get 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sessions_get --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sessions_delete 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sessions_delete --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sessions_append_event 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sessions_append_event --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sessions_create 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sessions_create --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sessions_list 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sessions_list --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sessions_patch 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sessions_patch --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sessions_operations_delete 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sessions_operations_delete --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sessions_operations_list 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sessions_operations_list --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sessions_operations_cancel 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sessions_operations_cancel --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sessions_operations_wait 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sessions_operations_wait --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sessions_operations_get 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sessions_operations_get --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sessions_events_list 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sessions_events_list --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_operations_delete 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_operations_delete --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_operations_list 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_operations_list --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_operations_cancel 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_operations_cancel --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_operations_wait 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_operations_wait --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_operations_get 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_operations_get --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_runtime_revisions_stream_query 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_runtime_revisions_stream_query --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_runtime_revisions_query 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_runtime_revisions_query --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sandbox_environments_snapshot 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sandbox_environments_snapshot --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sandbox_environments_get 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sandbox_environments_get --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sandbox_environments_create 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sandbox_environments_create --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sandbox_environments_list 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sandbox_environments_list --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sandbox_environments_execute 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sandbox_environments_execute --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sandbox_environments_delete 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sandbox_environments_delete --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sandbox_environments_operations_cancel 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sandbox_environments_operations_cancel --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sandbox_environments_operations_wait 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sandbox_environments_operations_wait --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sandbox_environments_operations_delete 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sandbox_environments_operations_delete --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sandbox_environments_operations_get 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_reasoning_engines_sandbox_environments_operations_get --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_cached_contents_get 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_cached_contents_get --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_cached_contents_create 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_cached_contents_create --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_cached_contents_patch 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_cached_contents_patch --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_cached_contents_list 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_cached_contents_list --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_cached_contents_delete 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_cached_contents_delete --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_schedules_create 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_schedules_create --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_schedules_list 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_schedules_list --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_schedules_patch 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_schedules_patch --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_schedules_delete 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_schedules_delete --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_schedules_resume 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_schedules_resume --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_schedules_pause 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_schedules_pause --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_schedules_get 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_schedules_get --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_schedules_operations_delete 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_schedules_operations_delete --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_schedules_operations_list 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_schedules_operations_list --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_schedules_operations_cancel 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_schedules_operations_cancel --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_schedules_operations_wait 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_schedules_operations_wait --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_schedules_operations_get 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_schedules_operations_get --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_custom_jobs_get 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_custom_jobs_get --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_custom_jobs_create 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_custom_jobs_create --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_custom_jobs_list 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_custom_jobs_list --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_custom_jobs_cancel 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_custom_jobs_cancel --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_custom_jobs_delete 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_custom_jobs_delete --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_custom_jobs_operations_get 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_custom_jobs_operations_get --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_custom_jobs_operations_cancel 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_custom_jobs_operations_cancel --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_custom_jobs_operations_wait 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_custom_jobs_operations_wait --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_custom_jobs_operations_list 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_custom_jobs_operations_list --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_custom_jobs_operations_delete 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_custom_jobs_operations_delete --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_studies_delete 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_studies_delete --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_studies_create 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_studies_create --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_studies_list 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_studies_list --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_studies_lookup 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_studies_lookup --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_studies_get 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_studies_get --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_studies_operations_get 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_studies_operations_get --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_studies_operations_delete 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_studies_operations_delete --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_studies_operations_cancel 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_studies_operations_cancel --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_studies_operations_wait 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_studies_operations_wait --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_studies_operations_list 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_studies_operations_list --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_studies_trials_suggest 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_studies_trials_suggest --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_studies_trials_get 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_studies_trials_get --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_studies_trials_stop 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_studies_trials_stop --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_studies_trials_add_trial_measurement 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_studies_trials_add_trial_measurement --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_studies_trials_delete 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_studies_trials_delete --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_studies_trials_list 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_studies_trials_list --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_studies_trials_list_optimal_trials 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_studies_trials_list_optimal_trials --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_studies_trials_check_trial_early_stopping_state 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_studies_trials_check_trial_early_stopping_state --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_studies_trials_create 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_studies_trials_create --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_studies_trials_complete 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_studies_trials_complete --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_studies_trials_operations_get 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_studies_trials_operations_get --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_studies_trials_operations_cancel 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_studies_trials_operations_cancel --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_studies_trials_operations_wait 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_studies_trials_operations_wait --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_studies_trials_operations_list 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_studies_trials_operations_list --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_studies_trials_operations_delete 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_studies_trials_operations_delete --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_endpoints_direct_raw_predict 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_endpoints_direct_raw_predict --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_endpoints_stream_generate_content 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_endpoints_stream_generate_content --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_endpoints_raw_predict 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_endpoints_raw_predict --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_endpoints_generate_content 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_endpoints_generate_content --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_endpoints_deploy_model 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_endpoints_deploy_model --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_endpoints_list 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_endpoints_list --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_endpoints_compute_tokens 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_endpoints_compute_tokens --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_endpoints_server_streaming_predict 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_endpoints_server_streaming_predict --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_endpoints_undeploy_model 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_endpoints_undeploy_model --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_endpoints_predict 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_endpoints_predict --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_endpoints_direct_predict 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_endpoints_direct_predict --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_endpoints_create 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_endpoints_create --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_endpoints_update 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_endpoints_update --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_endpoints_mutate_deployed_model 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_endpoints_mutate_deployed_model --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_endpoints_delete 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_endpoints_delete --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_endpoints_count_tokens 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_endpoints_count_tokens --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_endpoints_patch 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_endpoints_patch --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_endpoints_fetch_predict_operation 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_endpoints_fetch_predict_operation --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_endpoints_get 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_endpoints_get --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_endpoints_predict_long_running 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_endpoints_predict_long_running --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_endpoints_stream_raw_predict 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_endpoints_stream_raw_predict --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_endpoints_explain 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_endpoints_explain --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_endpoints_operations_cancel 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_endpoints_operations_cancel --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_endpoints_operations_wait 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_endpoints_operations_wait --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_endpoints_operations_list 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_endpoints_operations_list --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_endpoints_operations_delete 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_endpoints_operations_delete --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_endpoints_operations_get 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_endpoints_operations_get --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_endpoints_invoke_invoke 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_endpoints_invoke_invoke --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_endpoints_openapi_responses 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_endpoints_openapi_responses --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_endpoints_openapi_completions 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_endpoints_openapi_completions --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_endpoints_openapi_embeddings 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_endpoints_openapi_embeddings --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_endpoints_chat_completions 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_endpoints_chat_completions --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_endpoints_deployed_models_invoke_invoke 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_endpoints_deployed_models_invoke_invoke --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_endpoints_google_science_inference 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_endpoints_google_science_inference --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_evaluation_runs_create 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_evaluation_runs_create --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_evaluation_runs_list 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_evaluation_runs_list --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_evaluation_runs_cancel 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_evaluation_runs_cancel --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_evaluation_runs_delete 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_evaluation_runs_delete --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_evaluation_runs_get 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_evaluation_runs_get --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_pipeline_jobs_delete 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_pipeline_jobs_delete --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_pipeline_jobs_batch_delete 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_pipeline_jobs_batch_delete --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_pipeline_jobs_cancel 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_pipeline_jobs_cancel --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_pipeline_jobs_create 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_pipeline_jobs_create --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_pipeline_jobs_list 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_pipeline_jobs_list --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_pipeline_jobs_batch_cancel 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_pipeline_jobs_batch_cancel --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_pipeline_jobs_get 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_pipeline_jobs_get --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_pipeline_jobs_operations_cancel 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_pipeline_jobs_operations_cancel --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_pipeline_jobs_operations_wait 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_pipeline_jobs_operations_wait --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_pipeline_jobs_operations_list 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_pipeline_jobs_operations_list --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_pipeline_jobs_operations_delete 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_pipeline_jobs_operations_delete --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_pipeline_jobs_operations_get 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_pipeline_jobs_operations_get --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_rag_corpora_create 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_rag_corpora_create --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_rag_corpora_patch 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_rag_corpora_patch --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_rag_corpora_list 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_rag_corpora_list --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_rag_corpora_delete 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_rag_corpora_delete --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_rag_corpora_get 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_rag_corpora_get --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_rag_corpora_operations_get 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_rag_corpora_operations_get --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_rag_corpora_operations_list 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_rag_corpora_operations_list --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_rag_corpora_operations_cancel 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_rag_corpora_operations_cancel --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_rag_corpora_operations_wait 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_rag_corpora_operations_wait --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_rag_corpora_operations_delete 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_rag_corpora_operations_delete --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_rag_corpora_rag_files_get 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_rag_corpora_rag_files_get --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_rag_corpora_rag_files_delete 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_rag_corpora_rag_files_delete --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_rag_corpora_rag_files_import 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_rag_corpora_rag_files_import --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_rag_corpora_rag_files_list 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_rag_corpora_rag_files_list --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_rag_corpora_rag_files_operations_list 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_rag_corpora_rag_files_operations_list --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_rag_corpora_rag_files_operations_cancel 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_rag_corpora_rag_files_operations_cancel --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_rag_corpora_rag_files_operations_wait 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_rag_corpora_rag_files_operations_wait --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_rag_corpora_rag_files_operations_delete 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_rag_corpora_rag_files_operations_delete --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_rag_corpora_rag_files_operations_get 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_rag_corpora_rag_files_operations_get --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_get 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_get --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_read_size 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_read_size --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_batch_read 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_batch_read --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_create 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_create --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_patch 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_patch --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_list 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_list --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_read_usage 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_read_usage --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_delete 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_delete --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_create 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_create --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_patch 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_patch --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_list 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_list --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_batch_create 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_batch_create --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_delete 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_delete --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_get 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_get --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_write 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_write --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_operations_delete 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_operations_delete --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_operations_cancel 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_operations_cancel --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_operations_wait 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_operations_wait --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_operations_list 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_operations_list --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_operations_get 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_operations_get --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_runs_batch_create 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_runs_batch_create --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_runs_create 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_runs_create --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_runs_patch 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_runs_patch --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_runs_list 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_runs_list --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_runs_delete 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_runs_delete --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_runs_get 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_runs_get --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_runs_write 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_runs_write --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_runs_operations_delete 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_runs_operations_delete --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_runs_operations_cancel 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_runs_operations_cancel --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_runs_operations_wait 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_runs_operations_wait --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_runs_operations_list 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_runs_operations_list --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_runs_operations_get 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_runs_operations_get --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_runs_time_series_export_tensorboard_time_series 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_runs_time_series_export_tensorboard_time_series --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_runs_time_series_delete 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_runs_time_series_delete --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_runs_time_series_read 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_runs_time_series_read --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_runs_time_series_create 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_runs_time_series_create --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_runs_time_series_patch 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_runs_time_series_patch --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_runs_time_series_list 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_runs_time_series_list --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_runs_time_series_get 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_runs_time_series_get --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_runs_time_series_read_blob_data 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_runs_time_series_read_blob_data --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_runs_time_series_operations_get 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_runs_time_series_operations_get --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_runs_time_series_operations_delete 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_runs_time_series_operations_delete --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_runs_time_series_operations_list 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_runs_time_series_operations_list --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_runs_time_series_operations_cancel 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_runs_time_series_operations_cancel --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_runs_time_series_operations_wait 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_experiments_runs_time_series_operations_wait --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_operations_delete 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_operations_delete --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_operations_cancel 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_operations_cancel --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_operations_wait 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_operations_wait --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_operations_list 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_operations_list --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_operations_get 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_tensorboards_operations_get --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_notebook_execution_jobs_create 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_notebook_execution_jobs_create --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_notebook_execution_jobs_list 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_notebook_execution_jobs_list --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_notebook_execution_jobs_get 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_notebook_execution_jobs_get --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_notebook_execution_jobs_delete 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_notebook_execution_jobs_delete --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_notebook_execution_jobs_operations_delete 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_notebook_execution_jobs_operations_delete --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_notebook_execution_jobs_operations_list 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_notebook_execution_jobs_operations_list --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_notebook_execution_jobs_operations_cancel 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_notebook_execution_jobs_operations_cancel --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_notebook_execution_jobs_operations_wait 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_notebook_execution_jobs_operations_wait --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_notebook_execution_jobs_operations_get 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_notebook_execution_jobs_operations_get --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_set_iam_policy 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_set_iam_policy --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_get 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_get --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_get_iam_policy 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_get_iam_policy --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_create 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_create --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_list 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_list --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_patch 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_patch --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_delete 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_delete --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_test_iam_permissions 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_test_iam_permissions --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_feature_views_set_iam_policy 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_feature_views_set_iam_policy --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_feature_views_get_iam_policy 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_feature_views_get_iam_policy --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_feature_views_list 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_feature_views_list --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_feature_views_test_iam_permissions 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_feature_views_test_iam_permissions --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_feature_views_search_nearest_entities 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_feature_views_search_nearest_entities --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_feature_views_generate_fetch_access_token 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_feature_views_generate_fetch_access_token --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_feature_views_sync 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_feature_views_sync --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_feature_views_create 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_feature_views_create --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_feature_views_patch 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_feature_views_patch --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_feature_views_delete 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_feature_views_delete --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_feature_views_get 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_feature_views_get --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_feature_views_fetch_feature_values 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_feature_views_fetch_feature_values --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_feature_views_direct_write 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_feature_views_direct_write --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_feature_views_feature_view_syncs_get 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_feature_views_feature_view_syncs_get --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_feature_views_feature_view_syncs_list 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_feature_views_feature_view_syncs_list --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_feature_views_operations_wait 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_feature_views_operations_wait --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_feature_views_operations_list_wait 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_feature_views_operations_list_wait --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_feature_views_operations_delete 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_feature_views_operations_delete --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_feature_views_operations_get 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_feature_views_operations_get --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_operations_get 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_operations_get --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_operations_delete 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_operations_delete --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_operations_list_wait 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_operations_list_wait --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_operations_wait 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_feature_online_stores_operations_wait --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_rag_engine_config_operations_list 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_rag_engine_config_operations_list --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_rag_engine_config_operations_cancel 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_rag_engine_config_operations_cancel --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_rag_engine_config_operations_wait 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_rag_engine_config_operations_wait --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_rag_engine_config_operations_delete 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_rag_engine_config_operations_delete --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_rag_engine_config_operations_get 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_rag_engine_config_operations_get --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_nas_jobs_delete 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_nas_jobs_delete --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_nas_jobs_create 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_nas_jobs_create --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_nas_jobs_list 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_nas_jobs_list --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_nas_jobs_cancel 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_nas_jobs_cancel --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_nas_jobs_get 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_nas_jobs_get --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_nas_jobs_nas_trial_details_get 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_nas_jobs_nas_trial_details_get --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_nas_jobs_nas_trial_details_list 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_nas_jobs_nas_trial_details_list --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_datasets_set_iam_policy 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_datasets_set_iam_policy --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_datasets_create 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_datasets_create --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_datasets_get 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_datasets_get --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_datasets_import 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_datasets_import --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_datasets_delete 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_datasets_delete --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_datasets_test_iam_permissions 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_datasets_test_iam_permissions --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_datasets_export 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_datasets_export --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_datasets_get_iam_policy 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_datasets_get_iam_policy --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_datasets_patch 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_datasets_patch --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_datasets_list 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_datasets_list --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_datasets_search_data_items 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_datasets_search_data_items --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_datasets_data_items_list 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_datasets_data_items_list --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_datasets_data_items_annotations_list 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_datasets_data_items_annotations_list --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_datasets_data_items_annotations_operations_get 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_datasets_data_items_annotations_operations_get --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_datasets_data_items_annotations_operations_list 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_datasets_data_items_annotations_operations_list --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_datasets_data_items_annotations_operations_cancel 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_datasets_data_items_annotations_operations_cancel --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_datasets_data_items_annotations_operations_wait 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_datasets_data_items_annotations_operations_wait --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_datasets_data_items_annotations_operations_delete 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_datasets_data_items_annotations_operations_delete --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_datasets_data_items_operations_get 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_datasets_data_items_operations_get --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_datasets_data_items_operations_delete 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_datasets_data_items_operations_delete --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_datasets_data_items_operations_cancel 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_datasets_data_items_operations_cancel --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_datasets_data_items_operations_wait 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_datasets_data_items_operations_wait --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_datasets_data_items_operations_list 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_datasets_data_items_operations_list --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_datasets_annotation_specs_get 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_datasets_annotation_specs_get --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_datasets_annotation_specs_operations_delete 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_datasets_annotation_specs_operations_delete --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_datasets_annotation_specs_operations_cancel 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_datasets_annotation_specs_operations_cancel --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_datasets_annotation_specs_operations_wait 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_datasets_annotation_specs_operations_wait --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_datasets_annotation_specs_operations_list 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_datasets_annotation_specs_operations_list --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_datasets_annotation_specs_operations_get 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_datasets_annotation_specs_operations_get --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_datasets_dataset_versions_get 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_datasets_dataset_versions_get --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_datasets_dataset_versions_create 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_datasets_dataset_versions_create --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_datasets_dataset_versions_patch 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_datasets_dataset_versions_patch --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_datasets_dataset_versions_list 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_datasets_dataset_versions_list --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_datasets_dataset_versions_delete 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_datasets_dataset_versions_delete --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_datasets_dataset_versions_restore 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_datasets_dataset_versions_restore --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_datasets_operations_get 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_datasets_operations_get --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_datasets_operations_delete 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_datasets_operations_delete --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_datasets_operations_list 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_datasets_operations_list --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_datasets_operations_cancel 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_datasets_operations_cancel --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_datasets_operations_wait 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_datasets_operations_wait --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_datasets_saved_queries_list 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_datasets_saved_queries_list --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_datasets_saved_queries_delete 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_datasets_saved_queries_delete --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_datasets_saved_queries_operations_delete 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_datasets_saved_queries_operations_delete --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_datasets_saved_queries_operations_list 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_datasets_saved_queries_operations_list --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_datasets_saved_queries_operations_cancel 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_datasets_saved_queries_operations_cancel --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_datasets_saved_queries_operations_wait 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_datasets_saved_queries_operations_wait --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_datasets_saved_queries_operations_get 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_datasets_saved_queries_operations_get --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_publishers_models_stream_generate_content 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_publishers_models_stream_generate_content --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_publishers_models_predict 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_publishers_models_predict --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_publishers_models_embed_content 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_publishers_models_embed_content --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_publishers_models_stream_raw_predict 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_publishers_models_stream_raw_predict --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_publishers_models_server_streaming_predict 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_publishers_models_server_streaming_predict --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_publishers_models_predict_long_running 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_publishers_models_predict_long_running --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_publishers_models_fetch_predict_operation 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_publishers_models_fetch_predict_operation --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_publishers_models_compute_tokens 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_publishers_models_compute_tokens --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_publishers_models_count_tokens 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_publishers_models_count_tokens --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_publishers_models_generate_content 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_publishers_models_generate_content --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_publishers_models_raw_predict 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_publishers_models_raw_predict --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_publishers_models_invoke_invoke 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_publishers_models_invoke_invoke --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_featurestores_get 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_featurestores_get --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_featurestores_search_features 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_featurestores_search_features --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_featurestores_get_iam_policy 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_featurestores_get_iam_policy --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_featurestores_list 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_featurestores_list --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_featurestores_patch 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_featurestores_patch --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_featurestores_batch_read_feature_values 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_featurestores_batch_read_feature_values --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_featurestores_test_iam_permissions 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_featurestores_test_iam_permissions --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_featurestores_delete 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_featurestores_delete --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_featurestores_set_iam_policy 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_featurestores_set_iam_policy --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_featurestores_create 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_featurestores_create --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_featurestores_entity_types_get_iam_policy 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_featurestores_entity_types_get_iam_policy --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_featurestores_entity_types_list 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_featurestores_entity_types_list --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_featurestores_entity_types_import_feature_values 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_featurestores_entity_types_import_feature_values --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_featurestores_entity_types_test_iam_permissions 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_featurestores_entity_types_test_iam_permissions --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_featurestores_entity_types_read_feature_values 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_featurestores_entity_types_read_feature_values --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_featurestores_entity_types_set_iam_policy 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_featurestores_entity_types_set_iam_policy --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_featurestores_entity_types_streaming_read_feature_values 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_featurestores_entity_types_streaming_read_feature_values --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_featurestores_entity_types_get 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_featurestores_entity_types_get --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_featurestores_entity_types_export_feature_values 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_featurestores_entity_types_export_feature_values --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_featurestores_entity_types_patch 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_featurestores_entity_types_patch --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_featurestores_entity_types_write_feature_values 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_featurestores_entity_types_write_feature_values --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_featurestores_entity_types_delete 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_featurestores_entity_types_delete --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_featurestores_entity_types_delete_feature_values 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_featurestores_entity_types_delete_feature_values --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_featurestores_entity_types_create 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_featurestores_entity_types_create --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_featurestores_entity_types_operations_cancel 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_featurestores_entity_types_operations_cancel --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_featurestores_entity_types_operations_wait 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_featurestores_entity_types_operations_wait --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_featurestores_entity_types_operations_list 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_featurestores_entity_types_operations_list --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_featurestores_entity_types_operations_delete 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_featurestores_entity_types_operations_delete --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_featurestores_entity_types_operations_get 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_featurestores_entity_types_operations_get --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_featurestores_entity_types_features_get 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_featurestores_entity_types_features_get --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_featurestores_entity_types_features_delete 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_featurestores_entity_types_features_delete --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_featurestores_entity_types_features_create 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_featurestores_entity_types_features_create --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_featurestores_entity_types_features_list 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_featurestores_entity_types_features_list --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_featurestores_entity_types_features_patch 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_featurestores_entity_types_features_patch --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_featurestores_entity_types_features_batch_create 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_featurestores_entity_types_features_batch_create --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_featurestores_entity_types_features_operations_cancel 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_featurestores_entity_types_features_operations_cancel --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_featurestores_entity_types_features_operations_wait 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_featurestores_entity_types_features_operations_wait --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_featurestores_entity_types_features_operations_list 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_featurestores_entity_types_features_operations_list --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_featurestores_entity_types_features_operations_delete 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_featurestores_entity_types_features_operations_delete --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_featurestores_entity_types_features_operations_get 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_featurestores_entity_types_features_operations_get --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_featurestores_operations_cancel 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_featurestores_operations_cancel --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_featurestores_operations_wait 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_featurestores_operations_wait --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_featurestores_operations_list 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_featurestores_operations_list --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_featurestores_operations_delete 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_featurestores_operations_delete --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_featurestores_operations_get 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_featurestores_operations_get --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_batch_prediction_jobs_delete 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_batch_prediction_jobs_delete --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_batch_prediction_jobs_cancel 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_batch_prediction_jobs_cancel --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_batch_prediction_jobs_create 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_batch_prediction_jobs_create --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_batch_prediction_jobs_list 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_batch_prediction_jobs_list --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_batch_prediction_jobs_get 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_batch_prediction_jobs_get --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_get 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_get --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_delete 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_delete --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_create 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_create --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_list 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_list --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_artifacts_delete 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_artifacts_delete --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_artifacts_create 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_artifacts_create --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_artifacts_list 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_artifacts_list --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_artifacts_patch 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_artifacts_patch --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_artifacts_get 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_artifacts_get --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_artifacts_query_artifact_lineage_subgraph 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_artifacts_query_artifact_lineage_subgraph --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_artifacts_purge 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_artifacts_purge --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_artifacts_operations_delete 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_artifacts_operations_delete --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_artifacts_operations_list 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_artifacts_operations_list --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_artifacts_operations_cancel 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_artifacts_operations_cancel --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_artifacts_operations_wait 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_artifacts_operations_wait --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_artifacts_operations_get 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_artifacts_operations_get --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_contexts_purge 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_contexts_purge --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_contexts_query_context_lineage_subgraph 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_contexts_query_context_lineage_subgraph --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_contexts_add_context_children 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_contexts_add_context_children --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_contexts_create 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_contexts_create --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_contexts_remove_context_children 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_contexts_remove_context_children --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_contexts_get 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_contexts_get --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_contexts_list 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_contexts_list --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_contexts_patch 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_contexts_patch --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_contexts_delete 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_contexts_delete --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_contexts_add_context_artifacts_and_executions 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_contexts_add_context_artifacts_and_executions --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_contexts_operations_get 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_contexts_operations_get --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_contexts_operations_delete 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_contexts_operations_delete --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_contexts_operations_list 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_contexts_operations_list --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_contexts_operations_cancel 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_contexts_operations_cancel --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_contexts_operations_wait 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_contexts_operations_wait --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_executions_purge 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_executions_purge --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_executions_get 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_executions_get --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_executions_add_execution_events 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_executions_add_execution_events --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_executions_create 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_executions_create --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_executions_list 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_executions_list --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_executions_patch 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_executions_patch --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_executions_delete 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_executions_delete --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_executions_query_execution_inputs_and_outputs 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_executions_query_execution_inputs_and_outputs --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_executions_operations_get 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_executions_operations_get --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_executions_operations_list 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_executions_operations_list --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_executions_operations_cancel 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_executions_operations_cancel --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_executions_operations_wait 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_executions_operations_wait --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_executions_operations_delete 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_executions_operations_delete --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_metadata_schemas_get 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_metadata_schemas_get --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_metadata_schemas_create 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_metadata_schemas_create --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_metadata_schemas_list 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_metadata_schemas_list --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_operations_get 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_operations_get --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_operations_delete 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_operations_delete --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_operations_cancel 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_operations_cancel --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_operations_wait 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_operations_wait --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_operations_list 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_metadata_stores_operations_list --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_deployment_resource_pools_delete 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_deployment_resource_pools_delete --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_deployment_resource_pools_create 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_deployment_resource_pools_create --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_deployment_resource_pools_list 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_deployment_resource_pools_list --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_deployment_resource_pools_patch 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_deployment_resource_pools_patch --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_deployment_resource_pools_get 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_deployment_resource_pools_get --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_deployment_resource_pools_query_deployed_models 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_deployment_resource_pools_query_deployed_models --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_deployment_resource_pools_operations_delete 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_deployment_resource_pools_operations_delete --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_deployment_resource_pools_operations_list 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_deployment_resource_pools_operations_list --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_deployment_resource_pools_operations_cancel 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_deployment_resource_pools_operations_cancel --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_deployment_resource_pools_operations_wait 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_deployment_resource_pools_operations_wait --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_deployment_resource_pools_operations_get 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_deployment_resource_pools_operations_get --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_evaluation_items_create 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_evaluation_items_create --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_evaluation_items_list 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_evaluation_items_list --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_evaluation_items_delete 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_evaluation_items_delete --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_evaluation_items_get 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_evaluation_items_get --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_specialist_pools_get 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_specialist_pools_get --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_specialist_pools_delete 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_specialist_pools_delete --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_specialist_pools_create 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_specialist_pools_create --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_specialist_pools_list 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_specialist_pools_list --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_specialist_pools_patch 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_specialist_pools_patch --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_specialist_pools_operations_delete 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_specialist_pools_operations_delete --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_specialist_pools_operations_list 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_specialist_pools_operations_list --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_specialist_pools_operations_cancel 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_specialist_pools_operations_cancel --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_specialist_pools_operations_wait 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_specialist_pools_operations_wait --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_specialist_pools_operations_get 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_specialist_pools_operations_get --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_persistent_resources_delete 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_persistent_resources_delete --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_persistent_resources_create 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_persistent_resources_create --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_persistent_resources_list 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_persistent_resources_list --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_persistent_resources_patch 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_persistent_resources_patch --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_persistent_resources_get 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_persistent_resources_get --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_persistent_resources_reboot 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_persistent_resources_reboot --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_persistent_resources_operations_delete 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_persistent_resources_operations_delete --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_persistent_resources_operations_cancel 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_persistent_resources_operations_cancel --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_persistent_resources_operations_wait 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_persistent_resources_operations_wait --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_persistent_resources_operations_list 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_persistent_resources_operations_list --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_persistent_resources_operations_get 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_persistent_resources_operations_get --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_evaluation_sets_delete 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_evaluation_sets_delete --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_evaluation_sets_create 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_evaluation_sets_create --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_evaluation_sets_list 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_evaluation_sets_list --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_evaluation_sets_patch 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_evaluation_sets_patch --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_evaluation_sets_get 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_evaluation_sets_get --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_index_endpoints_create 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_index_endpoints_create --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_index_endpoints_deploy_index 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_index_endpoints_deploy_index --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_index_endpoints_find_neighbors 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_index_endpoints_find_neighbors --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_index_endpoints_undeploy_index 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_index_endpoints_undeploy_index --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_index_endpoints_read_index_datapoints 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_index_endpoints_read_index_datapoints --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_index_endpoints_list 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_index_endpoints_list --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_index_endpoints_patch 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_index_endpoints_patch --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_index_endpoints_delete 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_index_endpoints_delete --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_index_endpoints_mutate_deployed_index 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_index_endpoints_mutate_deployed_index --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_index_endpoints_get 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_index_endpoints_get --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_index_endpoints_operations_get 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_index_endpoints_operations_get --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_index_endpoints_operations_delete 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_index_endpoints_operations_delete --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_index_endpoints_operations_cancel 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_index_endpoints_operations_cancel --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_index_endpoints_operations_wait 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_index_endpoints_operations_wait --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_index_endpoints_operations_list 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_index_endpoints_operations_list --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_skills_operations_cancel 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_skills_operations_cancel --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_skills_operations_wait 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_skills_operations_wait --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_skills_operations_list 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_skills_operations_list --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_skills_operations_delete 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_skills_operations_delete --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_skills_operations_get 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_skills_operations_get --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_indexes_upsert_datapoints 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_indexes_upsert_datapoints --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_indexes_create 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_indexes_create --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_indexes_list 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_indexes_list --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_indexes_patch 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_indexes_patch --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_indexes_delete 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_indexes_delete --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_indexes_remove_datapoints 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_indexes_remove_datapoints --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_indexes_get 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_indexes_get --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_indexes_operations_list 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_indexes_operations_list --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_indexes_operations_cancel 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_indexes_operations_cancel --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_indexes_operations_wait 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_indexes_operations_wait --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_indexes_operations_delete 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_indexes_operations_delete --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_indexes_operations_get 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_indexes_operations_get --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_hyperparameter_tuning_jobs_get 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_hyperparameter_tuning_jobs_get --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_hyperparameter_tuning_jobs_cancel 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_hyperparameter_tuning_jobs_cancel --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_hyperparameter_tuning_jobs_create 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_hyperparameter_tuning_jobs_create --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_hyperparameter_tuning_jobs_list 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_hyperparameter_tuning_jobs_list --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_hyperparameter_tuning_jobs_delete 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_hyperparameter_tuning_jobs_delete --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_hyperparameter_tuning_jobs_operations_get 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_hyperparameter_tuning_jobs_operations_get --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_hyperparameter_tuning_jobs_operations_delete 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_hyperparameter_tuning_jobs_operations_delete --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_hyperparameter_tuning_jobs_operations_list 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_hyperparameter_tuning_jobs_operations_list --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_hyperparameter_tuning_jobs_operations_cancel 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_hyperparameter_tuning_jobs_operations_cancel --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_hyperparameter_tuning_jobs_operations_wait 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_hyperparameter_tuning_jobs_operations_wait --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_training_pipelines_cancel 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_training_pipelines_cancel --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_training_pipelines_create 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_training_pipelines_create --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_training_pipelines_list 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_training_pipelines_list --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_training_pipelines_delete 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_training_pipelines_delete --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_training_pipelines_get 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_training_pipelines_get --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_training_pipelines_operations_get 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_training_pipelines_operations_get --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_training_pipelines_operations_list 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_training_pipelines_operations_list --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_training_pipelines_operations_cancel 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_training_pipelines_operations_cancel --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_training_pipelines_operations_wait 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_training_pipelines_operations_wait --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_projects_locations_training_pipelines_operations_delete 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_projects_locations_training_pipelines_operations_delete --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_deployment_resource_pools_operations_list 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_deployment_resource_pools_operations_list --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_deployment_resource_pools_operations_cancel 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_deployment_resource_pools_operations_cancel --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_deployment_resource_pools_operations_wait 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_deployment_resource_pools_operations_wait --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_deployment_resource_pools_operations_delete 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_deployment_resource_pools_operations_delete --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_deployment_resource_pools_operations_get 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_deployment_resource_pools_operations_get --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_specialist_pools_operations_cancel 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_specialist_pools_operations_cancel --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_specialist_pools_operations_wait 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_specialist_pools_operations_wait --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_specialist_pools_operations_list 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_specialist_pools_operations_list --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_specialist_pools_operations_delete 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_specialist_pools_operations_delete --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_specialist_pools_operations_get 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_specialist_pools_operations_get --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_persistent_resources_operations_get 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_persistent_resources_operations_get --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_persistent_resources_operations_delete 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_persistent_resources_operations_delete --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_persistent_resources_operations_cancel 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_persistent_resources_operations_cancel --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_persistent_resources_operations_wait 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_persistent_resources_operations_wait --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_persistent_resources_operations_list 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_persistent_resources_operations_list --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_index_endpoints_operations_get 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_index_endpoints_operations_get --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_index_endpoints_operations_delete 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_index_endpoints_operations_delete --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_index_endpoints_operations_list 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_index_endpoints_operations_list --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_index_endpoints_operations_cancel 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_index_endpoints_operations_cancel --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_index_endpoints_operations_wait 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_index_endpoints_operations_wait --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_hyperparameter_tuning_jobs_operations_delete 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_hyperparameter_tuning_jobs_operations_delete --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_hyperparameter_tuning_jobs_operations_cancel 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_hyperparameter_tuning_jobs_operations_cancel --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_hyperparameter_tuning_jobs_operations_wait 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_hyperparameter_tuning_jobs_operations_wait --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_hyperparameter_tuning_jobs_operations_list 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_hyperparameter_tuning_jobs_operations_list --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_hyperparameter_tuning_jobs_operations_get 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_hyperparameter_tuning_jobs_operations_get --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_indexes_operations_get 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_indexes_operations_get --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_indexes_operations_list 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_indexes_operations_list --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_indexes_operations_cancel 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_indexes_operations_cancel --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_indexes_operations_wait 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_indexes_operations_wait --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_indexes_operations_delete 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_indexes_operations_delete --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_training_pipelines_operations_cancel 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_training_pipelines_operations_cancel --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_training_pipelines_operations_wait 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_training_pipelines_operations_wait --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_training_pipelines_operations_list 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_training_pipelines_operations_list --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_training_pipelines_operations_delete 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_training_pipelines_operations_delete --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_training_pipelines_operations_get 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_training_pipelines_operations_get --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_skills_operations_get 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_skills_operations_get --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_skills_operations_delete 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_skills_operations_delete --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_skills_operations_list 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_skills_operations_list --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_skills_operations_cancel 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_skills_operations_cancel --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_skills_operations_wait 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_skills_operations_wait --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_endpoints_predict_long_running 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_endpoints_predict_long_running --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_endpoints_fetch_predict_operation 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_endpoints_fetch_predict_operation --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_endpoints_stream_generate_content 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_endpoints_stream_generate_content --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_endpoints_compute_tokens 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_endpoints_compute_tokens --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_endpoints_count_tokens 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_endpoints_count_tokens --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_endpoints_predict 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_endpoints_predict --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_endpoints_generate_content 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_endpoints_generate_content --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_endpoints_operations_delete 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_endpoints_operations_delete --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_endpoints_operations_list 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_endpoints_operations_list --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_endpoints_operations_cancel 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_endpoints_operations_cancel --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_endpoints_operations_wait 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_endpoints_operations_wait --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_endpoints_operations_get 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_endpoints_operations_get --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_endpoints_chat_completions 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_endpoints_chat_completions --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_pipeline_jobs_operations_get 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_pipeline_jobs_operations_get --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_pipeline_jobs_operations_delete 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_pipeline_jobs_operations_delete --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_pipeline_jobs_operations_cancel 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_pipeline_jobs_operations_cancel --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_pipeline_jobs_operations_wait 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_pipeline_jobs_operations_wait --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_pipeline_jobs_operations_list 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_pipeline_jobs_operations_list --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_rag_corpora_operations_delete 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_rag_corpora_operations_delete --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_rag_corpora_operations_cancel 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_rag_corpora_operations_cancel --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_rag_corpora_operations_wait 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_rag_corpora_operations_wait --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_rag_corpora_operations_list 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_rag_corpora_operations_list --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_rag_corpora_operations_get 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_rag_corpora_operations_get --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_rag_corpora_rag_files_operations_get 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_rag_corpora_rag_files_operations_get --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_rag_corpora_rag_files_operations_list 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_rag_corpora_rag_files_operations_list --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_rag_corpora_rag_files_operations_cancel 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_rag_corpora_rag_files_operations_cancel --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_rag_corpora_rag_files_operations_wait 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_rag_corpora_rag_files_operations_wait --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_rag_corpora_rag_files_operations_delete 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_rag_corpora_rag_files_operations_delete --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_tensorboards_operations_list 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_tensorboards_operations_list --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_tensorboards_operations_cancel 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_tensorboards_operations_cancel --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_tensorboards_operations_wait 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_tensorboards_operations_wait --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_tensorboards_operations_delete 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_tensorboards_operations_delete --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_tensorboards_operations_get 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_tensorboards_operations_get --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_tensorboards_experiments_operations_cancel 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_tensorboards_experiments_operations_cancel --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_tensorboards_experiments_operations_wait 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_tensorboards_experiments_operations_wait --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_tensorboards_experiments_operations_list 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_tensorboards_experiments_operations_list --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_tensorboards_experiments_operations_delete 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_tensorboards_experiments_operations_delete --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_tensorboards_experiments_operations_get 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_tensorboards_experiments_operations_get --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_tensorboards_experiments_runs_operations_delete 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_tensorboards_experiments_runs_operations_delete --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_tensorboards_experiments_runs_operations_cancel 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_tensorboards_experiments_runs_operations_cancel --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_tensorboards_experiments_runs_operations_wait 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_tensorboards_experiments_runs_operations_wait --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_tensorboards_experiments_runs_operations_list 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_tensorboards_experiments_runs_operations_list --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_tensorboards_experiments_runs_operations_get 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_tensorboards_experiments_runs_operations_get --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_tensorboards_experiments_runs_time_series_operations_delete 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_tensorboards_experiments_runs_time_series_operations_delete --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_tensorboards_experiments_runs_time_series_operations_cancel 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_tensorboards_experiments_runs_time_series_operations_cancel --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_tensorboards_experiments_runs_time_series_operations_wait 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_tensorboards_experiments_runs_time_series_operations_wait --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_tensorboards_experiments_runs_time_series_operations_list 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_tensorboards_experiments_runs_time_series_operations_list --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_tensorboards_experiments_runs_time_series_operations_get 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_tensorboards_experiments_runs_time_series_operations_get --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_notebook_execution_jobs_operations_cancel 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_notebook_execution_jobs_operations_cancel --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_notebook_execution_jobs_operations_wait 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_notebook_execution_jobs_operations_wait --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_notebook_execution_jobs_operations_list 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_notebook_execution_jobs_operations_list --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_notebook_execution_jobs_operations_delete 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_notebook_execution_jobs_operations_delete --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_notebook_execution_jobs_operations_get 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_notebook_execution_jobs_operations_get --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_rag_engine_config_operations_get 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_rag_engine_config_operations_get --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_rag_engine_config_operations_list 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_rag_engine_config_operations_list --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_rag_engine_config_operations_cancel 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_rag_engine_config_operations_cancel --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_rag_engine_config_operations_wait 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_rag_engine_config_operations_wait --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_rag_engine_config_operations_delete 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_rag_engine_config_operations_delete --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_feature_online_stores_operations_get 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_feature_online_stores_operations_get --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_feature_online_stores_operations_delete 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_feature_online_stores_operations_delete --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_feature_online_stores_operations_list_wait 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_feature_online_stores_operations_list_wait --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_feature_online_stores_operations_wait 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_feature_online_stores_operations_wait --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_feature_online_stores_feature_views_operations_wait 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_feature_online_stores_feature_views_operations_wait --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_feature_online_stores_feature_views_operations_list_wait 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_feature_online_stores_feature_views_operations_list_wait --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_feature_online_stores_feature_views_operations_delete 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_feature_online_stores_feature_views_operations_delete --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_feature_online_stores_feature_views_operations_get 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_feature_online_stores_feature_views_operations_get --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_datasets_get 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_datasets_get --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_datasets_delete 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_datasets_delete --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_datasets_create 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_datasets_create --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_datasets_patch 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_datasets_patch --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_datasets_list 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_datasets_list --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_datasets_operations_get 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_datasets_operations_get --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_datasets_operations_delete 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_datasets_operations_delete --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_datasets_operations_list 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_datasets_operations_list --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_datasets_operations_cancel 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_datasets_operations_cancel --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_datasets_operations_wait 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_datasets_operations_wait --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_datasets_saved_queries_operations_delete 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_datasets_saved_queries_operations_delete --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_datasets_saved_queries_operations_list 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_datasets_saved_queries_operations_list --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_datasets_saved_queries_operations_cancel 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_datasets_saved_queries_operations_cancel --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_datasets_saved_queries_operations_wait 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_datasets_saved_queries_operations_wait --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_datasets_saved_queries_operations_get 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_datasets_saved_queries_operations_get --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_datasets_dataset_versions_create 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_datasets_dataset_versions_create --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_datasets_dataset_versions_patch 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_datasets_dataset_versions_patch --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_datasets_dataset_versions_list 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_datasets_dataset_versions_list --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_datasets_dataset_versions_delete 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_datasets_dataset_versions_delete --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_datasets_dataset_versions_restore 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_datasets_dataset_versions_restore --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_datasets_dataset_versions_get 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_datasets_dataset_versions_get --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_datasets_annotation_specs_operations_delete 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_datasets_annotation_specs_operations_delete --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_datasets_annotation_specs_operations_cancel 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_datasets_annotation_specs_operations_cancel --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_datasets_annotation_specs_operations_wait 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_datasets_annotation_specs_operations_wait --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_datasets_annotation_specs_operations_list 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_datasets_annotation_specs_operations_list --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_datasets_annotation_specs_operations_get 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_datasets_annotation_specs_operations_get --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_datasets_data_items_annotations_operations_get 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_datasets_data_items_annotations_operations_get --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_datasets_data_items_annotations_operations_delete 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_datasets_data_items_annotations_operations_delete --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_datasets_data_items_annotations_operations_list 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_datasets_data_items_annotations_operations_list --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_datasets_data_items_annotations_operations_cancel 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_datasets_data_items_annotations_operations_cancel --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_datasets_data_items_annotations_operations_wait 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_datasets_data_items_annotations_operations_wait --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_datasets_data_items_operations_cancel 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_datasets_data_items_operations_cancel --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_datasets_data_items_operations_wait 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_datasets_data_items_operations_wait --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_datasets_data_items_operations_list 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_datasets_data_items_operations_list --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_datasets_data_items_operations_delete 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_datasets_data_items_operations_delete --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_datasets_data_items_operations_get 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_datasets_data_items_operations_get --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_publishers_models_predict 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_publishers_models_predict --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_publishers_models_generate_content 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_publishers_models_generate_content --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_publishers_models_compute_tokens 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_publishers_models_compute_tokens --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_publishers_models_count_tokens 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_publishers_models_count_tokens --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_publishers_models_predict_long_running 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_publishers_models_predict_long_running --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_publishers_models_get 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_publishers_models_get --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_publishers_models_fetch_predict_operation 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_publishers_models_fetch_predict_operation --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_publishers_models_stream_generate_content 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_publishers_models_stream_generate_content --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_featurestores_operations_get 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_featurestores_operations_get --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_featurestores_operations_delete 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_featurestores_operations_delete --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_featurestores_operations_list 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_featurestores_operations_list --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_featurestores_operations_cancel 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_featurestores_operations_cancel --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_featurestores_operations_wait 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_featurestores_operations_wait --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_featurestores_entity_types_operations_delete 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_featurestores_entity_types_operations_delete --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_featurestores_entity_types_operations_cancel 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_featurestores_entity_types_operations_cancel --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_featurestores_entity_types_operations_wait 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_featurestores_entity_types_operations_wait --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_featurestores_entity_types_operations_list 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_featurestores_entity_types_operations_list --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_featurestores_entity_types_operations_get 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_featurestores_entity_types_operations_get --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_featurestores_entity_types_features_operations_delete 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_featurestores_entity_types_features_operations_delete --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_featurestores_entity_types_features_operations_list 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_featurestores_entity_types_features_operations_list --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_featurestores_entity_types_features_operations_cancel 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_featurestores_entity_types_features_operations_cancel --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_featurestores_entity_types_features_operations_wait 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_featurestores_entity_types_features_operations_wait --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_featurestores_entity_types_features_operations_get 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_featurestores_entity_types_features_operations_get --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_metadata_stores_operations_cancel 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_metadata_stores_operations_cancel --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_metadata_stores_operations_wait 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_metadata_stores_operations_wait --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_metadata_stores_operations_list 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_metadata_stores_operations_list --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_metadata_stores_operations_delete 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_metadata_stores_operations_delete --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_metadata_stores_operations_get 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_metadata_stores_operations_get --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_metadata_stores_artifacts_operations_delete 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_metadata_stores_artifacts_operations_delete --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_metadata_stores_artifacts_operations_cancel 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_metadata_stores_artifacts_operations_cancel --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_metadata_stores_artifacts_operations_wait 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_metadata_stores_artifacts_operations_wait --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_metadata_stores_artifacts_operations_list 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_metadata_stores_artifacts_operations_list --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_metadata_stores_artifacts_operations_get 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_metadata_stores_artifacts_operations_get --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_metadata_stores_contexts_operations_get 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_metadata_stores_contexts_operations_get --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_metadata_stores_contexts_operations_delete 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_metadata_stores_contexts_operations_delete --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_metadata_stores_contexts_operations_cancel 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_metadata_stores_contexts_operations_cancel --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_metadata_stores_contexts_operations_wait 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_metadata_stores_contexts_operations_wait --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_metadata_stores_contexts_operations_list 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_metadata_stores_contexts_operations_list --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_metadata_stores_executions_operations_get 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_metadata_stores_executions_operations_get --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_metadata_stores_executions_operations_delete 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_metadata_stores_executions_operations_delete --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_metadata_stores_executions_operations_list 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_metadata_stores_executions_operations_list --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_metadata_stores_executions_operations_cancel 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_metadata_stores_executions_operations_cancel --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_metadata_stores_executions_operations_wait 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_metadata_stores_executions_operations_wait --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_batch_prediction_jobs_get 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_batch_prediction_jobs_get --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_batch_prediction_jobs_create 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_batch_prediction_jobs_create --json
ParameterTypeRequiredDescription
No parameters.
google-vertex-ai.google_vertex_ai_batch_prediction_jobs_list 0 parameters
Schema command
kosmo integrations:schema google-vertex-ai.google_vertex_ai_batch_prediction_jobs_list --json
ParameterTypeRequiredDescription
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.