Builder
class Builder
Properties
Link copied to clipboard
The location of the data file(s) used by a DataSource
. The URI specifies a data file or an Amazon Simple Storage Service (Amazon S3) directory or bucket containing data files.
Link copied to clipboard
A JSON string that represents the splitting and rearrangement processing to be applied to a DataSource
. If the DataRearrangement
parameter is not provided, all of the input data is used to create the Datasource
.
Link copied to clipboard
A JSON string that represents the schema for an Amazon S3 DataSource
. The DataSchema
defines the structure of the observation data in the data file(s) referenced in the DataSource
.
Link copied to clipboard
Describes the schema location in Amazon S3. You must provide either the DataSchema
or the DataSchemaLocationS3
.