- JSON-Darstellung
- InputConfig
<ph type="x-smartling-placeholder">
- </ph>
- JSON-Darstellung
- GcsSource
- DataFormat
- OutputConfig
<ph type="x-smartling-placeholder">
- </ph>
- JSON-Darstellung
- GcsDestination
Informationen zum asynchronen Lösen eines Optimierungsmodells.
JSON-Darstellung |
---|
{ "displayName": string, "inputConfig": { object ( |
Felder | |
---|---|
displayName |
Optional. Benutzerdefinierter Modellname. Kann von Nutzern als Alias verwendet werden, um Modelle nachzuverfolgen. |
inputConfig |
Erforderlich. Informationen zum Eingabemodell. |
outputConfig |
Erforderlich. Die gewünschten Informationen zum Ausgabeort. |
InputConfig
Geben Sie eine Eingabe für [locations.batchOptimizeTours][google.maps.routeOptimization.v1.RouteOptimizationService.BatchOptimizeTours] an.
JSON-Darstellung |
---|
{ "dataFormat": enum ( |
Felder | |
---|---|
dataFormat |
Erforderlich. Das Format der Eingabedaten. |
Union-Feld source . Erforderlich. Für source ist nur einer der folgenden Werte zulässig: |
|
gcsSource |
Ein Google Cloud Storage-Speicherort. Dabei muss es sich um ein einzelnes Objekt (Datei) handeln. |
GcsSource
Der Google Cloud Storage-Speicherort, aus dem die Eingabedatei gelesen wird.
JSON-Darstellung |
---|
{ "uri": string } |
Felder | |
---|---|
uri |
Erforderlich. URI eines Google Cloud Storage-Objekts im Format |
DataFormat
Datenformate für Ein- und Ausgabedateien.
Enums | |
---|---|
DATA_FORMAT_UNSPECIFIED |
Ungültiger Wert, das Format darf nicht UNSPECIFIED sein. |
JSON |
JavaScript Object Notation. |
PROTO_TEXT |
Protocol Buffers im Textformat. Weitere Informationen finden Sie unter https://protobuf.dev/reference/protobuf/textformat-spec/. |
OutputConfig
Geben Sie ein Ziel für [locations.batchOptimizeTours][google.maps.routeOptimization.v1.RouteOptimizationService.BatchOptimizeTours] Ergebnisse an.
JSON-Darstellung |
---|
{ "dataFormat": enum ( |
Felder | |
---|---|
dataFormat |
Erforderlich. Das Ausgabedatenformat. |
Union-Feld destination . Erforderlich. Für destination ist nur einer der folgenden Werte zulässig: |
|
gcsDestination |
Der Google Cloud Storage-Speicherort, in den die Ausgabe geschrieben wird. |
GcsDestination
Der Google Cloud Storage-Speicherort, in den die Ausgabedateien geschrieben werden.
JSON-Darstellung |
---|
{ "uri": string } |
Felder | |
---|---|
uri |
Erforderlich. Google Cloud Storage-URI. |