public enum PublisherModelView extends Enum<PublisherModelView> implements com.google.protobuf.ProtocolMessageEnum
View enumeration of PublisherModel.Protobuf enum
google.cloud.aiplatform.v1.PublisherModelView| Enum Constant and Description |
|---|
PUBLISHER_MODEL_VERSION_VIEW_BASIC
Include: VersionId, ModelVersionExternalName, and SupportedActions.
|
PUBLISHER_MODEL_VIEW_BASIC
Include basic metadata about the publisher model, but not the full
contents.
|
PUBLISHER_MODEL_VIEW_FULL
Include everything.
|
PUBLISHER_MODEL_VIEW_UNSPECIFIED
The default / unset value.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
PUBLISHER_MODEL_VERSION_VIEW_BASIC_VALUE
Include: VersionId, ModelVersionExternalName, and SupportedActions.
|
static int |
PUBLISHER_MODEL_VIEW_BASIC_VALUE
Include basic metadata about the publisher model, but not the full
contents.
|
static int |
PUBLISHER_MODEL_VIEW_FULL_VALUE
Include everything.
|
static int |
PUBLISHER_MODEL_VIEW_UNSPECIFIED_VALUE
The default / unset value.
|
| Modifier and Type | Method and Description |
|---|---|
static PublisherModelView |
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<PublisherModelView> |
internalGetValueMap() |
static PublisherModelView |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static PublisherModelView |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static PublisherModelView |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PublisherModelView[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PublisherModelView PUBLISHER_MODEL_VIEW_UNSPECIFIED
The default / unset value. The API will default to the BASIC view.
PUBLISHER_MODEL_VIEW_UNSPECIFIED = 0;public static final PublisherModelView PUBLISHER_MODEL_VIEW_BASIC
Include basic metadata about the publisher model, but not the full contents.
PUBLISHER_MODEL_VIEW_BASIC = 1;public static final PublisherModelView PUBLISHER_MODEL_VIEW_FULL
Include everything.
PUBLISHER_MODEL_VIEW_FULL = 2;public static final PublisherModelView PUBLISHER_MODEL_VERSION_VIEW_BASIC
Include: VersionId, ModelVersionExternalName, and SupportedActions.
PUBLISHER_MODEL_VERSION_VIEW_BASIC = 3;public static final PublisherModelView UNRECOGNIZED
public static final int PUBLISHER_MODEL_VIEW_UNSPECIFIED_VALUE
The default / unset value. The API will default to the BASIC view.
PUBLISHER_MODEL_VIEW_UNSPECIFIED = 0;public static final int PUBLISHER_MODEL_VIEW_BASIC_VALUE
Include basic metadata about the publisher model, but not the full contents.
PUBLISHER_MODEL_VIEW_BASIC = 1;public static final int PUBLISHER_MODEL_VIEW_FULL_VALUE
Include everything.
PUBLISHER_MODEL_VIEW_FULL = 2;public static final int PUBLISHER_MODEL_VERSION_VIEW_BASIC_VALUE
Include: VersionId, ModelVersionExternalName, and SupportedActions.
PUBLISHER_MODEL_VERSION_VIEW_BASIC = 3;public static PublisherModelView[] values()
for (PublisherModelView c : PublisherModelView.values()) System.out.println(c);
public static PublisherModelView 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 PublisherModelView valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static PublisherModelView forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<PublisherModelView> 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 PublisherModelView valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2024 Google LLC. All rights reserved.