InputDataConfig

The input properties for an entities detection job. This includes the name of the S3 bucket and the path to the files to be analyzed.

Types

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

Properties

Link copied to clipboard

The URI of the S3 bucket that contains the input data. The bucket must be in the same region as the API endpoint that you are calling.

Link copied to clipboard

The path to the input data files in the S3 bucket.

Functions

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