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

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 \ ModelDeploymentMonitoringBigQueryTable

Methods

static::name

Parameter
NameDescription
value mixed

static::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;