GoogleCloudAiplatformV1ExplanationMetadataInputMetadata class

Metadata of the input of a feature.

Fields other than InputMetadata.input_baselines are applicable only for Models that are using Vertex AI-provided images for Tensorflow.

Constructors

GoogleCloudAiplatformV1ExplanationMetadataInputMetadata({String? denseShapeTensorName, List<Object?>? encodedBaselines, String? encodedTensorName, String? encoding, GoogleCloudAiplatformV1ExplanationMetadataInputMetadataFeatureValueDomain? featureValueDomain, String? groupName, List<String>? indexFeatureMapping, String? indicesTensorName, List<Object?>? inputBaselines, String? inputTensorName, String? modality, GoogleCloudAiplatformV1ExplanationMetadataInputMetadataVisualization? visualization})
GoogleCloudAiplatformV1ExplanationMetadataInputMetadata.fromJson(Map json_)

Properties

denseShapeTensorName String?
Specifies the shape of the values of the input if the input is a sparse representation.
getter/setter pair
encodedBaselines List<Object?>?
A list of baselines for the encoded tensor.
getter/setter pair
encodedTensorName String?
Encoded tensor is a transformation of the input tensor.
getter/setter pair
encoding String?
Defines how the feature is encoded into the input tensor.
getter/setter pair
featureValueDomain GoogleCloudAiplatformV1ExplanationMetadataInputMetadataFeatureValueDomain?
The domain details of the input feature value.
getter/setter pair
groupName String?
Name of the group that the input belongs to.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
indexFeatureMapping List<String>?
A list of feature names for each index in the input tensor.
getter/setter pair
indicesTensorName String?
Specifies the index of the values of the input tensor.
getter/setter pair
inputBaselines List<Object?>?
Baseline inputs for this feature.
getter/setter pair
inputTensorName String?
Name of the input tensor for this feature.
getter/setter pair
modality String?
Modality of the feature.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
visualization GoogleCloudAiplatformV1ExplanationMetadataInputMetadataVisualization?
Visualization configurations for image explanation.
getter/setter pair

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