Back to Genai Toolbox

bigtable-create-instance

docs/en/integrations/bigtable/tools/bigtable-create-instance.md

1.9.01001 B
Original Source

About

Create a new Bigtable instance.

Compatible Sources

{{< compatible-sources >}}

Parameters

bigtable-create-instance accepts the following parameters:

  • instance_id (string): The ID of the instance to create
  • display_name (string): Display name for the instance
  • cluster_id (string): The ID of the primary cluster
  • zone (string): The zone for the cluster (e.g. us-central1-b)
  • num_nodes (integer): The number of nodes for the cluster

Example

yaml
kind: tool
name: bigtable_create_instance
type: bigtable-create-instance
source: my-bigtable-source
description: Create a new Bigtable instance.

Reference

fieldtyperequireddescription
typestringtrueMust be bigtable-create-instance.
sourcestringtrueName of the source to execute on.
descriptionstringfalseDescription of the tool that is passed to the LLM.