CustomS3Location

Contains information about the Amazon S3 location of the file containing the content to ingest into a knowledge base connected to a custom data source.

Types

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

Properties

Link copied to clipboard

The identifier of the Amazon Web Services account that owns the S3 bucket containing the content to ingest.

Link copied to clipboard
val uri: String

The S3 URI of the file containing the content to ingest.

Functions

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