AddDeploymentACLRulesRequest: {
    acls?: LLMInference.v1beta1.ACLRuleRequest[];
    deploymentId: string;
    region?: Region;
}

Type declaration

  • Optionalacls?: LLMInference.v1beta1.ACLRuleRequest[]

    List of ACL rules to add.

  • deploymentId: string

    ID of the deployment to add ACL rules to.

  • Optionalregion?: Region

    Region to target. If none is passed will use default region from the config.