AWSMachineLearningUpdateDataSourceInput
Objective-C
@interface AWSMachineLearningUpdateDataSourceInput
Swift
class AWSMachineLearningUpdateDataSourceInput
-
The ID assigned to the
DataSourceduring creation.Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable dataSourceId;Swift
var dataSourceId: String? { get set } -
A new user-supplied name or description of the
DataSourcethat will replace the current description.Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable dataSourceName;Swift
var dataSourceName: String? { get set }
View on GitHub
Install in Dash
AWSMachineLearningUpdateDataSourceInput Class Reference