Trainings.TrainingsTrainProjectDefinitionStages.WithAllOptions Interface

public interface WithAllOptions

The stage of the definition which allows for any other optional settings to be specified.

Method Summary

Modifier and Type Method and Description
TrainingsTrainProjectDefinitionStages.WithExecute withForceTrain(Boolean forceTrain)

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

TrainingsTrainProjectDefinitionStages.WithExecute withNotificationEmailAddress(String notificationEmailAddress)

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

TrainingsTrainProjectDefinitionStages.WithExecute withReservedBudgetInHours(Integer reservedBudgetInHours)

The number of hours reserved as budget for training (if applicable).

TrainingsTrainProjectDefinitionStages.WithExecute withTrainingType(String trainingType)

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

Method Details

withForceTrain

public TrainingsTrainProjectDefinitionStages.WithExecute withForceTrain(Boolean forceTrain)

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

Parameters:

forceTrain

Returns:

next definition stage

withNotificationEmailAddress

public TrainingsTrainProjectDefinitionStages.WithExecute withNotificationEmailAddress(String notificationEmailAddress)

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

Parameters:

notificationEmailAddress

Returns:

next definition stage

withReservedBudgetInHours

public TrainingsTrainProjectDefinitionStages.WithExecute withReservedBudgetInHours(Integer reservedBudgetInHours)

The number of hours reserved as budget for training (if applicable).

Parameters:

reservedBudgetInHours

Returns:

next definition stage

withTrainingType

public TrainingsTrainProjectDefinitionStages.WithExecute withTrainingType(String trainingType)

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

Parameters:

trainingType

Returns:

next definition stage

Applies to