ListServingConfigsResponse

Response for ListServingConfigs method.

JSON representation
{
  "servingConfigs": [
    {
      object (ServingConfig)
    }
  ],
  "nextPageToken": string
}
Fields
servingConfigs[]

object (ServingConfig)

All the ServingConfigs for a given dataStore.

nextPageToken

string

Pagination token, if not returned indicates the last page.