public interface PublisherModelConfigOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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. |