Returns a DataSource
that includes metadata and data file information, as well as the current status of the DataSource
.
See https://www.paws-r-sdk.com/docs/machinelearning_get_data_source/ for full documentation.
machinelearning_get_data_source(DataSourceId, Verbose = NULL)
[required] The ID assigned to the DataSource
at creation.
Specifies whether the
get_data_source
operation should
return DataSourceSchema
.
If true, DataSourceSchema
is returned.
If false, DataSourceSchema
is not returned.