Skip to content

Update Data Source

machinelearning_update_data_source R Documentation

Updates the DataSourceName of a DataSource

Description

Updates the DataSourceName of a DataSource.

You can use the get_data_source operation to view the contents of the updated data element.

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.

Value

A list with the following syntax:

list(
  DataSourceId = "string"
)

Request syntax

svc$update_data_source(
  DataSourceId = "string",
  DataSourceName = "string"
)