openSourceCategory property

String? openSourceCategory
getter/setter pair

Indicates the open source category of the publisher model.

Required. Possible string values are:

  • "OPEN_SOURCE_CATEGORY_UNSPECIFIED" : The open source category is unspecified, which should not be used.
  • "PROPRIETARY" : Used to indicate the PublisherModel is not open sourced.
  • "GOOGLE_OWNED_OSS_WITH_GOOGLE_CHECKPOINT" : Used to indicate the PublisherModel is a Google-owned open source model w/ Google checkpoint.
  • "THIRD_PARTY_OWNED_OSS_WITH_GOOGLE_CHECKPOINT" : Used to indicate the PublisherModel is a 3p-owned open source model w/ Google checkpoint.
  • "GOOGLE_OWNED_OSS" : Used to indicate the PublisherModel is a Google-owned pure open source model.
  • "THIRD_PARTY_OWNED_OSS" : Used to indicate the PublisherModel is a 3p-owned pure open source model.

Implementation

core.String? openSourceCategory;