AWSMachineLearningCreateDataSourceFromS3Output
Objective-C
@interface AWSMachineLearningCreateDataSourceFromS3Output
Swift
class AWSMachineLearningCreateDataSourceFromS3Output
Represents the output of a CreateDataSourceFromS3 operation, and is an acknowledgement that Amazon ML received the request.
The CreateDataSourceFromS3 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 theDataSourceIDin the request.Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable dataSourceId;Swift
var dataSourceId: String? { get set }
View on GitHub
Install in Dash
AWSMachineLearningCreateDataSourceFromS3Output Class Reference