GoogleCloudMlV1RequestLoggingConfig constructor

GoogleCloudMlV1RequestLoggingConfig({
  1. String? bigqueryTableName,
  2. double? samplingPercentage,
})

Implementation

GoogleCloudMlV1RequestLoggingConfig({
  this.bigqueryTableName,
  this.samplingPercentage,
});