Google Cloud Ai Platform V1 Client - Class LogType (0.11.1)

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

Methods

name

Parameter
NameDescription
value mixed

value

Parameter
NameDescription
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;