








C ✅
B ✅
B ❌ C
C ❌ B
A, B ✅
D ❌ A
Create a tf.data.Dataset.prefetch transformation.
prefetch() allows the input pipeline to fetch data asynchronously, overlapping data preprocessing and model execution.C ✅
A ✅
D ❌ A
tf.Transform (TensorFlow Transform) is a library that allows you to define data preprocessing and feature engineering pipelines that can be shared between training and serving.tf.Transform supports specifying and tracking metrics on specific subsets of data (called slicing).b. Why not other options?
A ❌ D