Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class ExplanationMetadataOverride.
The ExplanationMetadata entries that can be overridden at online explanation time.
Generated from protobuf message google.cloud.aiplatform.v1.ExplanationMetadataOverride
Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ inputs |
array|Google\Protobuf\Internal\MapField
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. |
getInputs
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.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\MapField |
setInputs
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.
Parameter | |
---|---|
Name | Description |
var |
array|Google\Protobuf\Internal\MapField
|
Returns | |
---|---|
Type | Description |
$this |