Class PredictRequestResponseLoggingConfig (1.13.0)

PredictRequestResponseLoggingConfig(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

Configuration for logging request-response to a BigQuery table.

Attributes

NameDescription
enabled bool
If logging is enabled or not.
sampling_rate float
Percentage of requests to be logged, expressed as a fraction in range(0,1].
bigquery_destination google.cloud.aiplatform_v1.types.BigQueryDestination
BigQuery table for logging. If only given a project, a new dataset will be created with name ``logging_

Inheritance

builtins.object > proto.message.Message > PredictRequestResponseLoggingConfig