IngestionJob

Contains details about a data ingestion job. Data sources are ingested into a knowledge base so that Large Language Models (LLMs) can use your data.

This data type is used in the following API operations:

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The unique identifier of the data source for the data ingestion job.

Link copied to clipboard

The description of the data ingestion job.

Link copied to clipboard

A list of reasons that the data ingestion job failed.

Link copied to clipboard

The unique identifier of the data ingestion job.

Link copied to clipboard

The unique identifier of the knowledge for the data ingestion job.

Link copied to clipboard

The time the data ingestion job started.

Link copied to clipboard

Contains statistics about the data ingestion job.

Link copied to clipboard

The status of the data ingestion job.

Link copied to clipboard

The time the data ingestion job was last updated.

Functions

Link copied to clipboard
inline fun copy(block: IngestionJob.Builder.() -> Unit = {}): IngestionJob
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String