machinelearning_create_data_source_from_rds {paws.machine.learning} | R Documentation |
Creates a DataSource object from an Amazon Relational Database Service (Amazon RDS)
Description
Creates a DataSource
object from an Amazon Relational Database Service (Amazon RDS). 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_rds/ for full documentation.
Usage
machinelearning_create_data_source_from_rds(
DataSourceId,
DataSourceName = NULL,
RDSData,
RoleARN,
ComputeStatistics = NULL
)
Arguments
DataSourceId |
[required] A user-supplied ID that uniquely identifies the |
DataSourceName |
A user-supplied name or description of the |
RDSData |
[required] The data specification of an Amazon RDS
|
RoleARN |
[required] The role that Amazon ML assumes on behalf of the user to create and
activate a data pipeline in the user's account and copy data using the
|
ComputeStatistics |
The compute statistics for a |