AWSMachineLearningUpdateDataSourceOutput
Objective-C
@interface AWSMachineLearningUpdateDataSourceOutput
Swift
class AWSMachineLearningUpdateDataSourceOutput
Represents the output of an UpdateDataSource operation.
You can see the updated content by using the GetBatchPrediction operation.
-
The ID assigned to the
DataSourceduring creation. This value should be identical to the value of theDataSourceIDin the request.Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable dataSourceId;Swift
var dataSourceId: String? { get set }
View on GitHub
Install in Dash
AWSMachineLearningUpdateDataSourceOutput Class Reference