machinelearning_get_data_source {paws.machine.learning}R Documentation

Returns a DataSource that includes metadata and data file information, as well as the current status of the DataSource

Description

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.

Usage

machinelearning_get_data_source(DataSourceId, Verbose = NULL)

Arguments

DataSourceId

[required] The ID assigned to the DataSource at creation.

Verbose

Specifies whether the get_data_source operation should return DataSourceSchema.

If true, DataSourceSchema is returned.

If false, DataSourceSchema is not returned.


[Package paws.machine.learning version 0.7.0 Index]