public enum PublisherModel.Types.OpenSourceCategoryReference documentation and code samples for the Vertex AI v1beta1 API enum PublisherModel.Types.OpenSourceCategory.
An enum representing the open source category of a PublisherModel.
Namespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Fields |
|
|---|---|
| Name | Description |
GoogleOwnedOss |
Used to indicate the PublisherModel is a Google-owned pure open source model. |
GoogleOwnedOssWithGoogleCheckpoint |
Used to indicate the PublisherModel is a Google-owned open source model w/ Google checkpoint. |
Proprietary |
Used to indicate the PublisherModel is not open sourced. |
ThirdPartyOwnedOss |
Used to indicate the PublisherModel is a 3p-owned pure open source model. |
ThirdPartyOwnedOssWithGoogleCheckpoint |
Used to indicate the PublisherModel is a 3p-owned open source model w/ Google checkpoint. |
Unspecified |
The open source category is unspecified, which should not be used. |