PublisherModelConfig

This message contains configs of a publisher model.

Fields
loggingConfig object (PredictRequestResponseLoggingConfig)

Optional. The prediction request/response logging config.

dataSharingEnabledProvider enum (ModelProvider)

Optional. The model provider (publisher) for which the customer has enabled data sharing. For publisher models that are configured to require data sharing, a prediction request is only allowed when the model's publisher matches this provider. Otherwise, the request is rejected.

JSON representation
{
  "loggingConfig": {
    object (PredictRequestResponseLoggingConfig)
  },
  "dataSharingEnabledProvider": enum (ModelProvider)
}

ModelProvider

A model provider (publisher) that prediction data may be shared with.

Enums
MODEL_PROVIDER_UNSPECIFIED Unspecified model provider.
ANTHROPIC Anthropic.