Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class InputMetadataOverride.
The input metadata entries to be overridden.
Generated from protobuf message google.cloud.aiplatform.v1.ExplanationMetadataOverride.InputMetadataOverride
Namespace
Google \ Cloud \ AIPlatform \ V1 \ ExplanationMetadataOverrideMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ input_baselines |
array<Google\Protobuf\Value>
Baseline inputs for this feature. This overrides the |
getInputBaselines
Baseline inputs for this feature.
This overrides the input_baseline
field of the
ExplanationMetadata.InputMetadata
object of the corresponding feature's input metadata. If it's not
specified, the original baselines are not overridden.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setInputBaselines
Baseline inputs for this feature.
This overrides the input_baseline
field of the
ExplanationMetadata.InputMetadata
object of the corresponding feature's input metadata. If it's not
specified, the original baselines are not overridden.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Protobuf\Value>
|
Returns | |
---|---|
Type | Description |
$this |