Enum ModelDeploymentMonitoringBigQueryTable.LogType (3.42.0)

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

Static 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

Static Methods

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

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()