Interface PreviewByocDeployment

Deployment configuration for a bring-your-own-compute (BYOC) index.

ByocDeployment

interface PreviewByocDeployment {
    deploymentType: "byoc";
    environment: string;
}

Properties

deploymentType: "byoc"

Identifies this as a BYOC deployment. Must be byoc.

ByocDeployment

environment: string

The BYOC environment where the index is hosted.

ByocDeployment