View source: R/machinelearning_operations.R
machinelearning_create_data_source_from_s3 | R Documentation |
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.
machinelearning_create_data_source_from_s3(
DataSourceId,
DataSourceName = NULL,
DataSpec,
ComputeStatistics = NULL
)
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.