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 enum
google.cloud.aiplatform.v1.ModelMonitoringObjectiveConfig.ExplanationConfig.ExplanationBaseline.PredictionFormat-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionPredictions are in BigQuery.Predictions are in JSONL files.Should not be set. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intPredictions are in BigQuery.static final intPredictions are in JSONL files.static final intShould not be set. -
Method Summary
Modifier and TypeMethodDescriptionforNumber(int value) static com.google.protobuf.Descriptors.EnumDescriptorfinal com.google.protobuf.Descriptors.EnumDescriptorfinal intfinal com.google.protobuf.Descriptors.EnumValueDescriptorstatic com.google.protobuf.Internal.EnumLiteMap<ModelMonitoringObjectiveConfig.ExplanationConfig.ExplanationBaseline.PredictionFormat>valueOf(int value) Deprecated.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.Returns the enum constant of this type with the specified name.values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
PREDICTION_FORMAT_UNSPECIFIED
public static final ModelMonitoringObjectiveConfig.ExplanationConfig.ExplanationBaseline.PredictionFormat PREDICTION_FORMAT_UNSPECIFIEDShould not be set.
PREDICTION_FORMAT_UNSPECIFIED = 0; -
JSONL
public static final ModelMonitoringObjectiveConfig.ExplanationConfig.ExplanationBaseline.PredictionFormat JSONLPredictions are in JSONL files.
JSONL = 2; -
BIGQUERY
public static final ModelMonitoringObjectiveConfig.ExplanationConfig.ExplanationBaseline.PredictionFormat BIGQUERYPredictions are in BigQuery.
BIGQUERY = 3; -
UNRECOGNIZED
public static final ModelMonitoringObjectiveConfig.ExplanationConfig.ExplanationBaseline.PredictionFormat UNRECOGNIZED
-
-
Field Details
-
PREDICTION_FORMAT_UNSPECIFIED_VALUE
public static final int PREDICTION_FORMAT_UNSPECIFIED_VALUEShould not be set.
PREDICTION_FORMAT_UNSPECIFIED = 0;- See Also:
-
JSONL_VALUE
public static final int JSONL_VALUEPredictions are in JSONL files.
JSONL = 2;- See Also:
-
BIGQUERY_VALUE
public static final int BIGQUERY_VALUEPredictions are in BigQuery.
BIGQUERY = 3;- See Also:
-
-
Method Details
-
values
public static ModelMonitoringObjectiveConfig.ExplanationConfig.ExplanationBaseline.PredictionFormat[] values()Returns an array containing the constants of this enum type, in the order they are declared.- 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:
getNumberin interfacecom.google.protobuf.Internal.EnumLite- Specified by:
getNumberin 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:
getValueDescriptorin interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptorForType
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptor
public static 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
-