ModelMonitoringInput constructor

ModelMonitoringInput({
  1. ModelMonitoringInput_ModelMonitoringDataset? columnizedDataset,
  2. ModelMonitoringInput_BatchPredictionOutput? batchPredictionOutput,
  3. ModelMonitoringInput_VertexEndpointLogs? vertexEndpointLogs,
  4. Interval? timeInterval,
  5. ModelMonitoringInput_TimeOffset? timeOffset,
})

Implementation

ModelMonitoringInput({
  this.columnizedDataset,
  this.batchPredictionOutput,
  this.vertexEndpointLogs,
  this.timeInterval,
  this.timeOffset,
}) : super(fullyQualifiedName);