GoogleCloudAiplatformV1ModelDeploymentMonitoringBigQueryTable class
ModelDeploymentMonitoringBigQueryTable specifies the BigQuery table name as well as some information of the logs stored in this table.
Constructors
- GoogleCloudAiplatformV1ModelDeploymentMonitoringBigQueryTable({String? bigqueryTablePath, String? logSource, String? logType, String? requestResponseLoggingSchemaVersion})
- GoogleCloudAiplatformV1ModelDeploymentMonitoringBigQueryTable.fromJson(Map json_)
Properties
- bigqueryTablePath ↔ String?
-
The created BigQuery table to store logs.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- logSource ↔ String?
-
The source of log.
Possible string values are:
getter/setter pair
- logType ↔ String?
-
The type of log.
Possible string values are:
getter/setter pair
- requestResponseLoggingSchemaVersion ↔ String?
-
The schema version of the request/response logging BigQuery table.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited