public static final class ExplanationMetadata.InputMetadata.FeatureValueDomain.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<ExplanationMetadata.InputMetadata.FeatureValueDomain.Builder> implements ExplanationMetadata.InputMetadata.FeatureValueDomainOrBuilder
Domain details of the input feature value. Provides numeric information about the feature, such as its range (min, max). If the feature has been pre-processed, for example with z-scoring, then it provides information about how to recover the original feature. For example, if the input feature is an image and it has been pre-processed to obtain 0-mean and stddev = 1 values, then original_mean, and original_stddev refer to the mean and stddev of the original feature (e.g. image tensor) from which input feature (with mean = 0 and stddev = 1) was obtained.Protobuf type
google.cloud.aiplatform.v1beta1.ExplanationMetadata.InputMetadata.FeatureValueDomain| Modifier and Type | Method and Description |
|---|---|
ExplanationMetadata.InputMetadata.FeatureValueDomain.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ExplanationMetadata.InputMetadata.FeatureValueDomain |
build() |
ExplanationMetadata.InputMetadata.FeatureValueDomain |
buildPartial() |
ExplanationMetadata.InputMetadata.FeatureValueDomain.Builder |
clear() |
ExplanationMetadata.InputMetadata.FeatureValueDomain.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
ExplanationMetadata.InputMetadata.FeatureValueDomain.Builder |
clearMaxValue()
The maximum permissible value for this feature.
|
ExplanationMetadata.InputMetadata.FeatureValueDomain.Builder |
clearMinValue()
The minimum permissible value for this feature.
|
ExplanationMetadata.InputMetadata.FeatureValueDomain.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
ExplanationMetadata.InputMetadata.FeatureValueDomain.Builder |
clearOriginalMean()
If this input feature has been normalized to a mean value of 0,
the original_mean specifies the mean value of the domain prior to
normalization.
|
ExplanationMetadata.InputMetadata.FeatureValueDomain.Builder |
clearOriginalStddev()
If this input feature has been normalized to a standard deviation of
1.0, the original_stddev specifies the standard deviation of the domain
prior to normalization.
|
ExplanationMetadata.InputMetadata.FeatureValueDomain.Builder |
clone() |
ExplanationMetadata.InputMetadata.FeatureValueDomain |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
float |
getMaxValue()
The maximum permissible value for this feature.
|
float |
getMinValue()
The minimum permissible value for this feature.
|
float |
getOriginalMean()
If this input feature has been normalized to a mean value of 0,
the original_mean specifies the mean value of the domain prior to
normalization.
|
float |
getOriginalStddev()
If this input feature has been normalized to a standard deviation of
1.0, the original_stddev specifies the standard deviation of the domain
prior to normalization.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
ExplanationMetadata.InputMetadata.FeatureValueDomain.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ExplanationMetadata.InputMetadata.FeatureValueDomain.Builder |
mergeFrom(ExplanationMetadata.InputMetadata.FeatureValueDomain other) |
ExplanationMetadata.InputMetadata.FeatureValueDomain.Builder |
mergeFrom(com.google.protobuf.Message other) |
ExplanationMetadata.InputMetadata.FeatureValueDomain.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
ExplanationMetadata.InputMetadata.FeatureValueDomain.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ExplanationMetadata.InputMetadata.FeatureValueDomain.Builder |
setMaxValue(float value)
The maximum permissible value for this feature.
|
ExplanationMetadata.InputMetadata.FeatureValueDomain.Builder |
setMinValue(float value)
The minimum permissible value for this feature.
|
ExplanationMetadata.InputMetadata.FeatureValueDomain.Builder |
setOriginalMean(float value)
If this input feature has been normalized to a mean value of 0,
the original_mean specifies the mean value of the domain prior to
normalization.
|
ExplanationMetadata.InputMetadata.FeatureValueDomain.Builder |
setOriginalStddev(float value)
If this input feature has been normalized to a standard deviation of
1.0, the original_stddev specifies the standard deviation of the domain
prior to normalization.
|
ExplanationMetadata.InputMetadata.FeatureValueDomain.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
ExplanationMetadata.InputMetadata.FeatureValueDomain.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<ExplanationMetadata.InputMetadata.FeatureValueDomain.Builder>public ExplanationMetadata.InputMetadata.FeatureValueDomain.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<ExplanationMetadata.InputMetadata.FeatureValueDomain.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<ExplanationMetadata.InputMetadata.FeatureValueDomain.Builder>public ExplanationMetadata.InputMetadata.FeatureValueDomain getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic ExplanationMetadata.InputMetadata.FeatureValueDomain build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic ExplanationMetadata.InputMetadata.FeatureValueDomain buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic ExplanationMetadata.InputMetadata.FeatureValueDomain.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<ExplanationMetadata.InputMetadata.FeatureValueDomain.Builder>public ExplanationMetadata.InputMetadata.FeatureValueDomain.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<ExplanationMetadata.InputMetadata.FeatureValueDomain.Builder>public ExplanationMetadata.InputMetadata.FeatureValueDomain.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<ExplanationMetadata.InputMetadata.FeatureValueDomain.Builder>public ExplanationMetadata.InputMetadata.FeatureValueDomain.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<ExplanationMetadata.InputMetadata.FeatureValueDomain.Builder>public ExplanationMetadata.InputMetadata.FeatureValueDomain.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<ExplanationMetadata.InputMetadata.FeatureValueDomain.Builder>public ExplanationMetadata.InputMetadata.FeatureValueDomain.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<ExplanationMetadata.InputMetadata.FeatureValueDomain.Builder>public ExplanationMetadata.InputMetadata.FeatureValueDomain.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<ExplanationMetadata.InputMetadata.FeatureValueDomain.Builder>public ExplanationMetadata.InputMetadata.FeatureValueDomain.Builder mergeFrom(ExplanationMetadata.InputMetadata.FeatureValueDomain other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<ExplanationMetadata.InputMetadata.FeatureValueDomain.Builder>public ExplanationMetadata.InputMetadata.FeatureValueDomain.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<ExplanationMetadata.InputMetadata.FeatureValueDomain.Builder>IOExceptionpublic float getMinValue()
The minimum permissible value for this feature.
float min_value = 1;getMinValue in interface ExplanationMetadata.InputMetadata.FeatureValueDomainOrBuilderpublic ExplanationMetadata.InputMetadata.FeatureValueDomain.Builder setMinValue(float value)
The minimum permissible value for this feature.
float min_value = 1;value - The minValue to set.public ExplanationMetadata.InputMetadata.FeatureValueDomain.Builder clearMinValue()
The minimum permissible value for this feature.
float min_value = 1;public float getMaxValue()
The maximum permissible value for this feature.
float max_value = 2;getMaxValue in interface ExplanationMetadata.InputMetadata.FeatureValueDomainOrBuilderpublic ExplanationMetadata.InputMetadata.FeatureValueDomain.Builder setMaxValue(float value)
The maximum permissible value for this feature.
float max_value = 2;value - The maxValue to set.public ExplanationMetadata.InputMetadata.FeatureValueDomain.Builder clearMaxValue()
The maximum permissible value for this feature.
float max_value = 2;public float getOriginalMean()
If this input feature has been normalized to a mean value of 0, the original_mean specifies the mean value of the domain prior to normalization.
float original_mean = 3;getOriginalMean in interface ExplanationMetadata.InputMetadata.FeatureValueDomainOrBuilderpublic ExplanationMetadata.InputMetadata.FeatureValueDomain.Builder setOriginalMean(float value)
If this input feature has been normalized to a mean value of 0, the original_mean specifies the mean value of the domain prior to normalization.
float original_mean = 3;value - The originalMean to set.public ExplanationMetadata.InputMetadata.FeatureValueDomain.Builder clearOriginalMean()
If this input feature has been normalized to a mean value of 0, the original_mean specifies the mean value of the domain prior to normalization.
float original_mean = 3;public float getOriginalStddev()
If this input feature has been normalized to a standard deviation of 1.0, the original_stddev specifies the standard deviation of the domain prior to normalization.
float original_stddev = 4;getOriginalStddev in interface ExplanationMetadata.InputMetadata.FeatureValueDomainOrBuilderpublic ExplanationMetadata.InputMetadata.FeatureValueDomain.Builder setOriginalStddev(float value)
If this input feature has been normalized to a standard deviation of 1.0, the original_stddev specifies the standard deviation of the domain prior to normalization.
float original_stddev = 4;value - The originalStddev to set.public ExplanationMetadata.InputMetadata.FeatureValueDomain.Builder clearOriginalStddev()
If this input feature has been normalized to a standard deviation of 1.0, the original_stddev specifies the standard deviation of the domain prior to normalization.
float original_stddev = 4;public final ExplanationMetadata.InputMetadata.FeatureValueDomain.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ExplanationMetadata.InputMetadata.FeatureValueDomain.Builder>public final ExplanationMetadata.InputMetadata.FeatureValueDomain.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ExplanationMetadata.InputMetadata.FeatureValueDomain.Builder>Copyright © 2024 Google LLC. All rights reserved.