Class: Google::Cloud::AIPlatform::V1::PredictRequestResponseLoggingConfig
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::PredictRequestResponseLoggingConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/endpoint.rb
Overview
Configuration for logging request-response to a BigQuery table.
Instance Attribute Summary collapse
-
#bigquery_destination ⇒ ::Google::Cloud::AIPlatform::V1::BigQueryDestination
BigQuery table for logging.
-
#enabled ⇒ ::Boolean
If logging is enabled or not.
-
#sampling_rate ⇒ ::Float
Percentage of requests to be logged, expressed as a fraction in range(0,1].
Instance Attribute Details
#bigquery_destination ⇒ ::Google::Cloud::AIPlatform::V1::BigQueryDestination
Returns BigQuery table for logging.
If only given a project, a new dataset will be created with name
logging_<endpoint-display-name>_<endpoint-id>
where
request_response_logging
.
329 330 331 332 |
# File 'proto_docs/google/cloud/aiplatform/v1/endpoint.rb', line 329 class PredictRequestResponseLoggingConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#enabled ⇒ ::Boolean
Returns If logging is enabled or not.
329 330 331 332 |
# File 'proto_docs/google/cloud/aiplatform/v1/endpoint.rb', line 329 class PredictRequestResponseLoggingConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#sampling_rate ⇒ ::Float
Returns Percentage of requests to be logged, expressed as a fraction in range(0,1].
329 330 331 332 |
# File 'proto_docs/google/cloud/aiplatform/v1/endpoint.rb', line 329 class PredictRequestResponseLoggingConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |