machinelearning_create_data_source_from_s3 {paws.machine.learning} | R Documentation |
Creates a DataSource object
Description
Creates a DataSource
object. A DataSource
references data that can be used to perform create_ml_model
, create_evaluation
, or create_batch_prediction
operations.
See https://www.paws-r-sdk.com/docs/machinelearning_create_data_source_from_s3/ for full documentation.
Usage
machinelearning_create_data_source_from_s3(
DataSourceId,
DataSourceName = NULL,
DataSpec,
ComputeStatistics = NULL
)
Arguments
DataSourceId |
[required] A user-supplied identifier that uniquely identifies the |
DataSourceName |
A user-supplied name or description of the |
DataSpec |
[required] The data specification of a
|
ComputeStatistics |
The compute statistics for a |