Enum PublisherModel.OpenSourceCategory (3.42.0)

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

ProtocolMessageEnum

Static Fields

NameDescription
GOOGLE_OWNED_OSS

Used to indicate the PublisherModel is a Google-owned pure open source model.

GOOGLE_OWNED_OSS = 4;

GOOGLE_OWNED_OSS_VALUE

Used to indicate the PublisherModel is a Google-owned pure open source model.

GOOGLE_OWNED_OSS = 4;

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;

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;

OPEN_SOURCE_CATEGORY_UNSPECIFIED

The open source category is unspecified, which should not be used.

OPEN_SOURCE_CATEGORY_UNSPECIFIED = 0;

OPEN_SOURCE_CATEGORY_UNSPECIFIED_VALUE

The open source category is unspecified, which should not be used.

OPEN_SOURCE_CATEGORY_UNSPECIFIED = 0;

PROPRIETARY

Used to indicate the PublisherModel is not open sourced.

PROPRIETARY = 1;

PROPRIETARY_VALUE

Used to indicate the PublisherModel is not open sourced.

PROPRIETARY = 1;

THIRD_PARTY_OWNED_OSS

Used to indicate the PublisherModel is a 3p-owned pure open source model.

THIRD_PARTY_OWNED_OSS = 5;

THIRD_PARTY_OWNED_OSS_VALUE

Used to indicate the PublisherModel is a 3p-owned pure open source model.

THIRD_PARTY_OWNED_OSS = 5;

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;

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;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()