public static enum ModelMonitoringObjectiveConfig.ExplanationConfig.ExplanationBaseline.PredictionFormat extends Enum<ModelMonitoringObjectiveConfig.ExplanationConfig.ExplanationBaseline.PredictionFormat> implements com.google.protobuf.ProtocolMessageEnum
The storage format of the predictions generated BatchPrediction job.Protobuf enum
google.cloud.aiplatform.v1.ModelMonitoringObjectiveConfig.ExplanationConfig.ExplanationBaseline.PredictionFormat| Enum Constant and Description |
|---|
BIGQUERY
Predictions are in BigQuery.
|
JSONL
Predictions are in JSONL files.
|
PREDICTION_FORMAT_UNSPECIFIED
Should not be set.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
BIGQUERY_VALUE
Predictions are in BigQuery.
|
static int |
JSONL_VALUE
Predictions are in JSONL files.
|
static int |
PREDICTION_FORMAT_UNSPECIFIED_VALUE
Should not be set.
|
public static final ModelMonitoringObjectiveConfig.ExplanationConfig.ExplanationBaseline.PredictionFormat PREDICTION_FORMAT_UNSPECIFIED
Should not be set.
PREDICTION_FORMAT_UNSPECIFIED = 0;public static final ModelMonitoringObjectiveConfig.ExplanationConfig.ExplanationBaseline.PredictionFormat JSONL
Predictions are in JSONL files.
JSONL = 2;public static final ModelMonitoringObjectiveConfig.ExplanationConfig.ExplanationBaseline.PredictionFormat BIGQUERY
Predictions are in BigQuery.
BIGQUERY = 3;public static final ModelMonitoringObjectiveConfig.ExplanationConfig.ExplanationBaseline.PredictionFormat UNRECOGNIZED
public static final int PREDICTION_FORMAT_UNSPECIFIED_VALUE
Should not be set.
PREDICTION_FORMAT_UNSPECIFIED = 0;public static final int JSONL_VALUE
Predictions are in JSONL files.
JSONL = 2;public static final int BIGQUERY_VALUE
Predictions are in BigQuery.
BIGQUERY = 3;public static ModelMonitoringObjectiveConfig.ExplanationConfig.ExplanationBaseline.PredictionFormat[] values()
for (ModelMonitoringObjectiveConfig.ExplanationConfig.ExplanationBaseline.PredictionFormat c : ModelMonitoringObjectiveConfig.ExplanationConfig.ExplanationBaseline.PredictionFormat.values()) System.out.println(c);
public static ModelMonitoringObjectiveConfig.ExplanationConfig.ExplanationBaseline.PredictionFormat valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static ModelMonitoringObjectiveConfig.ExplanationConfig.ExplanationBaseline.PredictionFormat valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static ModelMonitoringObjectiveConfig.ExplanationConfig.ExplanationBaseline.PredictionFormat forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<ModelMonitoringObjectiveConfig.ExplanationConfig.ExplanationBaseline.PredictionFormat> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static ModelMonitoringObjectiveConfig.ExplanationConfig.ExplanationBaseline.PredictionFormat valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2023 Google LLC. All rights reserved.