AWSMachineLearningCreateDataSourceFromRedshiftOutput
Objective-C
@interface AWSMachineLearningCreateDataSourceFromRedshiftOutput
Swift
class AWSMachineLearningCreateDataSourceFromRedshiftOutput
Represents the output of a CreateDataSourceFromRedshift operation, and is an acknowledgement that Amazon ML received the request.
The CreateDataSourceFromRedshift operation is asynchronous. You can poll for updates by using the GetBatchPrediction operation and checking the Status parameter.
-
A user-supplied ID that uniquely identifies the datasource. This value should be identical to the value of the
DataSourceIDin the request.Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable dataSourceId;Swift
var dataSourceId: String? { get set }
View on GitHub
Install in Dash
AWSMachineLearningCreateDataSourceFromRedshiftOutput Class Reference