View source: R/machinelearning_operations.R
machinelearning_create_data_source_from_redshift | R Documentation |
Creates a DataSource
from a database hosted on an Amazon Redshift cluster. A DataSource
references data that can be used to perform either create_ml_model
, create_evaluation
, or create_batch_prediction
operations.
See https://www.paws-r-sdk.com/docs/machinelearning_create_data_source_from_redshift/ for full documentation.
machinelearning_create_data_source_from_redshift(
DataSourceId,
DataSourceName = NULL,
DataSpec,
RoleARN,
ComputeStatistics = NULL
)
DataSourceId |
[required] A user-supplied ID that uniquely identifies the |
DataSourceName |
A user-supplied name or description of the |
DataSpec |
[required] The data specification of an Amazon Redshift
|
RoleARN |
[required] A fully specified role Amazon Resource Name (ARN). Amazon ML assumes the role on behalf of the user to create the following:
|
ComputeStatistics |
The compute statistics for a |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.