Uses of Class
com.google.cloud.aiplatform.v1.ModelMonitoringObjectiveConfig.ExplanationConfig.Builder
Packages that use ModelMonitoringObjectiveConfig.ExplanationConfig.Builder
-
Uses of ModelMonitoringObjectiveConfig.ExplanationConfig.Builder in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return ModelMonitoringObjectiveConfig.ExplanationConfig.BuilderModifier and TypeMethodDescriptionModelMonitoringObjectiveConfig.ExplanationConfig.Builder.clear()ModelMonitoringObjectiveConfig.ExplanationConfig.Builder.clearEnableFeatureAttributes()If want to analyze the Vertex Explainable AI feature attribute scores or not.ModelMonitoringObjectiveConfig.ExplanationConfig.Builder.clearExplanationBaseline()Predictions generated by the BatchPredictionJob using baseline dataset.ModelMonitoringObjectiveConfig.Builder.getExplanationConfigBuilder()The config for integrating with Vertex Explainable AI.ModelMonitoringObjectiveConfig.ExplanationConfig.Builder.mergeExplanationBaseline(ModelMonitoringObjectiveConfig.ExplanationConfig.ExplanationBaseline value) Predictions generated by the BatchPredictionJob using baseline dataset.ModelMonitoringObjectiveConfig.ExplanationConfig.Builder.mergeFrom(ModelMonitoringObjectiveConfig.ExplanationConfig other) ModelMonitoringObjectiveConfig.ExplanationConfig.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ModelMonitoringObjectiveConfig.ExplanationConfig.Builder.mergeFrom(com.google.protobuf.Message other) ModelMonitoringObjectiveConfig.ExplanationConfig.newBuilder()ModelMonitoringObjectiveConfig.ExplanationConfig.newBuilder(ModelMonitoringObjectiveConfig.ExplanationConfig prototype) ModelMonitoringObjectiveConfig.ExplanationConfig.newBuilderForType()ModelMonitoringObjectiveConfig.ExplanationConfig.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) ModelMonitoringObjectiveConfig.ExplanationConfig.Builder.setEnableFeatureAttributes(boolean value) If want to analyze the Vertex Explainable AI feature attribute scores or not.ModelMonitoringObjectiveConfig.ExplanationConfig.Builder.setExplanationBaseline(ModelMonitoringObjectiveConfig.ExplanationConfig.ExplanationBaseline value) Predictions generated by the BatchPredictionJob using baseline dataset.ModelMonitoringObjectiveConfig.ExplanationConfig.Builder.setExplanationBaseline(ModelMonitoringObjectiveConfig.ExplanationConfig.ExplanationBaseline.Builder builderForValue) Predictions generated by the BatchPredictionJob using baseline dataset.ModelMonitoringObjectiveConfig.ExplanationConfig.toBuilder()Methods in com.google.cloud.aiplatform.v1 with parameters of type ModelMonitoringObjectiveConfig.ExplanationConfig.BuilderModifier and TypeMethodDescriptionModelMonitoringObjectiveConfig.Builder.setExplanationConfig(ModelMonitoringObjectiveConfig.ExplanationConfig.Builder builderForValue) The config for integrating with Vertex Explainable AI.