Interface protos.google.cloud.aiplatform.v1.IAttribution (1.11.0)

Properties of an Attribution.

Package

@google-cloud/aiplatform

Properties

approximationError

approximationError?: (number|null);

Attribution approximationError

Property Value
TypeDescription
(number|null)

baselineOutputValue

baselineOutputValue?: (number|null);

Attribution baselineOutputValue

Property Value
TypeDescription
(number|null)

featureAttributions

featureAttributions?: (google.protobuf.IValue|null);

Attribution featureAttributions

Property Value
TypeDescription
(google.protobuf.IValue|null)

instanceOutputValue

instanceOutputValue?: (number|null);

Attribution instanceOutputValue

Property Value
TypeDescription
(number|null)

outputDisplayName

outputDisplayName?: (string|null);

Attribution outputDisplayName

Property Value
TypeDescription
(string|null)

outputIndex

outputIndex?: (number[]|null);

Attribution outputIndex

Property Value
TypeDescription
(number[]|null)

outputName

outputName?: (string|null);

Attribution outputName

Property Value
TypeDescription
(string|null)