AWSMachineLearningUpdateDataSourceInput

Objective-C

@interface AWSMachineLearningUpdateDataSourceInput

Swift

class AWSMachineLearningUpdateDataSourceInput
  • The ID assigned to the DataSource during 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 DataSource that will replace the current description.

    Declaration

    Objective-C

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

    Swift

    var dataSourceName: String? { get set }