DataSource

public struct DataSource : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The path to the Amazon S3 bucket where the data that you want to upload to your dataset is stored. For example: s3://bucket-name/training-data.csv

    Declaration

    Swift

    public let dataLocation: String?
  • Undocumented

    Declaration

    Swift

    public init(dataLocation: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws