DigitalOcean v4.55.0 published on Friday, Nov 14, 2025 by Pulumi
DigitalOcean v4.55.0 published on Friday, Nov 14, 2025 by Pulumi
Using getGenaiIndexingJob
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getGenaiIndexingJob(args: GetGenaiIndexingJobArgs, opts?: InvokeOptions): Promise<GetGenaiIndexingJobResult>
function getGenaiIndexingJobOutput(args: GetGenaiIndexingJobOutputArgs, opts?: InvokeOptions): Output<GetGenaiIndexingJobResult>def get_genai_indexing_job(uuid: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetGenaiIndexingJobResult
def get_genai_indexing_job_output(uuid: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetGenaiIndexingJobResult]func GetGenaiIndexingJob(ctx *Context, args *GetGenaiIndexingJobArgs, opts ...InvokeOption) (*GetGenaiIndexingJobResult, error)
func GetGenaiIndexingJobOutput(ctx *Context, args *GetGenaiIndexingJobOutputArgs, opts ...InvokeOption) GetGenaiIndexingJobResultOutput> Note: This function is named GetGenaiIndexingJob in the Go SDK.
public static class GetGenaiIndexingJob
{
public static Task<GetGenaiIndexingJobResult> InvokeAsync(GetGenaiIndexingJobArgs args, InvokeOptions? opts = null)
public static Output<GetGenaiIndexingJobResult> Invoke(GetGenaiIndexingJobInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetGenaiIndexingJobResult> getGenaiIndexingJob(GetGenaiIndexingJobArgs args, InvokeOptions options)
public static Output<GetGenaiIndexingJobResult> getGenaiIndexingJob(GetGenaiIndexingJobArgs args, InvokeOptions options)
fn::invoke:
function: digitalocean:index/getGenaiIndexingJob:getGenaiIndexingJob
arguments:
# arguments dictionaryThe following arguments are supported:
- Uuid string
- Uuid string
- uuid String
- uuid string
- uuid str
- uuid String
getGenaiIndexingJob Result
The following output properties are available:
- Completed
Datasources int - Created
At string - Data
Source List<string>Uuids - Finished
At string - Id string
- The provider-assigned unique ID for this managed resource.
- Knowledge
Base stringUuid - Phase string
- Started
At string - Status string
- Tokens int
- Total
Datasources int - Total
Items stringFailed - Total
Items stringIndexed - Total
Items stringSkipped - Updated
At string - Uuid string
- Completed
Datasources int - Created
At string - Data
Source []stringUuids - Finished
At string - Id string
- The provider-assigned unique ID for this managed resource.
- Knowledge
Base stringUuid - Phase string
- Started
At string - Status string
- Tokens int
- Total
Datasources int - Total
Items stringFailed - Total
Items stringIndexed - Total
Items stringSkipped - Updated
At string - Uuid string
- completed
Datasources Integer - created
At String - data
Source List<String>Uuids - finished
At String - id String
- The provider-assigned unique ID for this managed resource.
- knowledge
Base StringUuid - phase String
- started
At String - status String
- tokens Integer
- total
Datasources Integer - total
Items StringFailed - total
Items StringIndexed - total
Items StringSkipped - updated
At String - uuid String
- completed
Datasources number - created
At string - data
Source string[]Uuids - finished
At string - id string
- The provider-assigned unique ID for this managed resource.
- knowledge
Base stringUuid - phase string
- started
At string - status string
- tokens number
- total
Datasources number - total
Items stringFailed - total
Items stringIndexed - total
Items stringSkipped - updated
At string - uuid string
- completed_
datasources int - created_
at str - data_
source_ Sequence[str]uuids - finished_
at str - id str
- The provider-assigned unique ID for this managed resource.
- knowledge_
base_ struuid - phase str
- started_
at str - status str
- tokens int
- total_
datasources int - total_
items_ strfailed - total_
items_ strindexed - total_
items_ strskipped - updated_
at str - uuid str
- completed
Datasources Number - created
At String - data
Source List<String>Uuids - finished
At String - id String
- The provider-assigned unique ID for this managed resource.
- knowledge
Base StringUuid - phase String
- started
At String - status String
- tokens Number
- total
Datasources Number - total
Items StringFailed - total
Items StringIndexed - total
Items StringSkipped - updated
At String - uuid String
Package Details
- Repository
- DigitalOcean pulumi/pulumi-digitalocean
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
digitaloceanTerraform Provider.
DigitalOcean v4.55.0 published on Friday, Nov 14, 2025 by Pulumi
