[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[],[],null,["# Interface CustomProcessorSourceInfo.ModelSchemaOrBuilder (0.16.0)\n\nVersion latestkeyboard_arrow_down\n\n- [0.16.0 (latest)](/java/docs/reference/google-cloudevent-types/latest/com.google.events.cloud.visionai.v1.CustomProcessorSourceInfo.ModelSchemaOrBuilder)\n- [0.15.0](/java/docs/reference/google-cloudevent-types/0.15.0/com.google.events.cloud.visionai.v1.CustomProcessorSourceInfo.ModelSchemaOrBuilder)\n- [0.14.1](/java/docs/reference/google-cloudevent-types/0.14.1/com.google.events.cloud.visionai.v1.CustomProcessorSourceInfo.ModelSchemaOrBuilder) \n\n public static interface CustomProcessorSourceInfo.ModelSchemaOrBuilder extends MessageOrBuilder\n\nImplements\n----------\n\n[MessageOrBuilder](https://cloud.google.com/java/docs/reference/protobuf/latest/com.google.protobuf.MessageOrBuilder.html)\n\nMethods\n-------\n\n### getInstancesSchema()\n\n public abstract GcsSource getInstancesSchema()\n\nCloud Storage location to a YAML file that defines the format of a single\ninstance used in prediction and explanation requests.\n\n`.google.events.cloud.visionai.v1.GcsSource instances_schema = 1;`\n\n### getInstancesSchemaOrBuilder()\n\n public abstract GcsSourceOrBuilder getInstancesSchemaOrBuilder()\n\nCloud Storage location to a YAML file that defines the format of a single\ninstance used in prediction and explanation requests.\n\n`.google.events.cloud.visionai.v1.GcsSource instances_schema = 1;`\n\n### getParametersSchema()\n\n public abstract GcsSource getParametersSchema()\n\nCloud Storage location to a YAML file that defines the prediction and\nexplanation parameters.\n\n`.google.events.cloud.visionai.v1.GcsSource parameters_schema = 2;`\n\n### getParametersSchemaOrBuilder()\n\n public abstract GcsSourceOrBuilder getParametersSchemaOrBuilder()\n\nCloud Storage location to a YAML file that defines the prediction and\nexplanation parameters.\n\n`.google.events.cloud.visionai.v1.GcsSource parameters_schema = 2;`\n\n### getPredictionsSchema()\n\n public abstract GcsSource getPredictionsSchema()\n\nCloud Storage location to a YAML file that defines the format of a single\nprediction or explanation.\n\n`.google.events.cloud.visionai.v1.GcsSource predictions_schema = 3;`\n\n### getPredictionsSchemaOrBuilder()\n\n public abstract GcsSourceOrBuilder getPredictionsSchemaOrBuilder()\n\nCloud Storage location to a YAML file that defines the format of a single\nprediction or explanation.\n\n`.google.events.cloud.visionai.v1.GcsSource predictions_schema = 3;`\n\n### hasInstancesSchema()\n\n public abstract boolean hasInstancesSchema()\n\nCloud Storage location to a YAML file that defines the format of a single\ninstance used in prediction and explanation requests.\n\n`.google.events.cloud.visionai.v1.GcsSource instances_schema = 1;`\n\n### hasParametersSchema()\n\n public abstract boolean hasParametersSchema()\n\nCloud Storage location to a YAML file that defines the prediction and\nexplanation parameters.\n\n`.google.events.cloud.visionai.v1.GcsSource parameters_schema = 2;`\n\n### hasPredictionsSchema()\n\n public abstract boolean hasPredictionsSchema()\n\nCloud Storage location to a YAML file that defines the format of a single\nprediction or explanation.\n\n`.google.events.cloud.visionai.v1.GcsSource predictions_schema = 3;`"]]