Trainings.TrainingsExportIterationDefinitionStages.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
TrainingsExportIterationDefinitionStages.WithExecute withFlavor(String flavor)

The flavor of the target platform. Possible values include: 'Linux', 'Windows', 'ONNX10', 'ONNX12', 'ARM'.

Method Details

withFlavor

public TrainingsExportIterationDefinitionStages.WithExecute withFlavor(String flavor)

The flavor of the target platform. Possible values include: 'Linux', 'Windows', 'ONNX10', 'ONNX12', 'ARM'.

Parameters:

flavor

Returns:

next definition stage

Applies to