Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TrainingAPIClientTrainProjectOptionalParams

Package version

Optional Parameters.

Hierarchy

  • any
    • TrainingAPIClientTrainProjectOptionalParams

Index

Properties

Optional forceTrain

forceTrain: undefined | false | true

Whether to force train even if dataset and configuration does not change (default: false). Default value: false.

Optional notificationEmailAddress

notificationEmailAddress: undefined | string

The email address to send notification to when training finishes (default: null).

Optional reservedBudgetInHours

reservedBudgetInHours: undefined | number

The number of hours reserved as budget for training (if applicable). Default value: 0.

Optional trainingType

trainingType: TrainingType1

The type of training to use to train the project (default: Regular). Possible values include: 'Regular', 'Advanced'

Generated using TypeDoc