predictInstanceSchemaUri property
YAML schema file uri describing the format of a single instance, which are given to format this Endpoint's prediction (and explanation).
If not set, we will generate predict schema from collected predict requests.
Implementation
core.String? predictInstanceSchemaUri;