InputDataConfig

The input properties for an inference job. The document reader config field applies only to non-text inputs for custom analysis.

Types

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

Properties

Link copied to clipboard

Provides configuration parameters to override the default actions for extracting text from PDF documents and image files.

Link copied to clipboard

Specifies how the text in an input file should be processed:

Link copied to clipboard

The Amazon S3 URI for the input data. The URI must be in same Region as the API endpoint that you are calling. The URI can point to a single input file or it can provide the prefix for a collection of data files.

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