Enum ModelDeploymentMonitoringBigQueryTable.LogType (2.5.3)

public enum ModelDeploymentMonitoringBigQueryTable.LogType extends Enum<ModelDeploymentMonitoringBigQueryTable.LogType> implements ProtocolMessageEnum

Indicates what type of traffic does the log belong to.

Protobuf enum google.cloud.aiplatform.v1.ModelDeploymentMonitoringBigQueryTable.LogType

Implements

ProtocolMessageEnum

Fields

NameDescription
EXPLAIN

Explain logs.

EXPLAIN = 2;

EXPLAIN_VALUE

Explain logs.

EXPLAIN = 2;

LOG_TYPE_UNSPECIFIED

Unspecified type.

LOG_TYPE_UNSPECIFIED = 0;

LOG_TYPE_UNSPECIFIED_VALUE

Unspecified type.

LOG_TYPE_UNSPECIFIED = 0;

PREDICT

Predict logs.

PREDICT = 1;

PREDICT_VALUE

Predict logs.

PREDICT = 1;

UNRECOGNIZED

Methods

NameDescription
forNumber(int value)
getDescriptor()
getDescriptorForType()
getNumber()
getValueDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

(deprecated) Use #forNumber(int) instead.

valueOf(String name)
values()