Starting April 29, 2025, Gemini 1.5 Pro and Gemini 1.5 Flash models are not available in projects that have no prior usage of these models, including new projects. For details, see Model versions and lifecycle.
[[["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-09-04 UTC."],[],[],null,["# Interface Examples.ExampleGcsSourceOrBuilder (1.20.0)\n\n public static interface Examples.ExampleGcsSourceOrBuilder 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### getDataFormat()\n\n public abstract Examples.ExampleGcsSource.DataFormat getDataFormat()\n\nThe format in which instances are given, if not specified, assume it's\nJSONL format. Currently only JSONL format is supported.\n\n`.google.cloud.vertexai.v1.Examples.ExampleGcsSource.DataFormat data_format = 1;`\n\n### getDataFormatValue()\n\n public abstract int getDataFormatValue()\n\nThe format in which instances are given, if not specified, assume it's\nJSONL format. Currently only JSONL format is supported.\n\n`.google.cloud.vertexai.v1.Examples.ExampleGcsSource.DataFormat data_format = 1;`\n\n### getGcsSource()\n\n public abstract GcsSource getGcsSource()\n\nThe Cloud Storage location for the input instances.\n\n`.google.cloud.vertexai.v1.GcsSource gcs_source = 2;`\n\n### getGcsSourceOrBuilder()\n\n public abstract GcsSourceOrBuilder getGcsSourceOrBuilder()\n\nThe Cloud Storage location for the input instances.\n\n`.google.cloud.vertexai.v1.GcsSource gcs_source = 2;`\n\n### hasGcsSource()\n\n public abstract boolean hasGcsSource()\n\nThe Cloud Storage location for the input instances.\n\n`.google.cloud.vertexai.v1.GcsSource gcs_source = 2;`"]]