Data Solutions

Manage data solutions.

Update Google Vertex AI settings

POST /data-solutions/google-ai

Request

Update your connection to Google Vertex AI.

Authentication

  • X-Auth-Token in header

Parameters

  • store_hash in path - string
  • Accept in header with default of application/json - string
    required
    The MIME type of the response body.
  • Content-Type in header with default of application/json - string
    required
    The MIME type of the request body.

Body

object | application/json
  • project_id
    string

    Project ID in your GCP account.
  • channel_id
    integer

    Channel ID.
    Example: 1

example

Response

OK

Delete Google Vertex AI settings

DELETE /data-solutions/google-ai

Request

Remove your connection to Google Vertex AI.

Authentication

  • X-Auth-Token in header

Parameters

  • store_hash in path - string
  • Accept in header with default of application/json - string
    required
    The MIME type of the response body.

Body

object | application/json
  • channel_id
    integer

    Example: 1

example

Response

OK
Did you find what you were looking for?