public static enum AutoMlVideoActionRecognitionInputs.ModelType extends Enum<AutoMlVideoActionRecognitionInputs.ModelType> implements com.google.protobuf.ProtocolMessageEnum
google.cloud.aiplatform.v1.schema.trainingjob.definition.AutoMlVideoActionRecognitionInputs.ModelType| Enum Constant and Description |
|---|
CLOUD
A model best tailored to be used within Google Cloud, and which c annot
be exported.
|
MOBILE_CORAL_VERSATILE_1
A model that, in addition to being available within Google Cloud, can
also be exported (see ModelService.ExportModel) as a TensorFlow or
TensorFlow Lite model and used on a Coral device afterwards.
|
MOBILE_JETSON_VERSATILE_1
A model that, in addition to being available within Google Cloud, can
also be exported (see ModelService.ExportModel) to a Jetson device
afterwards.
|
MOBILE_VERSATILE_1
A model that, in addition to being available within Google Cloud, can
also be exported (see ModelService.ExportModel) as a TensorFlow or
TensorFlow Lite model and used on a mobile or edge device afterwards.
|
MODEL_TYPE_UNSPECIFIED
Should not be set.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
CLOUD_VALUE
A model best tailored to be used within Google Cloud, and which c annot
be exported.
|
static int |
MOBILE_CORAL_VERSATILE_1_VALUE
A model that, in addition to being available within Google Cloud, can
also be exported (see ModelService.ExportModel) as a TensorFlow or
TensorFlow Lite model and used on a Coral device afterwards.
|
static int |
MOBILE_JETSON_VERSATILE_1_VALUE
A model that, in addition to being available within Google Cloud, can
also be exported (see ModelService.ExportModel) to a Jetson device
afterwards.
|
static int |
MOBILE_VERSATILE_1_VALUE
A model that, in addition to being available within Google Cloud, can
also be exported (see ModelService.ExportModel) as a TensorFlow or
TensorFlow Lite model and used on a mobile or edge device afterwards.
|
static int |
MODEL_TYPE_UNSPECIFIED_VALUE
Should not be set.
|
| Modifier and Type | Method and Description |
|---|---|
static AutoMlVideoActionRecognitionInputs.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<AutoMlVideoActionRecognitionInputs.ModelType> |
internalGetValueMap() |
static AutoMlVideoActionRecognitionInputs.ModelType |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static AutoMlVideoActionRecognitionInputs.ModelType |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static AutoMlVideoActionRecognitionInputs.ModelType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AutoMlVideoActionRecognitionInputs.ModelType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AutoMlVideoActionRecognitionInputs.ModelType MODEL_TYPE_UNSPECIFIED
Should not be set.
MODEL_TYPE_UNSPECIFIED = 0;public static final AutoMlVideoActionRecognitionInputs.ModelType CLOUD
A model best tailored to be used within Google Cloud, and which c annot be exported. Default.
CLOUD = 1;public static final AutoMlVideoActionRecognitionInputs.ModelType MOBILE_VERSATILE_1
A model that, in addition to being available within Google Cloud, can also be exported (see ModelService.ExportModel) as a TensorFlow or TensorFlow Lite model and used on a mobile or edge device afterwards.
MOBILE_VERSATILE_1 = 2;public static final AutoMlVideoActionRecognitionInputs.ModelType MOBILE_JETSON_VERSATILE_1
A model that, in addition to being available within Google Cloud, can also be exported (see ModelService.ExportModel) to a Jetson device afterwards.
MOBILE_JETSON_VERSATILE_1 = 3;public static final AutoMlVideoActionRecognitionInputs.ModelType MOBILE_CORAL_VERSATILE_1
A model that, in addition to being available within Google Cloud, can also be exported (see ModelService.ExportModel) as a TensorFlow or TensorFlow Lite model and used on a Coral device afterwards.
MOBILE_CORAL_VERSATILE_1 = 4;public static final AutoMlVideoActionRecognitionInputs.ModelType UNRECOGNIZED
public static final int MODEL_TYPE_UNSPECIFIED_VALUE
Should not be set.
MODEL_TYPE_UNSPECIFIED = 0;public static final int CLOUD_VALUE
A model best tailored to be used within Google Cloud, and which c annot be exported. Default.
CLOUD = 1;public static final int MOBILE_VERSATILE_1_VALUE
A model that, in addition to being available within Google Cloud, can also be exported (see ModelService.ExportModel) as a TensorFlow or TensorFlow Lite model and used on a mobile or edge device afterwards.
MOBILE_VERSATILE_1 = 2;public static final int MOBILE_JETSON_VERSATILE_1_VALUE
A model that, in addition to being available within Google Cloud, can also be exported (see ModelService.ExportModel) to a Jetson device afterwards.
MOBILE_JETSON_VERSATILE_1 = 3;public static final int MOBILE_CORAL_VERSATILE_1_VALUE
A model that, in addition to being available within Google Cloud, can also be exported (see ModelService.ExportModel) as a TensorFlow or TensorFlow Lite model and used on a Coral device afterwards.
MOBILE_CORAL_VERSATILE_1 = 4;public static AutoMlVideoActionRecognitionInputs.ModelType[] values()
for (AutoMlVideoActionRecognitionInputs.ModelType c : AutoMlVideoActionRecognitionInputs.ModelType.values()) System.out.println(c);
public static AutoMlVideoActionRecognitionInputs.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 AutoMlVideoActionRecognitionInputs.ModelType valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static AutoMlVideoActionRecognitionInputs.ModelType forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<AutoMlVideoActionRecognitionInputs.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 AutoMlVideoActionRecognitionInputs.ModelType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2024 Google LLC. All rights reserved.