publicfinalclass ExplanationMetadataOverrideextendsGeneratedMessageV3implementsExplanationMetadataOverrideOrBuilder
The ExplanationMetadata
entries that can be overridden at online
explanation time.
Protobuf type google.cloud.vertexai.v1.ExplanationMetadataOverride
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
publicstaticfinalintINPUTS_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
Static Methods
publicstaticExplanationMetadataOverridegetDefaultInstance()
publicstaticfinalDescriptors.DescriptorgetDescriptor()
publicstaticExplanationMetadataOverride.BuildernewBuilder()
publicstaticExplanationMetadataOverride.BuildernewBuilder(ExplanationMetadataOverrideprototype)
publicstaticExplanationMetadataOverrideparseDelimitedFrom(InputStreaminput)
publicstaticExplanationMetadataOverrideparseDelimitedFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
publicstaticExplanationMetadataOverrideparseFrom(byte[]data)
| Parameter |
| Name |
Description |
data |
byte[]
|
publicstaticExplanationMetadataOverrideparseFrom(byte[]data,ExtensionRegistryLiteextensionRegistry)
publicstaticExplanationMetadataOverrideparseFrom(ByteStringdata)
publicstaticExplanationMetadataOverrideparseFrom(ByteStringdata,ExtensionRegistryLiteextensionRegistry)
publicstaticExplanationMetadataOverrideparseFrom(CodedInputStreaminput)
publicstaticExplanationMetadataOverrideparseFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)
publicstaticExplanationMetadataOverrideparseFrom(InputStreaminput)
publicstaticExplanationMetadataOverrideparseFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
publicstaticExplanationMetadataOverrideparseFrom(ByteBufferdata)
publicstaticExplanationMetadataOverrideparseFrom(ByteBufferdata,ExtensionRegistryLiteextensionRegistry)
publicstaticParser<ExplanationMetadataOverride>parser()
Methods
publicbooleancontainsInputs(Stringkey)
Required. Overrides the input
metadata of the
features. The key is the name of the feature to be overridden. The keys
specified here must exist in the input metadata to be overridden. If a
feature is not specified here, the corresponding feature's input metadata
is not overridden.
map<string, .google.cloud.vertexai.v1.ExplanationMetadataOverride.InputMetadataOverride> inputs = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter |
| Name |
Description |
key |
String
|
publicbooleanequals(Objectobj)
| Parameter |
| Name |
Description |
obj |
Object
|
Overrides
publicExplanationMetadataOverridegetDefaultInstanceForType()
publicMap<String,ExplanationMetadataOverride.InputMetadataOverride>getInputs()
publicintgetInputsCount()
Required. Overrides the input
metadata of the
features. The key is the name of the feature to be overridden. The keys
specified here must exist in the input metadata to be overridden. If a
feature is not specified here, the corresponding feature's input metadata
is not overridden.
map<string, .google.cloud.vertexai.v1.ExplanationMetadataOverride.InputMetadataOverride> inputs = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns |
| Type |
Description |
int |
publicMap<String,ExplanationMetadataOverride.InputMetadataOverride>getInputsMap()
Required. Overrides the input
metadata of the
features. The key is the name of the feature to be overridden. The keys
specified here must exist in the input metadata to be overridden. If a
feature is not specified here, the corresponding feature's input metadata
is not overridden.
map<string, .google.cloud.vertexai.v1.ExplanationMetadataOverride.InputMetadataOverride> inputs = 1 [(.google.api.field_behavior) = REQUIRED];
publicExplanationMetadataOverride.InputMetadataOverridegetInputsOrDefault(Stringkey,ExplanationMetadataOverride.InputMetadataOverridedefaultValue)
Required. Overrides the input
metadata of the
features. The key is the name of the feature to be overridden. The keys
specified here must exist in the input metadata to be overridden. If a
feature is not specified here, the corresponding feature's input metadata
is not overridden.
map<string, .google.cloud.vertexai.v1.ExplanationMetadataOverride.InputMetadataOverride> inputs = 1 [(.google.api.field_behavior) = REQUIRED];
publicExplanationMetadataOverride.InputMetadataOverridegetInputsOrThrow(Stringkey)
Required. Overrides the input
metadata of the
features. The key is the name of the feature to be overridden. The keys
specified here must exist in the input metadata to be overridden. If a
feature is not specified here, the corresponding feature's input metadata
is not overridden.
map<string, .google.cloud.vertexai.v1.ExplanationMetadataOverride.InputMetadataOverride> inputs = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter |
| Name |
Description |
key |
String
|
publicParser<ExplanationMetadataOverride>getParserForType()
Overrides
publicintgetSerializedSize()
| Returns |
| Type |
Description |
int |
Overrides
| Returns |
| Type |
Description |
int |
Overrides
protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()
Overrides
protectedMapFieldReflectionAccessorinternalGetMapFieldReflection(intnumber)
| Parameter |
| Name |
Description |
number |
int
|
| Returns |
| Type |
Description |
com.google.protobuf.MapFieldReflectionAccessor |
Overrides
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
publicfinalbooleanisInitialized()
Overrides
publicExplanationMetadataOverride.BuildernewBuilderForType()
protectedExplanationMetadataOverride.BuildernewBuilderForType(GeneratedMessageV3.BuilderParentparent)
Overrides
protectedObjectnewInstance(GeneratedMessageV3.UnusedPrivateParameterunused)
| Returns |
| Type |
Description |
Object |
Overrides
publicExplanationMetadataOverride.BuildertoBuilder()
publicvoidwriteTo(CodedOutputStreamoutput)
Overrides