public static enum AutoMlImageObjectDetectionInputs.ModelType extends Enum<AutoMlImageObjectDetectionInputs.ModelType> implements com.google.protobuf.ProtocolMessageEnum
google.cloud.aiplatform.v1.schema.trainingjob.definition.AutoMlImageObjectDetectionInputs.ModelType| Enum Constant and Description |
|---|
CLOUD_HIGH_ACCURACY_1
A model best tailored to be used within Google Cloud, and which cannot
be exported.
|
CLOUD_LOW_LATENCY_1
A model best tailored to be used within Google Cloud, and which cannot
be exported.
|
MOBILE_TF_HIGH_ACCURACY_1
A model that, in addition to being available within Google
Cloud, can also be exported (see ModelService.ExportModel) and
used on a mobile or edge device with TensorFlow afterwards.
|
MOBILE_TF_LOW_LATENCY_1
A model that, in addition to being available within Google
Cloud can also be exported (see ModelService.ExportModel) and
used on a mobile or edge device with TensorFlow afterwards.
|
MOBILE_TF_VERSATILE_1
A model that, in addition to being available within Google
Cloud can also be exported (see ModelService.ExportModel) and
used on a mobile or edge device with TensorFlow afterwards.
|
MODEL_TYPE_UNSPECIFIED
Should not be set.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
CLOUD_HIGH_ACCURACY_1_VALUE
A model best tailored to be used within Google Cloud, and which cannot
be exported.
|
static int |
CLOUD_LOW_LATENCY_1_VALUE
A model best tailored to be used within Google Cloud, and which cannot
be exported.
|
static int |
MOBILE_TF_HIGH_ACCURACY_1_VALUE
A model that, in addition to being available within Google
Cloud, can also be exported (see ModelService.ExportModel) and
used on a mobile or edge device with TensorFlow afterwards.
|
static int |
MOBILE_TF_LOW_LATENCY_1_VALUE
A model that, in addition to being available within Google
Cloud can also be exported (see ModelService.ExportModel) and
used on a mobile or edge device with TensorFlow afterwards.
|
static int |
MOBILE_TF_VERSATILE_1_VALUE
A model that, in addition to being available within Google
Cloud can also be exported (see ModelService.ExportModel) and
used on a mobile or edge device with TensorFlow afterwards.
|
static int |
MODEL_TYPE_UNSPECIFIED_VALUE
Should not be set.
|
| Modifier and Type | Method and Description |
|---|---|
static AutoMlImageObjectDetectionInputs.ModelType |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<AutoMlImageObjectDetectionInputs.ModelType> |
internalGetValueMap() |
static AutoMlImageObjectDetectionInputs.ModelType |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static AutoMlImageObjectDetectionInputs.ModelType |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static AutoMlImageObjectDetectionInputs.ModelType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AutoMlImageObjectDetectionInputs.ModelType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AutoMlImageObjectDetectionInputs.ModelType MODEL_TYPE_UNSPECIFIED
Should not be set.
MODEL_TYPE_UNSPECIFIED = 0;public static final AutoMlImageObjectDetectionInputs.ModelType CLOUD_HIGH_ACCURACY_1
A model best tailored to be used within Google Cloud, and which cannot be exported. Expected to have a higher latency, but should also have a higher prediction quality than other cloud models.
CLOUD_HIGH_ACCURACY_1 = 1;public static final AutoMlImageObjectDetectionInputs.ModelType CLOUD_LOW_LATENCY_1
A model best tailored to be used within Google Cloud, and which cannot be exported. Expected to have a low latency, but may have lower prediction quality than other cloud models.
CLOUD_LOW_LATENCY_1 = 2;public static final AutoMlImageObjectDetectionInputs.ModelType MOBILE_TF_LOW_LATENCY_1
A model that, in addition to being available within Google Cloud can also be exported (see ModelService.ExportModel) and used on a mobile or edge device with TensorFlow afterwards. Expected to have low latency, but may have lower prediction quality than other mobile models.
MOBILE_TF_LOW_LATENCY_1 = 3;public static final AutoMlImageObjectDetectionInputs.ModelType MOBILE_TF_VERSATILE_1
A model that, in addition to being available within Google Cloud can also be exported (see ModelService.ExportModel) and used on a mobile or edge device with TensorFlow afterwards.
MOBILE_TF_VERSATILE_1 = 4;public static final AutoMlImageObjectDetectionInputs.ModelType MOBILE_TF_HIGH_ACCURACY_1
A model that, in addition to being available within Google Cloud, can also be exported (see ModelService.ExportModel) and used on a mobile or edge device with TensorFlow afterwards. Expected to have a higher latency, but should also have a higher prediction quality than other mobile models.
MOBILE_TF_HIGH_ACCURACY_1 = 5;public static final AutoMlImageObjectDetectionInputs.ModelType UNRECOGNIZED
public static final int MODEL_TYPE_UNSPECIFIED_VALUE
Should not be set.
MODEL_TYPE_UNSPECIFIED = 0;public static final int CLOUD_HIGH_ACCURACY_1_VALUE
A model best tailored to be used within Google Cloud, and which cannot be exported. Expected to have a higher latency, but should also have a higher prediction quality than other cloud models.
CLOUD_HIGH_ACCURACY_1 = 1;public static final int CLOUD_LOW_LATENCY_1_VALUE
A model best tailored to be used within Google Cloud, and which cannot be exported. Expected to have a low latency, but may have lower prediction quality than other cloud models.
CLOUD_LOW_LATENCY_1 = 2;public static final int MOBILE_TF_LOW_LATENCY_1_VALUE
A model that, in addition to being available within Google Cloud can also be exported (see ModelService.ExportModel) and used on a mobile or edge device with TensorFlow afterwards. Expected to have low latency, but may have lower prediction quality than other mobile models.
MOBILE_TF_LOW_LATENCY_1 = 3;public static final int MOBILE_TF_VERSATILE_1_VALUE
A model that, in addition to being available within Google Cloud can also be exported (see ModelService.ExportModel) and used on a mobile or edge device with TensorFlow afterwards.
MOBILE_TF_VERSATILE_1 = 4;public static final int MOBILE_TF_HIGH_ACCURACY_1_VALUE
A model that, in addition to being available within Google Cloud, can also be exported (see ModelService.ExportModel) and used on a mobile or edge device with TensorFlow afterwards. Expected to have a higher latency, but should also have a higher prediction quality than other mobile models.
MOBILE_TF_HIGH_ACCURACY_1 = 5;public static AutoMlImageObjectDetectionInputs.ModelType[] values()
for (AutoMlImageObjectDetectionInputs.ModelType c : AutoMlImageObjectDetectionInputs.ModelType.values()) System.out.println(c);
public static AutoMlImageObjectDetectionInputs.ModelType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static AutoMlImageObjectDetectionInputs.ModelType valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static AutoMlImageObjectDetectionInputs.ModelType forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<AutoMlImageObjectDetectionInputs.ModelType> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static AutoMlImageObjectDetectionInputs.ModelType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2023 Google LLC. All rights reserved.