Vertex AI V1 API - Module Google::Cloud::AIPlatform::V1::PublisherModel::OpenSourceCategory (v1.40.0)
Stay organized with collections
Save and categorize content based on your preferences.
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2026-04-03 UTC."],[],[]]