Interface PublisherModelConfigOrBuilder (3.64.0)

public interface PublisherModelConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getLoggingConfig()

public abstract PredictRequestResponseLoggingConfig getLoggingConfig()

The prediction request/response logging config.

.google.cloud.aiplatform.v1beta1.PredictRequestResponseLoggingConfig logging_config = 3;

Returns
Type Description
PredictRequestResponseLoggingConfig

The loggingConfig.

getLoggingConfigOrBuilder()

public abstract PredictRequestResponseLoggingConfigOrBuilder getLoggingConfigOrBuilder()

The prediction request/response logging config.

.google.cloud.aiplatform.v1beta1.PredictRequestResponseLoggingConfig logging_config = 3;

Returns
Type Description
PredictRequestResponseLoggingConfigOrBuilder

hasLoggingConfig()

public abstract boolean hasLoggingConfig()

The prediction request/response logging config.

.google.cloud.aiplatform.v1beta1.PredictRequestResponseLoggingConfig logging_config = 3;

Returns
Type Description
boolean

Whether the loggingConfig field is set.