Uses of Class
com.google.cloud.aiplatform.v1beta1.ModelMonitoringStatsDataPoint.Builder
Packages that use ModelMonitoringStatsDataPoint.Builder
-
Uses of ModelMonitoringStatsDataPoint.Builder in com.google.cloud.aiplatform.v1beta1
Methods in com.google.cloud.aiplatform.v1beta1 that return ModelMonitoringStatsDataPoint.BuilderModifier and TypeMethodDescriptionModelMonitoringTabularStats.Builder.addDataPointsBuilder()The data points of this time series.ModelMonitoringTabularStats.Builder.addDataPointsBuilder(int index) The data points of this time series.ModelMonitoringStatsDataPoint.Builder.clear()ModelMonitoringStatsDataPoint.Builder.clearAlgorithm()Algorithm used to calculated the metrics, eg: jensen_shannon_divergence, l_infinity.ModelMonitoringStatsDataPoint.Builder.clearBaselineStats()Statistics from baseline dataset.ModelMonitoringStatsDataPoint.Builder.clearCreateTime()Statistics create time.ModelMonitoringStatsDataPoint.Builder.clearCurrentStats()Statistics from current dataset.ModelMonitoringStatsDataPoint.Builder.clearHasAnomaly()Indicate if the statistics has anomaly.ModelMonitoringStatsDataPoint.Builder.clearModelMonitoringJob()Model monitoring job resource name.ModelMonitoringStatsDataPoint.Builder.clearSchedule()Schedule resource name.ModelMonitoringStatsDataPoint.Builder.clearThresholdValue()Threshold value.ModelMonitoringTabularStats.Builder.getDataPointsBuilder(int index) The data points of this time series.ModelMonitoringStatsDataPoint.Builder.mergeBaselineStats(ModelMonitoringStatsDataPoint.TypedValue value) Statistics from baseline dataset.ModelMonitoringStatsDataPoint.Builder.mergeCreateTime(com.google.protobuf.Timestamp value) Statistics create time.ModelMonitoringStatsDataPoint.Builder.mergeCurrentStats(ModelMonitoringStatsDataPoint.TypedValue value) Statistics from current dataset.ModelMonitoringStatsDataPoint.Builder.mergeFrom(ModelMonitoringStatsDataPoint other) ModelMonitoringStatsDataPoint.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ModelMonitoringStatsDataPoint.Builder.mergeFrom(com.google.protobuf.Message other) ModelMonitoringStatsDataPoint.newBuilder()ModelMonitoringStatsDataPoint.newBuilder(ModelMonitoringStatsDataPoint prototype) ModelMonitoringStatsDataPoint.newBuilderForType()protected ModelMonitoringStatsDataPoint.BuilderModelMonitoringStatsDataPoint.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) ModelMonitoringStatsDataPoint.Builder.setAlgorithm(String value) Algorithm used to calculated the metrics, eg: jensen_shannon_divergence, l_infinity.ModelMonitoringStatsDataPoint.Builder.setAlgorithmBytes(com.google.protobuf.ByteString value) Algorithm used to calculated the metrics, eg: jensen_shannon_divergence, l_infinity.ModelMonitoringStatsDataPoint.Builder.setBaselineStats(ModelMonitoringStatsDataPoint.TypedValue value) Statistics from baseline dataset.ModelMonitoringStatsDataPoint.Builder.setBaselineStats(ModelMonitoringStatsDataPoint.TypedValue.Builder builderForValue) Statistics from baseline dataset.ModelMonitoringStatsDataPoint.Builder.setCreateTime(com.google.protobuf.Timestamp value) Statistics create time.ModelMonitoringStatsDataPoint.Builder.setCreateTime(com.google.protobuf.Timestamp.Builder builderForValue) Statistics create time.ModelMonitoringStatsDataPoint.Builder.setCurrentStats(ModelMonitoringStatsDataPoint.TypedValue value) Statistics from current dataset.ModelMonitoringStatsDataPoint.Builder.setCurrentStats(ModelMonitoringStatsDataPoint.TypedValue.Builder builderForValue) Statistics from current dataset.ModelMonitoringStatsDataPoint.Builder.setHasAnomaly(boolean value) Indicate if the statistics has anomaly.ModelMonitoringStatsDataPoint.Builder.setModelMonitoringJob(String value) Model monitoring job resource name.ModelMonitoringStatsDataPoint.Builder.setModelMonitoringJobBytes(com.google.protobuf.ByteString value) Model monitoring job resource name.ModelMonitoringStatsDataPoint.Builder.setSchedule(String value) Schedule resource name.ModelMonitoringStatsDataPoint.Builder.setScheduleBytes(com.google.protobuf.ByteString value) Schedule resource name.ModelMonitoringStatsDataPoint.Builder.setThresholdValue(double value) Threshold value.ModelMonitoringStatsDataPoint.toBuilder()Methods in com.google.cloud.aiplatform.v1beta1 that return types with arguments of type ModelMonitoringStatsDataPoint.BuilderModifier and TypeMethodDescriptionModelMonitoringTabularStats.Builder.getDataPointsBuilderList()The data points of this time series.Methods in com.google.cloud.aiplatform.v1beta1 with parameters of type ModelMonitoringStatsDataPoint.BuilderModifier and TypeMethodDescriptionModelMonitoringTabularStats.Builder.addDataPoints(int index, ModelMonitoringStatsDataPoint.Builder builderForValue) The data points of this time series.ModelMonitoringTabularStats.Builder.addDataPoints(ModelMonitoringStatsDataPoint.Builder builderForValue) The data points of this time series.ModelMonitoringTabularStats.Builder.setDataPoints(int index, ModelMonitoringStatsDataPoint.Builder builderForValue) The data points of this time series.