ModelMonitoringInput class final
Model monitoring data input spec.
- Inheritance
-
- Object
- ProtoMessage
- ModelMonitoringInput
Constructors
- ModelMonitoringInput({ModelMonitoringInput_ModelMonitoringDataset? columnizedDataset, ModelMonitoringInput_BatchPredictionOutput? batchPredictionOutput, ModelMonitoringInput_VertexEndpointLogs? vertexEndpointLogs, Interval? timeInterval, ModelMonitoringInput_TimeOffset? timeOffset})
-
ModelMonitoringInput.fromJson(Map<
String, dynamic> json) -
factory
Properties
- batchPredictionOutput → ModelMonitoringInput_BatchPredictionOutput?
-
Vertex AI Batch prediction Job.
final
- columnizedDataset → ModelMonitoringInput_ModelMonitoringDataset?
-
Columnized dataset.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- qualifiedName → String
-
The fully qualified name of this message, i.e.,
google.protobuf.Durationorgoogle.rpc.ErrorInfo.finalinherited - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- timeInterval → Interval?
-
The time interval (pair of start_time and end_time) for which results
should be returned.
final
- timeOffset → ModelMonitoringInput_TimeOffset?
-
The time offset setting for which results should be returned.
final
- vertexEndpointLogs → ModelMonitoringInput_VertexEndpointLogs?
-
Vertex AI Endpoint request & response logging.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Object -
override
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- fullyQualifiedName → const String