inputs property

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.

Required.

Implementation

core.Map<core.String,
        GoogleCloudAiplatformV1ExplanationMetadataOverrideInputMetadataOverride>?
    inputs;