Uses of Class
com.google.cloud.aiplatform.v1beta1.ModelMonitoringAlert.Builder
Packages that use ModelMonitoringAlert.Builder
-
Uses of ModelMonitoringAlert.Builder in com.google.cloud.aiplatform.v1beta1
Methods in com.google.cloud.aiplatform.v1beta1 that return ModelMonitoringAlert.BuilderModifier and TypeMethodDescriptionSearchModelMonitoringAlertsResponse.Builder.addModelMonitoringAlertsBuilder()Alerts retrieved for the requested objectives.SearchModelMonitoringAlertsResponse.Builder.addModelMonitoringAlertsBuilder(int index) Alerts retrieved for the requested objectives.ModelMonitoringAlert.Builder.clear()ModelMonitoringAlert.Builder.clearAlertTime()Alert creation time.ModelMonitoringAlert.Builder.clearAnomaly()Anomaly details.ModelMonitoringAlert.Builder.clearObjectiveType()One of the supported monitoring objectives: `raw-feature-drift` `prediction-output-drift` `feature-attribution`ModelMonitoringAlert.Builder.clearStatsName()The stats name.SearchModelMonitoringAlertsResponse.Builder.getModelMonitoringAlertsBuilder(int index) Alerts retrieved for the requested objectives.ModelMonitoringAlert.Builder.mergeAlertTime(com.google.protobuf.Timestamp value) Alert creation time.ModelMonitoringAlert.Builder.mergeAnomaly(ModelMonitoringAnomaly value) Anomaly details.ModelMonitoringAlert.Builder.mergeFrom(ModelMonitoringAlert other) ModelMonitoringAlert.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ModelMonitoringAlert.Builder.mergeFrom(com.google.protobuf.Message other) static ModelMonitoringAlert.BuilderModelMonitoringAlert.newBuilder()static ModelMonitoringAlert.BuilderModelMonitoringAlert.newBuilder(ModelMonitoringAlert prototype) ModelMonitoringAlert.newBuilderForType()protected ModelMonitoringAlert.BuilderModelMonitoringAlert.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) ModelMonitoringAlert.Builder.setAlertTime(com.google.protobuf.Timestamp value) Alert creation time.ModelMonitoringAlert.Builder.setAlertTime(com.google.protobuf.Timestamp.Builder builderForValue) Alert creation time.ModelMonitoringAlert.Builder.setAnomaly(ModelMonitoringAnomaly value) Anomaly details.ModelMonitoringAlert.Builder.setAnomaly(ModelMonitoringAnomaly.Builder builderForValue) Anomaly details.ModelMonitoringAlert.Builder.setObjectiveType(String value) One of the supported monitoring objectives: `raw-feature-drift` `prediction-output-drift` `feature-attribution`ModelMonitoringAlert.Builder.setObjectiveTypeBytes(com.google.protobuf.ByteString value) One of the supported monitoring objectives: `raw-feature-drift` `prediction-output-drift` `feature-attribution`ModelMonitoringAlert.Builder.setStatsName(String value) The stats name.ModelMonitoringAlert.Builder.setStatsNameBytes(com.google.protobuf.ByteString value) The stats name.ModelMonitoringAlert.toBuilder()Methods in com.google.cloud.aiplatform.v1beta1 that return types with arguments of type ModelMonitoringAlert.BuilderModifier and TypeMethodDescriptionSearchModelMonitoringAlertsResponse.Builder.getModelMonitoringAlertsBuilderList()Alerts retrieved for the requested objectives.Methods in com.google.cloud.aiplatform.v1beta1 with parameters of type ModelMonitoringAlert.BuilderModifier and TypeMethodDescriptionSearchModelMonitoringAlertsResponse.Builder.addModelMonitoringAlerts(int index, ModelMonitoringAlert.Builder builderForValue) Alerts retrieved for the requested objectives.SearchModelMonitoringAlertsResponse.Builder.addModelMonitoringAlerts(ModelMonitoringAlert.Builder builderForValue) Alerts retrieved for the requested objectives.SearchModelMonitoringAlertsResponse.Builder.setModelMonitoringAlerts(int index, ModelMonitoringAlert.Builder builderForValue) Alerts retrieved for the requested objectives.