Package com.google.cloud.aiplatform.v1
Enum ModelMonitoringObjectiveConfig.ExplanationConfig.ExplanationBaseline.PredictionFormat
- java.lang.Object
-
- java.lang.Enum<ModelMonitoringObjectiveConfig.ExplanationConfig.ExplanationBaseline.PredictionFormat>
-
- com.google.cloud.aiplatform.v1.ModelMonitoringObjectiveConfig.ExplanationConfig.ExplanationBaseline.PredictionFormat
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite
,com.google.protobuf.ProtocolMessageEnum
,Serializable
,Comparable<ModelMonitoringObjectiveConfig.ExplanationConfig.ExplanationBaseline.PredictionFormat>
- Enclosing class:
- ModelMonitoringObjectiveConfig.ExplanationConfig.ExplanationBaseline
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 enumgoogle.cloud.aiplatform.v1.ModelMonitoringObjectiveConfig.ExplanationConfig.ExplanationBaseline.PredictionFormat
-
-
Enum Constant Summary
Enum Constants Enum Constant Description BIGQUERY
Predictions are in BigQuery.JSONL
Predictions are in JSONL files.PREDICTION_FORMAT_UNSPECIFIED
Should not be set.UNRECOGNIZED
-
Field Summary
Fields Modifier and Type Field 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.
-
Method Summary
-
-
-
Enum Constant Detail
-
PREDICTION_FORMAT_UNSPECIFIED
public static final ModelMonitoringObjectiveConfig.ExplanationConfig.ExplanationBaseline.PredictionFormat PREDICTION_FORMAT_UNSPECIFIED
Should not be set.
PREDICTION_FORMAT_UNSPECIFIED = 0;
-
JSONL
public static final ModelMonitoringObjectiveConfig.ExplanationConfig.ExplanationBaseline.PredictionFormat JSONL
Predictions are in JSONL files.
JSONL = 2;
-
BIGQUERY
public static final ModelMonitoringObjectiveConfig.ExplanationConfig.ExplanationBaseline.PredictionFormat BIGQUERY
Predictions are in BigQuery.
BIGQUERY = 3;
-
UNRECOGNIZED
public static final ModelMonitoringObjectiveConfig.ExplanationConfig.ExplanationBaseline.PredictionFormat UNRECOGNIZED
-
-
Field Detail
-
PREDICTION_FORMAT_UNSPECIFIED_VALUE
public static final int PREDICTION_FORMAT_UNSPECIFIED_VALUE
Should not be set.
PREDICTION_FORMAT_UNSPECIFIED = 0;
- See Also:
- Constant Field Values
-
JSONL_VALUE
public static final int JSONL_VALUE
Predictions are in JSONL files.
JSONL = 2;
- See Also:
- Constant Field Values
-
BIGQUERY_VALUE
public static final int BIGQUERY_VALUE
Predictions are in BigQuery.
BIGQUERY = 3;
- See Also:
- Constant Field Values
-
-
Method Detail
-
values
public static ModelMonitoringObjectiveConfig.ExplanationConfig.ExplanationBaseline.PredictionFormat[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (ModelMonitoringObjectiveConfig.ExplanationConfig.ExplanationBaseline.PredictionFormat c : ModelMonitoringObjectiveConfig.ExplanationConfig.ExplanationBaseline.PredictionFormat.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static ModelMonitoringObjectiveConfig.ExplanationConfig.ExplanationBaseline.PredictionFormat valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
getNumber
public final int getNumber()
- Specified by:
getNumber
in interfacecom.google.protobuf.Internal.EnumLite
- Specified by:
getNumber
in interfacecom.google.protobuf.ProtocolMessageEnum
-
valueOf
@Deprecated public static ModelMonitoringObjectiveConfig.ExplanationConfig.ExplanationBaseline.PredictionFormat valueOf(int value)
Deprecated.Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
value
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
forNumber
public static ModelMonitoringObjectiveConfig.ExplanationConfig.ExplanationBaseline.PredictionFormat forNumber(int value)
- Parameters:
value
- The numeric wire value of the corresponding enum entry.- Returns:
- The enum associated with the given numeric wire value.
-
internalGetValueMap
public static com.google.protobuf.Internal.EnumLiteMap<ModelMonitoringObjectiveConfig.ExplanationConfig.ExplanationBaseline.PredictionFormat> internalGetValueMap()
-
getValueDescriptor
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
- Specified by:
getValueDescriptor
in interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptorForType
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptor
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
-
valueOf
public static ModelMonitoringObjectiveConfig.ExplanationConfig.ExplanationBaseline.PredictionFormat valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
desc
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
-