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