ListBatchInferenceJobsResponse
public struct ListBatchInferenceJobsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A list containing information on each job that is returned.
Declaration
Swift
public let batchInferenceJobs: [BatchInferenceJobSummary]?
-
The token to use to retreive the next page of results. The value is null when there are no more results to return.
Declaration
Swift
public let nextToken: String?
-
Undocumented
Declaration
Swift
public init(batchInferenceJobs: [BatchInferenceJobSummary]? = nil, nextToken: String? = nil)