GoogleCloudAiplatformV1SearchModelDeploymentMonitoringStatsAnomaliesRequest constructor

GoogleCloudAiplatformV1SearchModelDeploymentMonitoringStatsAnomaliesRequest({
  1. String? deployedModelId,
  2. String? endTime,
  3. String? featureDisplayName,
  4. List<GoogleCloudAiplatformV1SearchModelDeploymentMonitoringStatsAnomaliesRequestStatsAnomaliesObjective>? objectives,
  5. int? pageSize,
  6. String? pageToken,
  7. String? startTime,
})

Implementation

GoogleCloudAiplatformV1SearchModelDeploymentMonitoringStatsAnomaliesRequest({
  this.deployedModelId,
  this.endTime,
  this.featureDisplayName,
  this.objectives,
  this.pageSize,
  this.pageToken,
  this.startTime,
});