public static enum PublisherModel.OpenSourceCategory extends Enum<PublisherModel.OpenSourceCategory> implements com.google.protobuf.ProtocolMessageEnum
An enum representing the open source category of a PublisherModel.Protobuf enum
google.cloud.aiplatform.v1.PublisherModel.OpenSourceCategory| Enum Constant and Description |
|---|
GOOGLE_OWNED_OSS
Used to indicate the PublisherModel is a Google-owned pure open source
model.
|
GOOGLE_OWNED_OSS_WITH_GOOGLE_CHECKPOINT
Used to indicate the PublisherModel is a Google-owned open source model
w/ Google checkpoint.
|
OPEN_SOURCE_CATEGORY_UNSPECIFIED
The open source category is unspecified, which should not be used.
|
PROPRIETARY
Used to indicate the PublisherModel is not open sourced.
|
THIRD_PARTY_OWNED_OSS
Used to indicate the PublisherModel is a 3p-owned pure open source model.
|
THIRD_PARTY_OWNED_OSS_WITH_GOOGLE_CHECKPOINT
Used to indicate the PublisherModel is a 3p-owned open source model w/
Google checkpoint.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
GOOGLE_OWNED_OSS_VALUE
Used to indicate the PublisherModel is a Google-owned pure open source
model.
|
static int |
GOOGLE_OWNED_OSS_WITH_GOOGLE_CHECKPOINT_VALUE
Used to indicate the PublisherModel is a Google-owned open source model
w/ Google checkpoint.
|
static int |
OPEN_SOURCE_CATEGORY_UNSPECIFIED_VALUE
The open source category is unspecified, which should not be used.
|
static int |
PROPRIETARY_VALUE
Used to indicate the PublisherModel is not open sourced.
|
static int |
THIRD_PARTY_OWNED_OSS_VALUE
Used to indicate the PublisherModel is a 3p-owned pure open source model.
|
static int |
THIRD_PARTY_OWNED_OSS_WITH_GOOGLE_CHECKPOINT_VALUE
Used to indicate the PublisherModel is a 3p-owned open source model w/
Google checkpoint.
|
| Modifier and Type | Method and Description |
|---|---|
static PublisherModel.OpenSourceCategory |
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<PublisherModel.OpenSourceCategory> |
internalGetValueMap() |
static PublisherModel.OpenSourceCategory |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static PublisherModel.OpenSourceCategory |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static PublisherModel.OpenSourceCategory |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PublisherModel.OpenSourceCategory[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PublisherModel.OpenSourceCategory OPEN_SOURCE_CATEGORY_UNSPECIFIED
The open source category is unspecified, which should not be used.
OPEN_SOURCE_CATEGORY_UNSPECIFIED = 0;public static final PublisherModel.OpenSourceCategory PROPRIETARY
Used to indicate the PublisherModel is not open sourced.
PROPRIETARY = 1;public static final PublisherModel.OpenSourceCategory GOOGLE_OWNED_OSS_WITH_GOOGLE_CHECKPOINT
Used to indicate the PublisherModel is a Google-owned open source model w/ Google checkpoint.
GOOGLE_OWNED_OSS_WITH_GOOGLE_CHECKPOINT = 2;public static final PublisherModel.OpenSourceCategory THIRD_PARTY_OWNED_OSS_WITH_GOOGLE_CHECKPOINT
Used to indicate the PublisherModel is a 3p-owned open source model w/ Google checkpoint.
THIRD_PARTY_OWNED_OSS_WITH_GOOGLE_CHECKPOINT = 3;public static final PublisherModel.OpenSourceCategory GOOGLE_OWNED_OSS
Used to indicate the PublisherModel is a Google-owned pure open source model.
GOOGLE_OWNED_OSS = 4;public static final PublisherModel.OpenSourceCategory THIRD_PARTY_OWNED_OSS
Used to indicate the PublisherModel is a 3p-owned pure open source model.
THIRD_PARTY_OWNED_OSS = 5;public static final PublisherModel.OpenSourceCategory UNRECOGNIZED
public static final int OPEN_SOURCE_CATEGORY_UNSPECIFIED_VALUE
The open source category is unspecified, which should not be used.
OPEN_SOURCE_CATEGORY_UNSPECIFIED = 0;public static final int PROPRIETARY_VALUE
Used to indicate the PublisherModel is not open sourced.
PROPRIETARY = 1;public static final int GOOGLE_OWNED_OSS_WITH_GOOGLE_CHECKPOINT_VALUE
Used to indicate the PublisherModel is a Google-owned open source model w/ Google checkpoint.
GOOGLE_OWNED_OSS_WITH_GOOGLE_CHECKPOINT = 2;public static final int THIRD_PARTY_OWNED_OSS_WITH_GOOGLE_CHECKPOINT_VALUE
Used to indicate the PublisherModel is a 3p-owned open source model w/ Google checkpoint.
THIRD_PARTY_OWNED_OSS_WITH_GOOGLE_CHECKPOINT = 3;public static final int GOOGLE_OWNED_OSS_VALUE
Used to indicate the PublisherModel is a Google-owned pure open source model.
GOOGLE_OWNED_OSS = 4;public static final int THIRD_PARTY_OWNED_OSS_VALUE
Used to indicate the PublisherModel is a 3p-owned pure open source model.
THIRD_PARTY_OWNED_OSS = 5;public static PublisherModel.OpenSourceCategory[] values()
for (PublisherModel.OpenSourceCategory c : PublisherModel.OpenSourceCategory.values()) System.out.println(c);
public static PublisherModel.OpenSourceCategory 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 PublisherModel.OpenSourceCategory valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static PublisherModel.OpenSourceCategory forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<PublisherModel.OpenSourceCategory> 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 PublisherModel.OpenSourceCategory valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2023 Google LLC. All rights reserved.