Uses of Class
com.google.cloud.aiplatform.v1beta1.ModelMonitoringStatsDataPoint.TypedValue.Builder
Packages that use ModelMonitoringStatsDataPoint.TypedValue.Builder
-
Uses of ModelMonitoringStatsDataPoint.TypedValue.Builder in com.google.cloud.aiplatform.v1beta1
Methods in com.google.cloud.aiplatform.v1beta1 that return ModelMonitoringStatsDataPoint.TypedValue.BuilderModifier and TypeMethodDescriptionModelMonitoringStatsDataPoint.TypedValue.Builder.clear()ModelMonitoringStatsDataPoint.TypedValue.Builder.clearDistributionValue()Distribution.ModelMonitoringStatsDataPoint.TypedValue.Builder.clearDoubleValue()Double.ModelMonitoringStatsDataPoint.TypedValue.Builder.clearValue()ModelMonitoringStatsDataPoint.Builder.getBaselineStatsBuilder()Statistics from baseline dataset.ModelMonitoringStatsDataPoint.Builder.getCurrentStatsBuilder()Statistics from current dataset.ModelMonitoringStatsDataPoint.TypedValue.Builder.mergeDistributionValue(ModelMonitoringStatsDataPoint.TypedValue.DistributionDataValue value) Distribution.ModelMonitoringStatsDataPoint.TypedValue.Builder.mergeFrom(ModelMonitoringStatsDataPoint.TypedValue other) ModelMonitoringStatsDataPoint.TypedValue.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ModelMonitoringStatsDataPoint.TypedValue.Builder.mergeFrom(com.google.protobuf.Message other) ModelMonitoringStatsDataPoint.TypedValue.newBuilder()ModelMonitoringStatsDataPoint.TypedValue.newBuilder(ModelMonitoringStatsDataPoint.TypedValue prototype) ModelMonitoringStatsDataPoint.TypedValue.newBuilderForType()ModelMonitoringStatsDataPoint.TypedValue.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) ModelMonitoringStatsDataPoint.TypedValue.Builder.setDistributionValue(ModelMonitoringStatsDataPoint.TypedValue.DistributionDataValue value) Distribution.ModelMonitoringStatsDataPoint.TypedValue.Builder.setDistributionValue(ModelMonitoringStatsDataPoint.TypedValue.DistributionDataValue.Builder builderForValue) Distribution.ModelMonitoringStatsDataPoint.TypedValue.Builder.setDoubleValue(double value) Double.ModelMonitoringStatsDataPoint.TypedValue.toBuilder()Methods in com.google.cloud.aiplatform.v1beta1 with parameters of type ModelMonitoringStatsDataPoint.TypedValue.BuilderModifier and TypeMethodDescriptionModelMonitoringStatsDataPoint.Builder.setBaselineStats(ModelMonitoringStatsDataPoint.TypedValue.Builder builderForValue) Statistics from baseline dataset.ModelMonitoringStatsDataPoint.Builder.setCurrentStats(ModelMonitoringStatsDataPoint.TypedValue.Builder builderForValue) Statistics from current dataset.