Uses of Class
com.google.cloud.automl.v1beta1.ModelExportOutputConfig.DestinationCase
-
Packages that use ModelExportOutputConfig.DestinationCase Package Description com.google.cloud.automl.v1beta1 A client to Cloud AutoML API -
-
Uses of ModelExportOutputConfig.DestinationCase in com.google.cloud.automl.v1beta1
Methods in com.google.cloud.automl.v1beta1 that return ModelExportOutputConfig.DestinationCase Modifier and Type Method Description static ModelExportOutputConfig.DestinationCase
ModelExportOutputConfig.DestinationCase. forNumber(int value)
ModelExportOutputConfig.DestinationCase
ModelExportOutputConfig.Builder. getDestinationCase()
ModelExportOutputConfig.DestinationCase
ModelExportOutputConfig. getDestinationCase()
ModelExportOutputConfig.DestinationCase
ModelExportOutputConfigOrBuilder. getDestinationCase()
static ModelExportOutputConfig.DestinationCase
ModelExportOutputConfig.DestinationCase. valueOf(int value)
Deprecated.static ModelExportOutputConfig.DestinationCase
ModelExportOutputConfig.DestinationCase. valueOf(String name)
Returns the enum constant of this type with the specified name.static ModelExportOutputConfig.DestinationCase[]
ModelExportOutputConfig.DestinationCase. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-