Class ExplanationMetadata.InputMetadata.FeatureValueDomain

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessage
com.google.cloud.aiplatform.v1.ExplanationMetadata.InputMetadata.FeatureValueDomain
All Implemented Interfaces:
ExplanationMetadata.InputMetadata.FeatureValueDomainOrBuilder, com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable
Enclosing class:
ExplanationMetadata.InputMetadata

public static final class ExplanationMetadata.InputMetadata.FeatureValueDomain extends com.google.protobuf.GeneratedMessage 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.v1.ExplanationMetadata.InputMetadata.FeatureValueDomain
See Also: