Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class OpenSourceCategory.
An enum representing the open source category of a PublisherModel.
Protobuf type google.cloud.aiplatform.v1.PublisherModel.OpenSourceCategory
Namespace
Google \ Cloud \ AIPlatform \ V1 \ PublisherModelMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
OPEN_SOURCE_CATEGORY_UNSPECIFIED
Value: 0
The open source category is unspecified, which should not be used.
Generated from protobuf enum OPEN_SOURCE_CATEGORY_UNSPECIFIED = 0;
PROPRIETARY
Value: 1
Used to indicate the PublisherModel is not open sourced.
Generated from protobuf enum PROPRIETARY = 1;
GOOGLE_OWNED_OSS_WITH_GOOGLE_CHECKPOINT
Value: 2
Used to indicate the PublisherModel is a Google-owned open source model w/ Google checkpoint.
Generated from protobuf enum GOOGLE_OWNED_OSS_WITH_GOOGLE_CHECKPOINT = 2;
THIRD_PARTY_OWNED_OSS_WITH_GOOGLE_CHECKPOINT
Value: 3
Used to indicate the PublisherModel is a 3p-owned open source model w/ Google checkpoint.
Generated from protobuf enum THIRD_PARTY_OWNED_OSS_WITH_GOOGLE_CHECKPOINT = 3;
GOOGLE_OWNED_OSS
Value: 4
Used to indicate the PublisherModel is a Google-owned pure open source model.
Generated from protobuf enum GOOGLE_OWNED_OSS = 4;
THIRD_PARTY_OWNED_OSS
Value: 5
Used to indicate the PublisherModel is a 3p-owned pure open source model.
Generated from protobuf enum THIRD_PARTY_OWNED_OSS = 5;