DataSource

Contains details about a data source.

Types

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

Properties

Link copied to clipboard

The time at which the data source was created.

Link copied to clipboard

The data deletion policy for the data source.

Link copied to clipboard

The connection configuration for the data source.

Link copied to clipboard

The unique identifier of the data source.

Link copied to clipboard

The description of the data source.

Link copied to clipboard

The detailed reasons on the failure to delete a data source.

Link copied to clipboard

The unique identifier of the knowledge base to which the data source belongs.

Link copied to clipboard

The name of the data source.

Link copied to clipboard

Contains details about the configuration of the server-side encryption.

Link copied to clipboard

The status of the data source. The following statuses are possible:

Link copied to clipboard

The time at which the data source was last updated.

Link copied to clipboard

Contains details about how to ingest the documents in the data source.

Functions

Link copied to clipboard
inline fun copy(block: DataSource.Builder.() -> Unit = {}): DataSource
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