Cloud AI Platform v1 API - Enum PublisherModel.Types.OpenSourceCategory (2.27.0)

public enum PublisherModel.Types.OpenSourceCategory

Reference documentation and code samples for the Cloud AI Platform v1 API enum PublisherModel.Types.OpenSourceCategory.

An enum representing the open source category of a PublisherModel.

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Fields

NameDescription
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.