ModelMonitoringInput_ModelMonitoringDataset class final
Input dataset spec.
- Inheritance
-
- Object
- ProtoMessage
- ModelMonitoringInput_ModelMonitoringDataset
Constructors
- ModelMonitoringInput_ModelMonitoringDataset({String? vertexDataset, ModelMonitoringInput_ModelMonitoringDataset_ModelMonitoringGcsSource? gcsSource, ModelMonitoringInput_ModelMonitoringDataset_ModelMonitoringBigQuerySource? bigquerySource, String timestampField = ''})
-
ModelMonitoringInput_ModelMonitoringDataset.fromJson(Map<
String, dynamic> json) -
factory
Properties
- bigquerySource → ModelMonitoringInput_ModelMonitoringDataset_ModelMonitoringBigQuerySource?
-
BigQuery data source.
final
- gcsSource → ModelMonitoringInput_ModelMonitoringDataset_ModelMonitoringGcsSource?
-
Google Cloud Storage data source.
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
- timestampField → String
-
The timestamp field. Usually for serving data.
final
- vertexDataset → String?
-
Resource name of the Vertex AI managed dataset.
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