Uses of Enum
com.google.cloud.aiplatform.v1.ModelMonitoringObjectiveConfig.ExplanationConfig.ExplanationBaseline.PredictionFormat
Packages that use ModelMonitoringObjectiveConfig.ExplanationConfig.ExplanationBaseline.PredictionFormat
-
Uses of ModelMonitoringObjectiveConfig.ExplanationConfig.ExplanationBaseline.PredictionFormat in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return ModelMonitoringObjectiveConfig.ExplanationConfig.ExplanationBaseline.PredictionFormatModifier and TypeMethodDescriptionModelMonitoringObjectiveConfig.ExplanationConfig.ExplanationBaseline.PredictionFormat.forNumber(int value) ModelMonitoringObjectiveConfig.ExplanationConfig.ExplanationBaseline.Builder.getPredictionFormat()The storage format of the predictions generated BatchPrediction job.ModelMonitoringObjectiveConfig.ExplanationConfig.ExplanationBaseline.getPredictionFormat()The storage format of the predictions generated BatchPrediction job.ModelMonitoringObjectiveConfig.ExplanationConfig.ExplanationBaselineOrBuilder.getPredictionFormat()The storage format of the predictions generated BatchPrediction job.ModelMonitoringObjectiveConfig.ExplanationConfig.ExplanationBaseline.PredictionFormat.valueOf(int value) Deprecated.ModelMonitoringObjectiveConfig.ExplanationConfig.ExplanationBaseline.PredictionFormat.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.ModelMonitoringObjectiveConfig.ExplanationConfig.ExplanationBaseline.PredictionFormat.valueOf(String name) Returns the enum constant of this type with the specified name.ModelMonitoringObjectiveConfig.ExplanationConfig.ExplanationBaseline.PredictionFormat.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.aiplatform.v1 that return types with arguments of type ModelMonitoringObjectiveConfig.ExplanationConfig.ExplanationBaseline.PredictionFormatModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<ModelMonitoringObjectiveConfig.ExplanationConfig.ExplanationBaseline.PredictionFormat>ModelMonitoringObjectiveConfig.ExplanationConfig.ExplanationBaseline.PredictionFormat.internalGetValueMap()Methods in com.google.cloud.aiplatform.v1 with parameters of type ModelMonitoringObjectiveConfig.ExplanationConfig.ExplanationBaseline.PredictionFormatModifier and TypeMethodDescriptionModelMonitoringObjectiveConfig.ExplanationConfig.ExplanationBaseline.Builder.setPredictionFormat(ModelMonitoringObjectiveConfig.ExplanationConfig.ExplanationBaseline.PredictionFormat value) The storage format of the predictions generated BatchPrediction job.