Module: tfma.types
Stay organized with collections
Save and categorize content based on your preferences.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-04-26 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-04-26 UTC."],[],[],null,["# Module: tfma.types\n\n\u003cbr /\u003e\n\n|---------------------------------------------------------------------------------------------------------------------------|\n| [View source on GitHub](https://github.com/tensorflow/model-analysis/blob/v0.46.0/tensorflow_model_analysis/api/types.py) |\n\nTypes.\n\nClasses\n-------\n\n[`class EvalSharedModel`](../tfma/types/EvalSharedModel): Shared model used during extraction and evaluation.\n\n[`class FeaturesPredictionsLabels`](../tfma/types/FeaturesPredictionsLabels): FeaturesPredictionsLabels(input_ref, features, predictions, labels)\n\n[`class MaterializedColumn`](../tfma/types/MaterializedColumn): MaterializedColumn(name, value)\n\n[`class ModelLoader`](../tfma/types/ModelLoader): Model loader is responsible for loading shared model types.\n\n[`class RaggedTensorValue`](../tfma/types/RaggedTensorValue): RaggedTensorValue encapsulates a batch of ragged tensor values.\n\n[`class SparseTensorValue`](../tfma/types/SparseTensorValue): SparseTensorValue encapsulates a batch of sparse tensor values.\n\n[`class StructuredMetricValue`](../tfma/types/StructuredMetricValue): The base class for all structured metrics used within TFMA.\n\n[`class ValueWithTDistribution`](../tfma/types/ValueWithTDistribution): Represents the t-distribution value.\n\n[`class VarLenTensorValue`](../tfma/types/VarLenTensorValue): VarLenTensorValue encapsulates a batch of varlen dense tensor values.\n\nType Aliases\n------------\n\n[`AddMetricsCallbackType`](../tfma/types/AddMetricsCallbackType)\n\n[`DictOfFetchedTensorValues`](../tfma/types/DictOfFetchedTensorValues)\n\n[`DictOfTensorType`](../tfma/types/DictOfTensorType)\n\n[`DictOfTensorTypeMaybeDict`](../tfma/types/DictOfTensorTypeMaybeDict)\n\n[`DictOfTensorValue`](../tfma/types/DictOfTensorValue)\n\n[`DictOfTensorValueMaybeDict`](../tfma/types/DictOfTensorValueMaybeDict)\n\n[`DictOfTypeSpec`](../tfma/types/DictOfTypeSpec)\n\n[`DictOfTypeSpecMaybeDict`](../tfma/types/DictOfTypeSpecMaybeDict)\n\n[`Extracts`](../tfma/types/Extracts)\n\n[`FPLKeyType`](../tfma/types/FPLKeyType)\n\n[`MaybeMultipleEvalSharedModels`](../tfma/types/MaybeMultipleEvalSharedModels)\n\n[`MetricValueType`](../tfma/types/MetricValueType)\n\n[`MetricVariablesType`](../tfma/types/MetricVariablesType)\n\n[`PrimitiveMetricValueType`](../tfma/types/PrimitiveMetricValueType)\n\n[`TensorOrOperationType`](../tfma/types/TensorOrOperationType)\n\n[`TensorType`](../tfma/types/TensorType)\n\n[`TensorTypeMaybeDict`](../tfma/types/TensorTypeMaybeDict)\n\n[`TensorTypeMaybeMultiLevelDict`](../tfma/types/TensorTypeMaybeMultiLevelDict)\n\n[`TensorValue`](../tfma/types/TensorValue)\n\n[`TensorValueMaybeDict`](../tfma/types/TensorValueMaybeDict)\n\n[`TensorValueMaybeMultiLevelDict`](../tfma/types/TensorValueMaybeMultiLevelDict)\n\n[`TypeSpecMaybeDict`](../tfma/types/TypeSpecMaybeDict)\n\n[`TypeSpecMaybeMultiLevelDict`](../tfma/types/TypeSpecMaybeMultiLevelDict)\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n| Other Members ------------- ||\n|-------------------------------|------------------------------|\n| ConcreteStructuredMetricValue | Instance of `typing.TypeVar` |\n\n\u003cbr /\u003e"]]