Class PredictRequestResponseLoggingConfig (1.24.1)

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_v1beta1.types.BigQueryDestination
BigQuery table for logging. If only given a project, a new dataset will be created with name logging_ where will be made BigQuery-dataset-name compatible (e.g. most special characters will become underscores). If no table name is given, a new table will be created with name request_response_logging

Inheritance

builtins.object > proto.message.Message > PredictRequestResponseLoggingConfig