public sealed class PublisherModelConfig : IMessage<PublisherModelConfig>, IEquatable<PublisherModelConfig>, IDeepCloneable<PublisherModelConfig>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class PublisherModelConfig.
This message contains configs of a publisher model.
Implements
IMessagePublisherModelConfig, IEquatablePublisherModelConfig, IDeepCloneablePublisherModelConfig, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
PublisherModelConfig()
public PublisherModelConfig()PublisherModelConfig(PublisherModelConfig)
public PublisherModelConfig(PublisherModelConfig other)| Parameter | |
|---|---|
| Name | Description |
other |
PublisherModelConfig |
Properties
DataSharingEnabledProvider
public PublisherModelConfig.Types.ModelProvider DataSharingEnabledProvider { get; set; }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.
| Property Value | |
|---|---|
| Type | Description |
PublisherModelConfigTypesModelProvider |
|
LoggingConfig
public PredictRequestResponseLoggingConfig LoggingConfig { get; set; }The prediction request/response logging config.
| Property Value | |
|---|---|
| Type | Description |
PredictRequestResponseLoggingConfig |
|