analysisInstanceSchemaUri property
YAML schema file uri describing the format of a single instance that you want Tensorflow Data Validation (TFDV) to analyze.
If this field is empty, all the feature data types are inferred from
predict_instance_schema_uri,
meaning that TFDV will use the data in the exact format(data type) as
prediction request/response.
If there are any data type differences between predict instance and TFDV
instance, this field can be used to override the schema.
For models trained with Vertex AI, this field must be set as all the
fields in predict instance formatted as string.
Implementation
final String analysisInstanceSchemaUri;