GoogleCloudAiplatformV1ExplanationMetadata class
Metadata describing the Model's input and output for explanation.
Constructors
-
GoogleCloudAiplatformV1ExplanationMetadata({String? featureAttributionsSchemaUri, Map<
String, GoogleCloudAiplatformV1ExplanationMetadataInputMetadata> ? inputs, String? latentSpaceSource, Map<String, GoogleCloudAiplatformV1ExplanationMetadataOutputMetadata> ? outputs}) - GoogleCloudAiplatformV1ExplanationMetadata.fromJson(Map json_)
Properties
- featureAttributionsSchemaUri ↔ String?
-
Points to a YAML file stored on Google Cloud Storage describing the format
of the feature attributions.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
inputs
↔ Map<
String, GoogleCloudAiplatformV1ExplanationMetadataInputMetadata> ? -
Map from feature names to feature input metadata.
getter/setter pair
- latentSpaceSource ↔ String?
-
Name of the source to generate embeddings for example based explanations.
getter/setter pair
-
outputs
↔ Map<
String, GoogleCloudAiplatformV1ExplanationMetadataOutputMetadata> ? -
Map from output names to output metadata.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited