GoogleCloudAiplatformV1PredictRequestResponseLoggingConfig class
Configuration for logging request-response to a BigQuery table.
Constructors
- GoogleCloudAiplatformV1PredictRequestResponseLoggingConfig({GoogleCloudAiplatformV1BigQueryDestination? bigqueryDestination, bool? enabled, double? samplingRate})
- GoogleCloudAiplatformV1PredictRequestResponseLoggingConfig.fromJson(Map json_)
Properties
- bigqueryDestination ↔ GoogleCloudAiplatformV1BigQueryDestination?
-
BigQuery table for logging.
getter/setter pair
- enabled ↔ bool?
-
If logging is enabled or not.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- samplingRate ↔ double?
-
Percentage of requests to be logged, expressed as a fraction in
range(0,1].
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited