Stay organized with collections
Save and categorize content based on your preferences.
tensorflow::serving::ServableRequest
#include <manager.h>
A query for a specific loaded servable object.
Summary
The request can either specify a specific version number, or simply opt to use the earliest or latest loaded version.
Public static functions
|
Earliest(const string & name)
|
|
FromId(const ServableId & id)
|
|
Latest(const string & name)
|
|
Specific(const string & name, const int64_t version)
|
|
Public types
AutoVersionPolicy
tensorflow::serving::ServableRequest::AutoVersionPolicy
Public attributes
auto_version_policy
AutoVersionPolicy tensorflow::serving::ServableRequest::auto_version_policy = AutoVersionPolicy::kLatest
name
string tensorflow::serving::ServableRequest::name
version
absl::optional< int64_t > tensorflow::serving::ServableRequest::version
Public static functions
Earliest
ServableRequest tensorflow::serving::ServableRequest::Earliest(
const string & name
)
FromId
ServableRequest tensorflow::serving::ServableRequest::FromId(
const ServableId & id
)
Latest
ServableRequest tensorflow::serving::ServableRequest::Latest(
const string & name
)
Specific
ServableRequest tensorflow::serving::ServableRequest::Specific(
const string & name,
const int64_t version
)
Public functions
DebugString
string tensorflow::serving::ServableRequest::DebugString() const
ServableRequest
tensorflow::serving::ServableRequest::ServableRequest()=default
ServableRequest
tensorflow::serving::ServableRequest::ServableRequest(
const string & name_in,
const absl::optional< int64_t > & version_in
)
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-01-19 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-01-19 UTC."],[],[]]