Classes
AutoMlClient
AutoML Server API.
AutoMlConnection
The AutoMlConnection
object for AutoMlClient
.
AutoMlConnectionIdempotencyPolicy
PredictionServiceClient
AutoML Prediction API.
PredictionServiceConnection
The PredictionServiceConnection
object for PredictionServiceClient
.
PredictionServiceConnectionIdempotencyPolicy
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 |
(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 |
(optional) Configure the |
Returns | |
---|---|
Type | Description |
std::shared_ptr< PredictionServiceConnection > |
MakeDefaultPredictionServiceConnectionIdempotencyPolicy()
Returns | |
---|---|
Type | Description |
std::unique_ptr< PredictionServiceConnectionIdempotencyPolicy > |
Type Aliases
AutoMlRetryPolicy
::google::cloud::internal::TraitBasedRetryPolicy< automl_v1_internal::AutoMlRetryTraits >
AutoMlLimitedTimeRetryPolicy
::google::cloud::internal::LimitedTimeRetryPolicy< automl_v1_internal::AutoMlRetryTraits >
AutoMlLimitedErrorCountRetryPolicy
::google::cloud::internal::LimitedErrorCountRetryPolicy< automl_v1_internal::AutoMlRetryTraits >
AutoMlPolicyOptionList
OptionList< AutoMlRetryPolicyOption, AutoMlBackoffPolicyOption, AutoMlPollingPolicyOption, AutoMlConnectionIdempotencyPolicyOption >
The options applicable to AutoMl.
PredictionServiceRetryPolicy
::google::cloud::internal::TraitBasedRetryPolicy< automl_v1_internal::PredictionServiceRetryTraits >
PredictionServiceLimitedTimeRetryPolicy
::google::cloud::internal::LimitedTimeRetryPolicy< automl_v1_internal::PredictionServiceRetryTraits >
PredictionServiceLimitedErrorCountRetryPolicy
::google::cloud::internal::LimitedErrorCountRetryPolicy< automl_v1_internal::PredictionServiceRetryTraits >
PredictionServicePolicyOptionList
OptionList< PredictionServiceRetryPolicyOption, PredictionServiceBackoffPolicyOption, PredictionServicePollingPolicyOption, PredictionServiceConnectionIdempotencyPolicyOption >
The options applicable to PredictionService.