machinelearning_update_data_source {paws.machine.learning}R Documentation

Updates the DataSourceName of a DataSource

Description

Updates the DataSourceName of a DataSource.

See https://www.paws-r-sdk.com/docs/machinelearning_update_data_source/ for full documentation.

Usage

machinelearning_update_data_source(DataSourceId, DataSourceName)

Arguments

DataSourceId

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

DataSourceName

[required] A new user-supplied name or description of the DataSource that will replace the current description.


[Package paws.machine.learning version 0.9.0 Index]