Configuration needed to deploy an index in a BYOC environment.

ByocSpec

interface ByocSpec {
    environment: string;
    schema?: MetadataSchema;
}

Properties

Properties

environment: string

The environment where the index is hosted.

ByocSpec

ByocSpec