Trainings.TrainingsExportIterationDefinitionStages.WithPlatform Interface

public interface WithPlatform

The stage of the definition to be specify platform.

Method Summary

Modifier and Type Method and Description
TrainingsExportIterationDefinitionStages.WithExecute withPlatform(String platform)

The target platform. Possible values include: 'CoreML', 'TensorFlow', 'DockerFile', 'ONNX', 'VAIDK'.

Method Details

withPlatform

public TrainingsExportIterationDefinitionStages.WithExecute withPlatform(String platform)

The target platform. Possible values include: 'CoreML', 'TensorFlow', 'DockerFile', 'ONNX', 'VAIDK'.

Parameters:

platform

Returns:

next definition stage

Applies to