ListDatasetImportJobsRequest

public struct ListDatasetImportJobsRequest : AWSShape
extension Personalize.ListDatasetImportJobsRequest: AWSPaginateStringToken

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The Amazon Resource Name (ARN) of the dataset to list the dataset import jobs for.

    Declaration

    Swift

    public let datasetArn: String?
  • The maximum number of dataset import jobs to return.

    Declaration

    Swift

    public let maxResults: Int?
  • A token returned from the previous call to ListDatasetImportJobs for getting the next set of dataset import jobs (if they exist).

    Declaration

    Swift

    public let nextToken: String?
  • Undocumented

    Declaration

    Swift

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

    Swift

    public func validate(name: String) throws