GoogleCloudAiplatformV1PredictRequestResponseLoggingConfig constructor
GoogleCloudAiplatformV1PredictRequestResponseLoggingConfig({
- GoogleCloudAiplatformV1BigQueryDestination? bigqueryDestination,
- bool? enabled,
- double? samplingRate,
Implementation
GoogleCloudAiplatformV1PredictRequestResponseLoggingConfig({
this.bigqueryDestination,
this.enabled,
this.samplingRate,
});