AsyncModelConfig

Informationen zur asynchronen Lösung eines Optimierungsmodells.

JSON-Darstellung
{
  "displayName": string,
  "inputConfig": {
    object (InputConfig)
  },
  "outputConfig": {
    object (OutputConfig)
  }
}
Felder
displayName

string

Optional. Benutzerdefinierter Modellname, kann von Nutzern als Alias verwendet werden, um Modelle im Blick zu behalten.

inputConfig

object (InputConfig)

Erforderlich. Informationen zum Eingabemodell.

outputConfig

object (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 (DataFormat),

  // Union field source can be only one of the following:
  "gcsSource": {
    object (GcsSource)
  }
  // End of list of possible types for union field source.
}
Felder
dataFormat

enum (DataFormat)

Erforderlich. Das Format der Eingabedaten.

Union-Feld source. Erforderlich. Für source ist nur einer der folgenden Werte zulässig:
gcsSource

object (GcsSource)

Ein Google Cloud Storage-Speicherort. Dies muss ein einzelnes Objekt (eine Datei) sein.

GcsSource

Der Google Cloud Storage-Speicherort, aus dem die Eingabedatei gelesen wird.

JSON-Darstellung
{
  "uri": string
}
Felder
uri

string

Erforderlich. URI eines Google Cloud Storage-Objekts im Format gs://bucket/path/to/object.

DataFormat

Datenformate für Eingabe- und Ausgabedateien.

Enums
DATA_FORMAT_UNSPECIFIED Ungültiger Wert. Das Format darf nicht UNSPECIFIED sein.
JSON JavaScript Object Notation.
PROTO_TEXT Textformat „Protokollzwischenspeicher“. Siehe 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 (DataFormat),

  // Union field destination can be only one of the following:
  "gcsDestination": {
    object (GcsDestination)
  }
  // End of list of possible types for union field destination.
}
Felder
dataFormat

enum (DataFormat)

Erforderlich. Das Ausgabedatenformat.

Union-Feld destination. Erforderlich. Für destination ist nur einer der folgenden Werte zulässig:
gcsDestination

object (GcsDestination)

Der Google Cloud Storage-Speicherort, in den die Ausgabe geschrieben wird.

GcsDestination

Der Google Cloud Storage-Speicherort, in den die Ausgabedatei(en) geschrieben wird.

JSON-Darstellung
{
  "uri": string
}
Felder
uri

string

Erforderlich. Google Cloud Storage-URI.