Class ExplanationMetadata.InputMetadata.FeatureValueDomain (0.3.0)

publicstaticfinalclass ExplanationMetadata.InputMetadata.FeatureValueDomainextendsGeneratedMessageV3implementsExplanationMetadata.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.vertexai.v1.ExplanationMetadata.InputMetadata.FeatureValueDomain

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > ExplanationMetadata.InputMetadata.FeatureValueDomain

Inherited Members

com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)

Static Fields

MAX_VALUE_FIELD_NUMBER

publicstaticfinalintMAX_VALUE_FIELD_NUMBER
Field Value
Type Description
int

MIN_VALUE_FIELD_NUMBER

publicstaticfinalintMIN_VALUE_FIELD_NUMBER
Field Value
Type Description
int

ORIGINAL_MEAN_FIELD_NUMBER

publicstaticfinalintORIGINAL_MEAN_FIELD_NUMBER
Field Value
Type Description
int

ORIGINAL_STDDEV_FIELD_NUMBER

publicstaticfinalintORIGINAL_STDDEV_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

publicstaticExplanationMetadata.InputMetadata.FeatureValueDomaingetDefaultInstance()
Returns
Type Description
ExplanationMetadata.InputMetadata.FeatureValueDomain

getDescriptor()

publicstaticfinalDescriptors.DescriptorgetDescriptor()
Returns
Type Description
Descriptor

newBuilder()

publicstaticExplanationMetadata.InputMetadata.FeatureValueDomain.BuildernewBuilder()
Returns
Type Description
ExplanationMetadata.InputMetadata.FeatureValueDomain.Builder

newBuilder(ExplanationMetadata.InputMetadata.FeatureValueDomain prototype)

publicstaticExplanationMetadata.InputMetadata.FeatureValueDomain.BuildernewBuilder(ExplanationMetadata.InputMetadata.FeatureValueDomainprototype)
Parameter
Name Description
prototype ExplanationMetadata.InputMetadata.FeatureValueDomain
Returns
Type Description
ExplanationMetadata.InputMetadata.FeatureValueDomain.Builder

parseDelimitedFrom(InputStream input)

publicstaticExplanationMetadata.InputMetadata.FeatureValueDomainparseDelimitedFrom(InputStreaminput)
Parameter
Name Description
input InputStream
Returns
Type Description
ExplanationMetadata.InputMetadata.FeatureValueDomain
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

publicstaticExplanationMetadata.InputMetadata.FeatureValueDomainparseDelimitedFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ExplanationMetadata.InputMetadata.FeatureValueDomain
Exceptions
Type Description
IOException

parseFrom(byte[] data)

publicstaticExplanationMetadata.InputMetadata.FeatureValueDomainparseFrom(byte[]data)
Parameter
Name Description
data byte[]
Returns
Type Description
ExplanationMetadata.InputMetadata.FeatureValueDomain
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

publicstaticExplanationMetadata.InputMetadata.FeatureValueDomainparseFrom(byte[]data,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ExplanationMetadata.InputMetadata.FeatureValueDomain
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

publicstaticExplanationMetadata.InputMetadata.FeatureValueDomainparseFrom(ByteStringdata)
Parameter
Name Description
data ByteString
Returns
Type Description
ExplanationMetadata.InputMetadata.FeatureValueDomain
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

publicstaticExplanationMetadata.InputMetadata.FeatureValueDomainparseFrom(ByteStringdata,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ExplanationMetadata.InputMetadata.FeatureValueDomain
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

publicstaticExplanationMetadata.InputMetadata.FeatureValueDomainparseFrom(CodedInputStreaminput)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
ExplanationMetadata.InputMetadata.FeatureValueDomain
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

publicstaticExplanationMetadata.InputMetadata.FeatureValueDomainparseFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ExplanationMetadata.InputMetadata.FeatureValueDomain
Exceptions
Type Description
IOException

parseFrom(InputStream input)

publicstaticExplanationMetadata.InputMetadata.FeatureValueDomainparseFrom(InputStreaminput)
Parameter
Name Description
input InputStream
Returns
Type Description
ExplanationMetadata.InputMetadata.FeatureValueDomain
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

publicstaticExplanationMetadata.InputMetadata.FeatureValueDomainparseFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ExplanationMetadata.InputMetadata.FeatureValueDomain
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

publicstaticExplanationMetadata.InputMetadata.FeatureValueDomainparseFrom(ByteBufferdata)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
ExplanationMetadata.InputMetadata.FeatureValueDomain
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

publicstaticExplanationMetadata.InputMetadata.FeatureValueDomainparseFrom(ByteBufferdata,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ExplanationMetadata.InputMetadata.FeatureValueDomain
Exceptions
Type Description
InvalidProtocolBufferException

parser()

publicstaticParser<ExplanationMetadata.InputMetadata.FeatureValueDomain>parser()
Returns
Type Description
Parser<FeatureValueDomain>

Methods

equals(Object obj)

publicbooleanequals(Objectobj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

publicExplanationMetadata.InputMetadata.FeatureValueDomaingetDefaultInstanceForType()
Returns
Type Description
ExplanationMetadata.InputMetadata.FeatureValueDomain

getMaxValue()

publicfloatgetMaxValue()

The maximum permissible value for this feature.

float max_value = 2;

Returns
Type Description
float

The maxValue.

getMinValue()

publicfloatgetMinValue()

The minimum permissible value for this feature.

float min_value = 1;

Returns
Type Description
float

The minValue.

getOriginalMean()

publicfloatgetOriginalMean()

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;

Returns
Type Description
float

The originalMean.

getOriginalStddev()

publicfloatgetOriginalStddev()

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;

Returns
Type Description
float

The originalStddev.

getParserForType()

publicParser<ExplanationMetadata.InputMetadata.FeatureValueDomain>getParserForType()
Returns
Type Description
Parser<FeatureValueDomain>
Overrides

getSerializedSize()

publicintgetSerializedSize()
Returns
Type Description
int
Overrides

hashCode()

publicinthashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

publicfinalbooleanisInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

publicExplanationMetadata.InputMetadata.FeatureValueDomain.BuildernewBuilderForType()
Returns
Type Description
ExplanationMetadata.InputMetadata.FeatureValueDomain.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protectedExplanationMetadata.InputMetadata.FeatureValueDomain.BuildernewBuilderForType(GeneratedMessageV3.BuilderParentparent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
ExplanationMetadata.InputMetadata.FeatureValueDomain.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protectedObjectnewInstance(GeneratedMessageV3.UnusedPrivateParameterunused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

publicExplanationMetadata.InputMetadata.FeatureValueDomain.BuildertoBuilder()
Returns
Type Description
ExplanationMetadata.InputMetadata.FeatureValueDomain.Builder

writeTo(CodedOutputStream output)

publicvoidwriteTo(CodedOutputStreamoutput)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月19日 UTC.