ModelMonitoringInput constructor
ModelMonitoringInput({
- ModelMonitoringInput_ModelMonitoringDataset? columnizedDataset,
- ModelMonitoringInput_BatchPredictionOutput? batchPredictionOutput,
- ModelMonitoringInput_VertexEndpointLogs? vertexEndpointLogs,
- Interval? timeInterval,
- ModelMonitoringInput_TimeOffset? timeOffset,
Implementation
ModelMonitoringInput({
this.columnizedDataset,
this.batchPredictionOutput,
this.vertexEndpointLogs,
this.timeInterval,
this.timeOffset,
}) : super(fullyQualifiedName);