public static enum AutoMlVideoClassificationInputs.ModelType extends Enum<AutoMlVideoClassificationInputs.ModelType> implements com.google.protobuf.ProtocolMessageEnum
google.cloud.aiplatform.v1beta1.schema.trainingjob.definition.AutoMlVideoClassificationInputs.ModelType| Enum Constant and Description |
|---|
CLOUD
A model best tailored to be used within Google Cloud, and which cannot
be exported.
|
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 cannot
be exported.
|
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 AutoMlVideoClassificationInputs.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<AutoMlVideoClassificationInputs.ModelType> |
internalGetValueMap() |
static AutoMlVideoClassificationInputs.ModelType |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static AutoMlVideoClassificationInputs.ModelType |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static AutoMlVideoClassificationInputs.ModelType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AutoMlVideoClassificationInputs.ModelType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AutoMlVideoClassificationInputs.ModelType MODEL_TYPE_UNSPECIFIED
Should not be set.
MODEL_TYPE_UNSPECIFIED = 0;public static final AutoMlVideoClassificationInputs.ModelType CLOUD
A model best tailored to be used within Google Cloud, and which cannot be exported. Default.
CLOUD = 1;public static final AutoMlVideoClassificationInputs.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 AutoMlVideoClassificationInputs.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 AutoMlVideoClassificationInputs.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 cannot 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 AutoMlVideoClassificationInputs.ModelType[] values()
for (AutoMlVideoClassificationInputs.ModelType c : AutoMlVideoClassificationInputs.ModelType.values()) System.out.println(c);
public static AutoMlVideoClassificationInputs.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 AutoMlVideoClassificationInputs.ModelType valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static AutoMlVideoClassificationInputs.ModelType forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<AutoMlVideoClassificationInputs.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 AutoMlVideoClassificationInputs.ModelType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2022 Google LLC. All rights reserved.