Freigeben über


ExportPlatform Klasse

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

public class ExportPlatform

Definiert Werte für ExportPlatform.

Feldzusammenfassung

Modifizierer und Typ Feld und Beschreibung
final ExportPlatform CORE_ML

Statischer Wert CoreML für ExportPlatform.

final ExportPlatform DOCKER_FILE

Statischer Wert DockerFile für ExportPlatform.

final ExportPlatform ONNX

Statischer Wert ONNX für ExportPlatform.

final ExportPlatform TENSOR_FLOW

Statischer Wert TensorFlow für ExportPlatform.

final ExportPlatform VAIDK

Statischer Wert VAIDK für ExportPlatform.

Methodenzusammenfassung

Modifizierer und Typ Methode und Beschreibung
ExportPlatform fromString(String name)

Erstellt oder sucht eine ExportPlatform aus seiner Zeichenfolgendarstellung.

Collection<ExportPlatform> values()

Felddetails

CORE_ML

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

Statischer Wert CoreML für ExportPlatform.

DOCKER_FILE

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

Statischer Wert DockerFile für ExportPlatform.

ONNX

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

Statischer Wert ONNX für ExportPlatform.

TENSOR_FLOW

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

Statischer Wert TensorFlow für ExportPlatform.

VAIDK

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

Statischer Wert VAIDK für ExportPlatform.

Details zur Methode

fromString

public static ExportPlatform fromString(String name)

Erstellt oder sucht eine ExportPlatform aus seiner Zeichenfolgendarstellung.

Parameters:

name - einen Namen, nach dem gesucht werden soll

Returns:

die entsprechende ExportPlatform

values

public static Collection values()

Returns:

bekannte ExportPlatform-Werte

Gilt für: