Google Cloud Ai Platform V1 Client - Class InputMetadataOverride (0.24.0)

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 \ ExplanationMetadataOverride

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ input_baselines array<Google\Protobuf\Value>

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.

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
TypeDescription
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
NameDescription
var array<Google\Protobuf\Value>
Returns
TypeDescription
$this