Reference documentation and code samples for the Vertex AI V1 API module Google::Cloud::AIPlatform::V1::PublisherModel::OpenSourceCategory.
An enum representing the open source category of a PublisherModel.
Constants
OPEN_SOURCE_CATEGORY_UNSPECIFIED
value: 0
The open source category is unspecified, which should not be used.
PROPRIETARY
value: 1
Used to indicate the PublisherModel is not open sourced.
GOOGLE_OWNED_OSS_WITH_GOOGLE_CHECKPOINT
value: 2
Used to indicate the PublisherModel is a Google-owned open source model
w/ Google checkpoint.
THIRD_PARTY_OWNED_OSS_WITH_GOOGLE_CHECKPOINT
value: 3
Used to indicate the PublisherModel is a 3p-owned open source model w/
Google checkpoint.
GOOGLE_OWNED_OSS
value: 4
Used to indicate the PublisherModel is a Google-owned pure open source
model.
THIRD_PARTY_OWNED_OSS
value: 5
Used to indicate the PublisherModel is a 3p-owned pure open source model.