Back to Genai Toolbox

bigtable-create-cluster

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

1.9.0942 B
Original Source

About

Create a new Bigtable cluster in an instance.

Compatible Sources

{{< compatible-sources >}}

Parameters

bigtable-create-cluster accepts the following parameters:

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

Example

yaml
kind: tool
name: bigtable_create_cluster
type: bigtable-create-cluster
source: my-bigtable-source
description: Create a new Bigtable cluster in an instance.

Reference

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