یک ورودی برای [locations.batchOptimizeTours][google.maps.routeoptimization.v1.RouteOptimizationService.BatchOptimizeTours] مشخص کنید.
نمایندگی JSON
{"dataFormat": enum (DataFormat),// Union field source can be only one of the following:"gcsSource": {object (GcsSource)}// End of list of possible types for union field source.}
مقصدی را برای نتایج [locations.batchOptimizeTours][google.maps.routeoptimization.v1.RouteOptimizationService.BatchOptimizeTours] مشخص کنید.
نمایندگی JSON
{"dataFormat": enum (DataFormat),// Union field destination can be only one of the following:"gcsDestination": {object (GcsDestination)}// End of list of possible types for union field destination.}
تاریخ آخرین بهروزرسانی 2024-12-10 بهوقت ساعت هماهنگ جهانی.
[[["درک آسان","easyToUnderstand","thumb-up"],["مشکلم را برطرف کرد","solvedMyProblem","thumb-up"],["غیره","otherUp","thumb-up"]],[["اطلاعاتی که نیاز دارم وجود ندارد","missingTheInformationINeed","thumb-down"],["بیشازحد پیچیده/ مراحل بسیار زیاد","tooComplicatedTooManySteps","thumb-down"],["قدیمی","outOfDate","thumb-down"],["مشکل ترجمه","translationIssue","thumb-down"],["مشکل کد / نمونهها","samplesCodeIssue","thumb-down"],["غیره","otherDown","thumb-down"]],["تاریخ آخرین بهروزرسانی 2024-12-10 بهوقت ساعت هماهنگ جهانی."],[[["AsyncModelConfig provides information for solving one optimization model asynchronously, specifying input and output configurations."],["InputConfig defines the input data format and source, which can be a Google Cloud Storage location with a single object (file) using `gcsSource`."],["OutputConfig specifies the output data format and destination, allowing results to be written to a designated Google Cloud Storage location using `gcsDestination`."],["Supported data formats for both input and output include JSON and Protocol Buffers text format, selected using the `dataFormat` field."],["Users can optionally provide a `displayName` for the model as an alias for tracking purposes."]]],["This content details configurations for asynchronous optimization model solutions. Key actions include defining `InputConfig` and `OutputConfig`. `InputConfig` specifies data format (`JSON` or `PROTO_TEXT`) and a Google Cloud Storage (GCS) source URI. `OutputConfig` sets the output data format and a GCS destination URI. Users provide a model display name and must specify input and output data formats, utilizing GCS for both input and output. Supported data formats are JSON or PROTO_TEXT.\n"]]