outputs property

Map from output names to output metadata.

For Vertex AI-provided Tensorflow images, keys can be any user defined string that consists of any UTF-8 characters. For custom images, keys are the name of the output field in the prediction to be explained. Currently only one key is allowed.

Required.

Implementation

core.Map<core.String,
    GoogleCloudAiplatformV1ExplanationMetadataOutputMetadata>? outputs;