UNPKG

@pulumi/digitalocean

Version:

A Pulumi package for creating and managing DigitalOcean cloud resources.

31 lines 1.63 kB
import * as pulumi from "@pulumi/pulumi"; import * as outputs from "./types/output"; /** @deprecated digitalocean.getGenaiKnowledgeBaseIndexingJobs has been deprecated in favor of digitalocean.getGradientaiKnowledgeBaseIndexingJobs */ export declare function getGenaiKnowledgeBaseIndexingJobs(args: GetGenaiKnowledgeBaseIndexingJobsArgs, opts?: pulumi.InvokeOptions): Promise<GetGenaiKnowledgeBaseIndexingJobsResult>; /** * A collection of arguments for invoking getGenaiKnowledgeBaseIndexingJobs. */ export interface GetGenaiKnowledgeBaseIndexingJobsArgs { knowledgeBaseUuid: string; } /** * A collection of values returned by getGenaiKnowledgeBaseIndexingJobs. */ export interface GetGenaiKnowledgeBaseIndexingJobsResult { /** * The provider-assigned unique ID for this managed resource. */ readonly id: string; readonly jobs: outputs.GetGenaiKnowledgeBaseIndexingJobsJob[]; readonly knowledgeBaseUuid: string; readonly metas: outputs.GetGenaiKnowledgeBaseIndexingJobsMeta[]; } /** @deprecated digitalocean.getGenaiKnowledgeBaseIndexingJobs has been deprecated in favor of digitalocean.getGradientaiKnowledgeBaseIndexingJobs */ export declare function getGenaiKnowledgeBaseIndexingJobsOutput(args: GetGenaiKnowledgeBaseIndexingJobsOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetGenaiKnowledgeBaseIndexingJobsResult>; /** * A collection of arguments for invoking getGenaiKnowledgeBaseIndexingJobs. */ export interface GetGenaiKnowledgeBaseIndexingJobsOutputArgs { knowledgeBaseUuid: pulumi.Input<string>; } //# sourceMappingURL=getGenaiKnowledgeBaseIndexingJobs.d.ts.map