ListDatasetsRequest

public struct ListDatasetsRequest : AWSShape
extension Personalize.ListDatasetsRequest: AWSPaginateStringToken

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The Amazon Resource Name (ARN) of the dataset group that contains the datasets to list.

    Declaration

    Swift

    public let datasetGroupArn: String?
  • The maximum number of datasets 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(datasetGroupArn: String? = nil, maxResults: Int? = nil, nextToken: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws