public enum PublisherModel.OpenSourceCategory extends Enum<PublisherModel.OpenSourceCategory> implements ProtocolMessageEnum
An enum representing the open source category of a PublisherModel.
Protobuf enum google.cloud.aiplatform.v1beta1.PublisherModel.OpenSourceCategory
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
GOOGLE_OWNED_OSS |
Used to indicate the PublisherModel is a Google-owned pure open source model. |
GOOGLE_OWNED_OSS_VALUE |
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. |
GOOGLE_OWNED_OSS_WITH_GOOGLE_CHECKPOINT_VALUE |
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. |
OPEN_SOURCE_CATEGORY_UNSPECIFIED_VALUE |
The open source category is unspecified, which should not be used. |
PROPRIETARY |
Used to indicate the PublisherModel is not open sourced. |
PROPRIETARY_VALUE |
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_VALUE |
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. |
THIRD_PARTY_OWNED_OSS_WITH_GOOGLE_CHECKPOINT_VALUE |
Used to indicate the PublisherModel is a 3p-owned open source model w/ Google checkpoint. |
UNRECOGNIZED |
Static Methods |
|
---|---|
Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
Methods |
|
---|---|
Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |