Class OpenSourceCategory (1.50.0)

OpenSourceCategory(value)

An enum representing the open source category of a PublisherModel.

Enum values:

OPEN_SOURCE_CATEGORY_UNSPECIFIED (0):
    The open source category is unspecified,
    which should not be used.
PROPRIETARY (1):
    Used to indicate the PublisherModel is not
    open sourced.
GOOGLE_OWNED_OSS_WITH_GOOGLE_CHECKPOINT (2):
    Used to indicate the PublisherModel is a
    Google-owned open source model w/ Google
    checkpoint.
THIRD_PARTY_OWNED_OSS_WITH_GOOGLE_CHECKPOINT (3):
    Used to indicate the PublisherModel is a
    3p-owned open source model w/ Google checkpoint.
GOOGLE_OWNED_OSS (4):
    Used to indicate the PublisherModel is a
    Google-owned pure open source model.
THIRD_PARTY_OWNED_OSS (5):
    Used to indicate the PublisherModel is a
    3p-owned pure open source model.

Methods

OpenSourceCategory

OpenSourceCategory(value)

An enum representing the open source category of a PublisherModel.

Enum values:

OPEN_SOURCE_CATEGORY_UNSPECIFIED (0):
    The open source category is unspecified,
    which should not be used.
PROPRIETARY (1):
    Used to indicate the PublisherModel is not
    open sourced.
GOOGLE_OWNED_OSS_WITH_GOOGLE_CHECKPOINT (2):
    Used to indicate the PublisherModel is a
    Google-owned open source model w/ Google
    checkpoint.
THIRD_PARTY_OWNED_OSS_WITH_GOOGLE_CHECKPOINT (3):
    Used to indicate the PublisherModel is a
    3p-owned open source model w/ Google checkpoint.
GOOGLE_OWNED_OSS (4):
    Used to indicate the PublisherModel is a
    Google-owned pure open source model.
THIRD_PARTY_OWNED_OSS (5):
    Used to indicate the PublisherModel is a
    3p-owned pure open source model.