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 DataSource during creation. This value should be identical to the value of the DataSourceID in the request.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable dataSourceId;

    Swift

    var dataSourceId: String? { get set }