AsyncModelConfig

מידע לפתרון של מודל אופטימיזציה אחד באופן אסינכרוני.

ייצוג JSON
{
  "displayName": string,
  "inputConfig": {
    object (InputConfig)
  },
  "outputConfig": {
    object (OutputConfig)
  }
}
שדות
displayName

string

זה שינוי אופציונלי. שם מודל בהגדרת משתמש, יכול לשמש ככינוי על ידי משתמשים כדי לעקוב אחר מודלים.

inputConfig

object (InputConfig)

חובה. מידע על מודל הקלט.

outputConfig

object (OutputConfig)

חובה. פרטי מיקום הפלט הרצוי.

InputConfig

מציינים קלט עבור [locations.batchOptimizeTours][google.maps.route Optimize.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.
}
שדות
dataFormat

enum (DataFormat)

חובה. הפורמט של נתוני הקלט.

שדה איחוד source. חובה. source יכול להיות רק אחת מהאפשרויות הבאות:
gcsSource

object (GcsSource)

מיקום ב-Google Cloud Storage. הקובץ חייב להיות אובייקט יחיד (קובץ).

GcsSource

המיקום ב-Google Cloud Storage שממנו תתבצע הקראה של קובץ הקלט.

ייצוג JSON
{
  "uri": string
}
שדות
uri

string

חובה. URI של אובייקט Google Cloud Storage בפורמט gs://bucket/path/to/object.

DataFormat

פורמטים של נתונים לקובצי קלט ופלט.

טיפוסים בני מנייה (enum)
DATA_FORMAT_UNSPECIFIED ערך לא חוקי. הפורמט לא יכול להיות UNSPECIFIED.
JSON JavaScript Object Notation.
PROTO_TEXT פורמט טקסט של מאגרי פרוטוקולים. פרטים נוספים זמינים בכתובת https://protobuf.dev/reference/protobuf/textformat-spec/

OutputConfig

מציינים יעד לתוצאות של [locations.batchOptimizeTours][google.maps.route optimization.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.
}
שדות
dataFormat

enum (DataFormat)

חובה. הפורמט של נתוני הפלט.

שדה איחוד destination. חובה. destination יכול להיות רק אחת מהאפשרויות הבאות:
gcsDestination

object (GcsDestination)

המיקום ב-Google Cloud Storage שבו צריך לכתוב את הפלט.

GcsDestination

המיקום ב-Google Cloud Storage שאליו ייכתבו קובצי הפלט.

ייצוג JSON
{
  "uri": string
}
שדות
uri

string

חובה. URI של Google Cloud Storage.