Interface PublisherModelConfigOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PublisherModelConfig,PublisherModelConfig.Builder
@Generated
public interface PublisherModelConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionThe prediction request/response logging config.The prediction request/response logging config.booleanThe prediction request/response logging config.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasLoggingConfig
boolean hasLoggingConfig()The prediction request/response logging config.
.google.cloud.aiplatform.v1beta1.PredictRequestResponseLoggingConfig logging_config = 3;- Returns:
- Whether the loggingConfig field is set.
-
getLoggingConfig
PredictRequestResponseLoggingConfig getLoggingConfig()The prediction request/response logging config.
.google.cloud.aiplatform.v1beta1.PredictRequestResponseLoggingConfig logging_config = 3;- Returns:
- The loggingConfig.
-
getLoggingConfigOrBuilder
PredictRequestResponseLoggingConfigOrBuilder getLoggingConfigOrBuilder()The prediction request/response logging config.
.google.cloud.aiplatform.v1beta1.PredictRequestResponseLoggingConfig logging_config = 3;
-