Class ExportPlatform


  • public final class ExportPlatform
    extends com.microsoft.rest.ExpandableStringEnum<ExportPlatform>
    Defines values for ExportPlatform.
    • Field Detail

      • CORE_ML

        public static final ExportPlatform CORE_ML
        Static value CoreML for ExportPlatform.
      • TENSOR_FLOW

        public static final ExportPlatform TENSOR_FLOW
        Static value TensorFlow for ExportPlatform.
      • DOCKER_FILE

        public static final ExportPlatform DOCKER_FILE
        Static value DockerFile for ExportPlatform.
      • ONNX

        public static final ExportPlatform ONNX
        Static value ONNX for ExportPlatform.
      • VAIDK

        public static final ExportPlatform VAIDK
        Static value VAIDK for ExportPlatform.
    • Constructor Detail

      • ExportPlatform

        public ExportPlatform()
    • Method Detail

      • fromString

        public static ExportPlatform fromString​(String name)
        Creates or finds a ExportPlatform from its string representation.
        Parameters:
        name - a name to look for
        Returns:
        the corresponding ExportPlatform