Table of Contents

Class AWSEmbeddingAPIKeyDescriptor

Namespace
DataStax.AstraDB.DataApi.Core
Assembly
DataStax.AstraDB.DataApi.dll

Specification for the authentication secrets required for AWS embedding providers.

public class AWSEmbeddingAPIKeyDescriptor
Inheritance
AWSEmbeddingAPIKeyDescriptor
Inherited Members

Properties

EmbeddingAccessId

The Access ID for the embedding service being accessed.

public string EmbeddingAccessId { get; set; }

Property Value

string

EmbeddingSecretId

The Secret ID for the embedding service being accessed.

public string EmbeddingSecretId { get; set; }

Property Value

string