GoogleCloudAiplatformV1CloudLoggingConfig constructor

GoogleCloudAiplatformV1CloudLoggingConfig({
  1. String? project,
  2. Map<String, String>? resourceLabels,
  3. String? resourceType,
  4. GoogleCloudAiplatformV1CloudLoggingConfigTracingContext? tracingContext,
})

Implementation

GoogleCloudAiplatformV1CloudLoggingConfig({
  this.project,
  this.resourceLabels,
  this.resourceType,
  this.tracingContext,
});