Vertex AI v1beta1 API - Class PublisherModelConfig (1.0.0-beta25)

public sealed class PublisherModelConfig : IMessage<PublisherModelConfig>, IEquatable<PublisherModelConfig>, IDeepCloneable<PublisherModelConfig>, IBufferMessage, IMessage

Reference documentation and code samples for the Vertex AI v1beta1 API class PublisherModelConfig.

This message contains configs of a publisher model.

Inheritance

object > PublisherModelConfig

Namespace

Google.Cloud.AIPlatform.V1Beta1

Assembly

Google.Cloud.AIPlatform.V1Beta1.dll

Constructors

PublisherModelConfig()

public PublisherModelConfig()

PublisherModelConfig(PublisherModelConfig)

public PublisherModelConfig(PublisherModelConfig other)
Parameter
Name Description
other PublisherModelConfig

Properties

LoggingConfig

public PredictRequestResponseLoggingConfig LoggingConfig { get; set; }

The prediction request/response logging config.

Property Value
Type Description
PredictRequestResponseLoggingConfig