Uses of Class
com.google.cloud.aiplatform.v1.PredictRequestResponseLoggingConfig.Builder
Packages that use PredictRequestResponseLoggingConfig.Builder
-
Uses of PredictRequestResponseLoggingConfig.Builder in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return PredictRequestResponseLoggingConfig.BuilderModifier and TypeMethodDescriptionPredictRequestResponseLoggingConfig.Builder.clear()PredictRequestResponseLoggingConfig.Builder.clearBigqueryDestination()BigQuery table for logging.PredictRequestResponseLoggingConfig.Builder.clearEnabled()If logging is enabled or not.PredictRequestResponseLoggingConfig.Builder.clearSamplingRate()Percentage of requests to be logged, expressed as a fraction in range(0,1].Endpoint.Builder.getPredictRequestResponseLoggingConfigBuilder()Configures the request-response logging for online prediction.PredictRequestResponseLoggingConfig.Builder.mergeBigqueryDestination(BigQueryDestination value) BigQuery table for logging.PredictRequestResponseLoggingConfig.Builder.mergeFrom(PredictRequestResponseLoggingConfig other) PredictRequestResponseLoggingConfig.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) PredictRequestResponseLoggingConfig.Builder.mergeFrom(com.google.protobuf.Message other) PredictRequestResponseLoggingConfig.newBuilder()PredictRequestResponseLoggingConfig.newBuilder(PredictRequestResponseLoggingConfig prototype) PredictRequestResponseLoggingConfig.newBuilderForType()PredictRequestResponseLoggingConfig.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) PredictRequestResponseLoggingConfig.Builder.setBigqueryDestination(BigQueryDestination value) BigQuery table for logging.PredictRequestResponseLoggingConfig.Builder.setBigqueryDestination(BigQueryDestination.Builder builderForValue) BigQuery table for logging.PredictRequestResponseLoggingConfig.Builder.setEnabled(boolean value) If logging is enabled or not.PredictRequestResponseLoggingConfig.Builder.setSamplingRate(double value) Percentage of requests to be logged, expressed as a fraction in range(0,1].PredictRequestResponseLoggingConfig.toBuilder()Methods in com.google.cloud.aiplatform.v1 with parameters of type PredictRequestResponseLoggingConfig.BuilderModifier and TypeMethodDescriptionEndpoint.Builder.setPredictRequestResponseLoggingConfig(PredictRequestResponseLoggingConfig.Builder builderForValue) Configures the request-response logging for online prediction.