Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class LogType.
Indicates what type of traffic does the log belong to.
Protobuf type google.cloud.aiplatform.v1.ModelDeploymentMonitoringBigQueryTable.LogType
Namespace
Google \ Cloud \ AIPlatform \ V1 \ ModelDeploymentMonitoringBigQueryTableMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
LOG_TYPE_UNSPECIFIED
Value: 0
Unspecified type.
Generated from protobuf enum LOG_TYPE_UNSPECIFIED = 0;
PREDICT
Value: 1
Predict logs.
Generated from protobuf enum PREDICT = 1;
EXPLAIN
Value: 2
Explain logs.
Generated from protobuf enum EXPLAIN = 2;