AsyncModelConfig

Informationen zum asynchronen Lösen 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 nachzuverfolgen.

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. 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

string

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

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 (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 Ausgabedateien geschrieben werden.

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

string

Erforderlich. Google Cloud Storage-URI.