Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TrainingAPIClientGetImagePerformancesOptionalParams

Package version

Optional Parameters.

Hierarchy

  • any
    • TrainingAPIClientGetImagePerformancesOptionalParams

Index

Properties

Properties

Optional orderBy

orderBy: OrderBy3

The ordering. Defaults to newest. Possible values include: 'Newest', 'Oldest'

Optional skip

skip: undefined | number

Number of images to skip before beginning the image batch. Defaults to 0. Default value: 0.

Optional tagIds

tagIds: string[]

A list of tags ids to filter the images. Defaults to all tagged images when null. Limited to 20.

Optional take

take: undefined | number

Maximum number of images to return. Defaults to 50, limited to 256. Default value: 50.

Generated using TypeDoc