ModelDeploymentMonitoringBigQueryTable class final

ModelDeploymentMonitoringBigQueryTable specifies the BigQuery table name as well as some information of the logs stored in this table.

Inheritance
  • Object
  • ProtoMessage
  • ModelDeploymentMonitoringBigQueryTable

Constructors

ModelDeploymentMonitoringBigQueryTable({ModelDeploymentMonitoringBigQueryTable_LogSource logSource = ModelDeploymentMonitoringBigQueryTable_LogSource.$default, ModelDeploymentMonitoringBigQueryTable_LogType logType = ModelDeploymentMonitoringBigQueryTable_LogType.$default, String bigqueryTablePath = '', String requestResponseLoggingSchemaVersion = ''})
ModelDeploymentMonitoringBigQueryTable.fromJson(Map<String, dynamic> json)
factory

Properties

bigqueryTablePath String
The created BigQuery table to store logs. Customer could do their own query & analysis. Format: bq://<project_id>.model_deployment_monitoring_<endpoint_id>.<tolower(log_source)>_<tolower(log_type)>
final
hashCode int
The hash code for this object.
no setterinherited
logSource ModelDeploymentMonitoringBigQueryTable_LogSource
The source of log.
final
logType ModelDeploymentMonitoringBigQueryTable_LogType
The type of log.
final
qualifiedName String
The fully qualified name of this message, i.e., google.protobuf.Duration or google.rpc.ErrorInfo.
finalinherited
requestResponseLoggingSchemaVersion String
Output only. The schema version of the request/response logging BigQuery table. Default to v1 if unset.
final
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() Object
override
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

fullyQualifiedName → const String