Class ModelMonitoringStatsDataPoint.TypedValue.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderT>
com.google.protobuf.GeneratedMessage.Builder<ModelMonitoringStatsDataPoint.TypedValue.Builder>
com.google.cloud.aiplatform.v1beta1.ModelMonitoringStatsDataPoint.TypedValue.Builder
- All Implemented Interfaces:
ModelMonitoringStatsDataPoint.TypedValueOrBuilder,com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,Cloneable
- Enclosing class:
- ModelMonitoringStatsDataPoint.TypedValue
public static final class ModelMonitoringStatsDataPoint.TypedValue.Builder
extends com.google.protobuf.GeneratedMessage.Builder<ModelMonitoringStatsDataPoint.TypedValue.Builder>
implements ModelMonitoringStatsDataPoint.TypedValueOrBuilder
Typed value of the statistics.Protobuf type
google.cloud.aiplatform.v1beta1.ModelMonitoringStatsDataPoint.TypedValue-
Method Summary
Modifier and TypeMethodDescriptionbuild()clear()Distribution.Double.static final com.google.protobuf.Descriptors.Descriptorcom.google.protobuf.Descriptors.DescriptorDistribution.Distribution.Distribution.doubleDouble.booleanDistribution.booleanDouble.protected com.google.protobuf.GeneratedMessage.FieldAccessorTablefinal booleanDistribution.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) mergeFrom(com.google.protobuf.Message other) Distribution.setDistributionValue(ModelMonitoringStatsDataPoint.TypedValue.DistributionDataValue.Builder builderForValue) Distribution.setDoubleValue(double value) Double.Methods inherited from class com.google.protobuf.GeneratedMessage.Builder
addRepeatedField, clearField, clearOneof, clone, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownFields, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields, setUnknownFieldSetBuilder, setUnknownFieldsProto3Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringMethods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageExceptionMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.google.protobuf.Message.Builder
mergeDelimitedFrom, mergeDelimitedFromMethods inherited from interface com.google.protobuf.MessageLite.Builder
mergeFromMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() -
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessage.Builder<ModelMonitoringStatsDataPoint.TypedValue.Builder>
-
clear
- Specified by:
clearin interfacecom.google.protobuf.Message.Builder- Specified by:
clearin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clearin classcom.google.protobuf.GeneratedMessage.Builder<ModelMonitoringStatsDataPoint.TypedValue.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.Message.Builder- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getDescriptorForTypein classcom.google.protobuf.GeneratedMessage.Builder<ModelMonitoringStatsDataPoint.TypedValue.Builder>
-
getDefaultInstanceForType
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
mergeFrom
public ModelMonitoringStatsDataPoint.TypedValue.Builder mergeFrom(com.google.protobuf.Message other) - Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<ModelMonitoringStatsDataPoint.TypedValue.Builder>
-
mergeFrom
public ModelMonitoringStatsDataPoint.TypedValue.Builder mergeFrom(ModelMonitoringStatsDataPoint.TypedValue other) -
isInitialized
public final boolean isInitialized()- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessage.Builder<ModelMonitoringStatsDataPoint.TypedValue.Builder>
-
mergeFrom
public ModelMonitoringStatsDataPoint.TypedValue.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Specified by:
mergeFromin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<ModelMonitoringStatsDataPoint.TypedValue.Builder>- Throws:
IOException
-
getValueCase
- Specified by:
getValueCasein interfaceModelMonitoringStatsDataPoint.TypedValueOrBuilder
-
clearValue
-
hasDoubleValue
public boolean hasDoubleValue()Double.
double double_value = 1;- Specified by:
hasDoubleValuein interfaceModelMonitoringStatsDataPoint.TypedValueOrBuilder- Returns:
- Whether the doubleValue field is set.
-
getDoubleValue
public double getDoubleValue()Double.
double double_value = 1;- Specified by:
getDoubleValuein interfaceModelMonitoringStatsDataPoint.TypedValueOrBuilder- Returns:
- The doubleValue.
-
setDoubleValue
Double.
double double_value = 1;- Parameters:
value- The doubleValue to set.- Returns:
- This builder for chaining.
-
clearDoubleValue
Double.
double double_value = 1;- Returns:
- This builder for chaining.
-
hasDistributionValue
public boolean hasDistributionValue()Distribution.
.google.cloud.aiplatform.v1beta1.ModelMonitoringStatsDataPoint.TypedValue.DistributionDataValue distribution_value = 2;- Specified by:
hasDistributionValuein interfaceModelMonitoringStatsDataPoint.TypedValueOrBuilder- Returns:
- Whether the distributionValue field is set.
-
getDistributionValue
Distribution.
.google.cloud.aiplatform.v1beta1.ModelMonitoringStatsDataPoint.TypedValue.DistributionDataValue distribution_value = 2;- Specified by:
getDistributionValuein interfaceModelMonitoringStatsDataPoint.TypedValueOrBuilder- Returns:
- The distributionValue.
-
setDistributionValue
public ModelMonitoringStatsDataPoint.TypedValue.Builder setDistributionValue(ModelMonitoringStatsDataPoint.TypedValue.DistributionDataValue value) Distribution.
.google.cloud.aiplatform.v1beta1.ModelMonitoringStatsDataPoint.TypedValue.DistributionDataValue distribution_value = 2; -
setDistributionValue
public ModelMonitoringStatsDataPoint.TypedValue.Builder setDistributionValue(ModelMonitoringStatsDataPoint.TypedValue.DistributionDataValue.Builder builderForValue) Distribution.
.google.cloud.aiplatform.v1beta1.ModelMonitoringStatsDataPoint.TypedValue.DistributionDataValue distribution_value = 2; -
mergeDistributionValue
public ModelMonitoringStatsDataPoint.TypedValue.Builder mergeDistributionValue(ModelMonitoringStatsDataPoint.TypedValue.DistributionDataValue value) Distribution.
.google.cloud.aiplatform.v1beta1.ModelMonitoringStatsDataPoint.TypedValue.DistributionDataValue distribution_value = 2; -
clearDistributionValue
Distribution.
.google.cloud.aiplatform.v1beta1.ModelMonitoringStatsDataPoint.TypedValue.DistributionDataValue distribution_value = 2; -
getDistributionValueBuilder
public ModelMonitoringStatsDataPoint.TypedValue.DistributionDataValue.Builder getDistributionValueBuilder()Distribution.
.google.cloud.aiplatform.v1beta1.ModelMonitoringStatsDataPoint.TypedValue.DistributionDataValue distribution_value = 2; -
getDistributionValueOrBuilder
public ModelMonitoringStatsDataPoint.TypedValue.DistributionDataValueOrBuilder getDistributionValueOrBuilder()Distribution.
.google.cloud.aiplatform.v1beta1.ModelMonitoringStatsDataPoint.TypedValue.DistributionDataValue distribution_value = 2;- Specified by:
getDistributionValueOrBuilderin interfaceModelMonitoringStatsDataPoint.TypedValueOrBuilder
-