DescribeProjectVersionsResponse

public struct DescribeProjectVersionsResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • If the previous response was incomplete (because there is more results to retrieve), Amazon Rekognition Custom Labels returns a pagination token in the response. You can use this pagination token to retrieve the next set of results.

    Declaration

    Swift

    public let nextToken: String?
  • A list of model descriptions. The list is sorted by the creation date and time of the model versions, latest to earliest.

    Declaration

    Swift

    public let projectVersionDescriptions: [ProjectVersionDescription]?
  • Undocumented

    Declaration

    Swift

    public init(nextToken: String? = nil, projectVersionDescriptions: [ProjectVersionDescription]? = nil)