ListBatchInferenceJobsRequest

public struct ListBatchInferenceJobsRequest : AWSShape
extension Personalize.ListBatchInferenceJobsRequest: AWSPaginateStringToken

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The maximum number of batch inference job results to return in each page. The default value is 100.

    Declaration

    Swift

    public let maxResults: Int?
  • The token to request the next page of results.

    Declaration

    Swift

    public let nextToken: String?
  • The Amazon Resource Name (ARN) of the solution version from which the batch inference jobs were created.

    Declaration

    Swift

    public let solutionVersionArn: String?
  • Undocumented

    Declaration

    Swift

    public init(maxResults: Int? = nil, nextToken: String? = nil, solutionVersionArn: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws