Classes
AutoMlClient
AutoML Server API.
AutoMlConnection
The AutoMlConnection object for AutoMlClient.
AutoMlConnectionIdempotencyPolicy
AutoMlLimitedErrorCountRetryPolicy
A retry policy for AutoMlConnection based on counting errors.
AutoMlLimitedTimeRetryPolicy
A retry policy for AutoMlConnection based on elapsed time.
AutoMlRetryPolicy
The retry policy for AutoMlConnection.
PredictionServiceClient
AutoML Prediction API.
PredictionServiceConnection
The PredictionServiceConnection object for PredictionServiceClient.
PredictionServiceConnectionIdempotencyPolicy
PredictionServiceLimitedErrorCountRetryPolicy
A retry policy for PredictionServiceConnection based on counting errors.
PredictionServiceLimitedTimeRetryPolicy
A retry policy for PredictionServiceConnection based on elapsed time.
PredictionServiceRetryPolicy
The retry policy for PredictionServiceConnection.
Structs
AutoMlBackoffPolicyOption
Use with google::cloud::Options to configure the backoff policy.
AutoMlConnectionIdempotencyPolicyOption
Use with google::cloud::Options to configure which operations are retried.
AutoMlPollingPolicyOption
Use with google::cloud::Options to configure the long-running operations polling policy.
AutoMlRetryPolicyOption
Use with google::cloud::Options to configure the retry policy.
PredictionServiceBackoffPolicyOption
Use with google::cloud::Options to configure the backoff policy.
PredictionServiceConnectionIdempotencyPolicyOption
Use with google::cloud::Options to configure which operations are retried.
PredictionServicePollingPolicyOption
Use with google::cloud::Options to configure the long-running operations polling policy.
PredictionServiceRetryPolicyOption
Use with google::cloud::Options to configure the retry policy.
Functions
MakeAutoMlConnection(Options)
A factory function to construct an object of type AutoMlConnection.
The returned connection object should not be used directly; instead it should be passed as an argument to the constructor of AutoMlClient.
The optional options argument may be used to configure aspects of the returned AutoMlConnection. Expected options are any of the types in the following option lists:
| Parameter | |
|---|---|
| Name | Description |
options |
Options(optional) Configure the |
| Returns | |
|---|---|
| Type | Description |
std::shared_ptr< AutoMlConnection > |
|
MakeDefaultAutoMlConnectionIdempotencyPolicy()
| Returns | |
|---|---|
| Type | Description |
std::unique_ptr< AutoMlConnectionIdempotencyPolicy > |
|
MakePredictionServiceConnection(Options)
A factory function to construct an object of type PredictionServiceConnection.
The returned connection object should not be used directly; instead it should be passed as an argument to the constructor of PredictionServiceClient.
The optional options argument may be used to configure aspects of the returned PredictionServiceConnection. Expected options are any of the types in the following option lists:
| Parameter | |
|---|---|
| Name | Description |
options |
Options(optional) Configure the |
| Returns | |
|---|---|
| Type | Description |
std::shared_ptr< PredictionServiceConnection > |
|
MakeDefaultPredictionServiceConnectionIdempotencyPolicy()
| Returns | |
|---|---|
| Type | Description |
std::unique_ptr< PredictionServiceConnectionIdempotencyPolicy > |
|