Logo
Type aliases

BedrockEmbedding

BedrockEmbedding = object

Defined in: packages/cloud/src/client/types.gen.ts:288

Properties

model_name?

optional model_name: string

Defined in: packages/cloud/src/client/types.gen.ts:292

The modelId of the Bedrock model to use.


embed_batch_size?

optional embed_batch_size: number

Defined in: packages/cloud/src/client/types.gen.ts:296

The batch size for embedding calls.


num_workers?

optional num_workers: number | null

Defined in: packages/cloud/src/client/types.gen.ts:300

The number of workers to use for async embedding calls.


profile_name?

optional profile_name: string | null

Defined in: packages/cloud/src/client/types.gen.ts:304

The name of aws profile to use. If not given, then the default profile is used.


aws_access_key_id?

optional aws_access_key_id: string | null

Defined in: packages/cloud/src/client/types.gen.ts:308

AWS Access Key ID to use


aws_secret_access_key?

optional aws_secret_access_key: string | null

Defined in: packages/cloud/src/client/types.gen.ts:312

AWS Secret Access Key to use


aws_session_token?

optional aws_session_token: string | null

Defined in: packages/cloud/src/client/types.gen.ts:316

AWS Session Token to use


region_name?

optional region_name: string | null

Defined in: packages/cloud/src/client/types.gen.ts:320

AWS region name to use. Uses region configured in AWS CLI if not passed


max_retries?

optional max_retries: number

Defined in: packages/cloud/src/client/types.gen.ts:324

The maximum number of API retries.


timeout?

optional timeout: number

Defined in: packages/cloud/src/client/types.gen.ts:328

The timeout for the Bedrock API request in seconds. It will be used for both connect and read timeouts.


additional_kwargs?

optional additional_kwargs: object

Defined in: packages/cloud/src/client/types.gen.ts:332

Additional kwargs for the bedrock client.

Index Signature

[key: string]: unknown


class_name?

optional class_name: string

Defined in: packages/cloud/src/client/types.gen.ts:335

On this page