AsyncModelConfig

Bir optimizasyon modelini eşzamansız olarak çözme bilgileri.

JSON gösterimi
{
  "displayName": string,
  "inputConfig": {
    object (InputConfig)
  },
  "outputConfig": {
    object (OutputConfig)
  }
}
Alanlar
displayName

string

İsteğe bağlı. Kullanıcı tanımlı model adı, modelleri takip etmek için kullanıcılar tarafından takma ad olarak kullanılabilir.

inputConfig

object (InputConfig)

Zorunlu. Giriş modeli hakkında bilgi.

outputConfig

object (OutputConfig)

Zorunlu. İstenen çıkış konumu bilgisi.

InputConfig

[locations.batchOptimizeTours][google.maps.routeoptimization.v1.RouteOptimizationService.BatchOptimizeTours] için bir giriş belirtin.

JSON gösterimi
{
  "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.
}
Alanlar
dataFormat

enum (DataFormat)

Zorunlu. Giriş verisi biçimi.

Birleştirme alanı source. Zorunlu. source şunlardan yalnızca biri olabilir:
gcsSource

object (GcsSource)

Google Cloud Storage konumu. Bu tek bir nesne (dosya) olmalıdır.

GcsSource

Giriş dosyasının okunacağı Google Cloud Storage konumu.

JSON gösterimi
{
  "uri": string
}
Alanlar
uri

string

Zorunlu. gs://bucket/path/to/object biçimindeki bir Google Cloud Storage nesnesinin URI'si.

DataFormat

Giriş ve çıkış dosyaları için veri biçimleri.

Sıralamalar
DATA_FORMAT_UNSPECIFIED Geçersiz değer, biçim UNSPECIFIED olmamalıdır.
JSON JavaScript Nesne Gösterimi.
PROTO_TEXT Protokol Arabellekleri metin biçimi. Bkz. https://protobuf.dev/reference/protobuf/textformat-spec/

OutputConfig

[locations.batchOptimizeTours][google.maps.routeoptimization.v1.RouteOptimizationService.BatchOptimizeTours] sonuçları için bir hedef belirtin.

JSON gösterimi
{
  "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.
}
Alanlar
dataFormat

enum (DataFormat)

Zorunlu. Çıkış veri biçimi.

Birleştirme alanı destination. Zorunlu. destination şunlardan yalnızca biri olabilir:
gcsDestination

object (GcsDestination)

Çıkışın yazılacağı Google Cloud Storage konumu.

GcsDestination

Çıkış dosyalarının yazılacağı Google Cloud Storage konumu.

JSON gösterimi
{
  "uri": string
}
Alanlar
uri

string

Zorunlu. Google Cloud Storage URI'si.