BatchInferenceJobInput
public struct BatchInferenceJobInput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The URI of the Amazon S3 location that contains your input data. The Amazon S3 bucket must be in the same region as the API endpoint you are calling.
Declaration
Swift
public let s3DataSource: S3DataConfig
-
Undocumented
Declaration
Swift
public init(s3DataSource: S3DataConfig)
-
Declaration
Swift
public func validate(name: String) throws