AsyncModelConfig

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

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

string

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

inputConfig

object (InputConfig)

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

outputConfig

object (OutputConfig)

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

InputConfig

מציינים קלט עבור [locations.batchOptimizeTours][google.maps.routeoptimization.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.routeoptimization.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.