Uses of Interface
com.google.cloud.aiplatform.v1beta1.ModelMonitoringConfigOrBuilder
-
Packages that use ModelMonitoringConfigOrBuilder Package Description com.google.cloud.aiplatform.v1beta1 A client to Vertex AI API -
-
Uses of ModelMonitoringConfigOrBuilder in com.google.cloud.aiplatform.v1beta1
Classes in com.google.cloud.aiplatform.v1beta1 that implement ModelMonitoringConfigOrBuilder Modifier and Type Class Description class
ModelMonitoringConfig
The model monitoring configuration used for Batch Prediction Job.static class
ModelMonitoringConfig.Builder
The model monitoring configuration used for Batch Prediction Job.Methods in com.google.cloud.aiplatform.v1beta1 that return ModelMonitoringConfigOrBuilder Modifier and Type Method Description ModelMonitoringConfigOrBuilder
BatchPredictionJob.Builder. getModelMonitoringConfigOrBuilder()
Model monitoring config will be used for analysis model behaviors, based on the input and output to the batch prediction job, as well as the provided training dataset.ModelMonitoringConfigOrBuilder
BatchPredictionJob. getModelMonitoringConfigOrBuilder()
Model monitoring config will be used for analysis model behaviors, based on the input and output to the batch prediction job, as well as the provided training dataset.ModelMonitoringConfigOrBuilder
BatchPredictionJobOrBuilder. getModelMonitoringConfigOrBuilder()
Model monitoring config will be used for analysis model behaviors, based on the input and output to the batch prediction job, as well as the provided training dataset.
-