你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ExportPlatform 类

  • java.lang.Object
    • com.microsoft.rest.ExpandableStringEnum<ExportPlatform>
      • com.microsoft.azure.cognitiveservices.vision.customvision.training.models.ExportPlatform

public class ExportPlatform

定义 ExportPlatform 的值。

字段摘要

修饰符和类型 字段和描述
final ExportPlatform CORE_ML

ExportPlatform 的静态值 CoreML。

final ExportPlatform DOCKER_FILE

ExportPlatform 的静态值 DockerFile。

final ExportPlatform ONNX

ExportPlatform 的静态值 ONNX。

final ExportPlatform TENSOR_FLOW

ExportPlatform 的静态值 TensorFlow。

final ExportPlatform VAIDK

ExportPlatform 的静态值 VAIDK。

方法摘要

修饰符和类型 方法和描述
ExportPlatform fromString(String name)

从其字符串表示形式创建或查找 ExportPlatform。

Collection<ExportPlatform> values()

字段详细信息

CORE_ML

public static final ExportPlatform CORE_ML= fromString("CoreML")

ExportPlatform 的静态值 CoreML。

DOCKER_FILE

public static final ExportPlatform DOCKER_FILE= fromString("DockerFile")

ExportPlatform 的静态值 DockerFile。

ONNX

public static final ExportPlatform ONNX= fromString("ONNX")

ExportPlatform 的静态值 ONNX。

TENSOR_FLOW

public static final ExportPlatform TENSOR_FLOW= fromString("TensorFlow")

ExportPlatform 的静态值 TensorFlow。

VAIDK

public static final ExportPlatform VAIDK= fromString("VAIDK")

ExportPlatform 的静态值 VAIDK。

方法详细信息

fromString

public static ExportPlatform fromString(String name)

从其字符串表示形式创建或查找 ExportPlatform。

Parameters:

name - 要查找的名称

Returns:

相应的 ExportPlatform

values

public static Collection values()

Returns:

已知的 ExportPlatform 值

适用于