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

Type declaration

  • Optionalacls?: LLMInference.v1beta1.ACLRuleRequest[]

    All existing ACL rules will be replaced by the new ones.

  • deploymentId: string

    ID of the deployment to set ACL rules for.

  • Optionalregion?: Region

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