SearchModelMonitoringStatsRequest class final

Request message for ModelMonitoringService.SearchModelMonitoringStats.

Inheritance
  • Object
  • ProtoMessage
  • SearchModelMonitoringStatsRequest

Constructors

SearchModelMonitoringStatsRequest({required String modelMonitor, SearchModelMonitoringStatsFilter? statsFilter, Interval? timeInterval, int pageSize = 0, String pageToken = ''})
SearchModelMonitoringStatsRequest.fromJson(Object? j)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
modelMonitor String
Required. ModelMonitor resource name. Format: projects/{project}/locations/{location}/modelMonitors/{model_monitor}
final
pageSize int
The standard list page size.
final
pageToken String
A page token received from a previous ModelMonitoringService.SearchModelMonitoringStats call.
final
qualifiedName String
The fully qualified name of this message, i.e., google.protobuf.Duration or google.rpc.ErrorInfo.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
statsFilter SearchModelMonitoringStatsFilter?
Filter for search different stats.
final
timeInterval → Interval?
The time interval for which results should be returned.
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