Namespace google::cloud::automl_v1 (2.13.0)

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 AutoMlConnection created by this function.

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 PredictionServiceConnection created by this function.

Returns
Type Description
std::shared_ptr< PredictionServiceConnection >

MakeDefaultPredictionServiceConnectionIdempotencyPolicy()

Returns
Type Description
std::unique_ptr< PredictionServiceConnectionIdempotencyPolicy >

Type Aliases

AutoMlRetryPolicy

Alias Of: ::google::cloud::internal::TraitBasedRetryPolicy< automl_v1_internal::AutoMlRetryTraits >

AutoMlLimitedTimeRetryPolicy

Alias Of: ::google::cloud::internal::LimitedTimeRetryPolicy< automl_v1_internal::AutoMlRetryTraits >

AutoMlLimitedErrorCountRetryPolicy

Alias Of: ::google::cloud::internal::LimitedErrorCountRetryPolicy< automl_v1_internal::AutoMlRetryTraits >

AutoMlPolicyOptionList

Alias Of: OptionList< AutoMlRetryPolicyOption, AutoMlBackoffPolicyOption, AutoMlPollingPolicyOption, AutoMlConnectionIdempotencyPolicyOption >

The options applicable to AutoMl.

PredictionServiceRetryPolicy

Alias Of: ::google::cloud::internal::TraitBasedRetryPolicy< automl_v1_internal::PredictionServiceRetryTraits >

PredictionServiceLimitedTimeRetryPolicy

Alias Of: ::google::cloud::internal::LimitedTimeRetryPolicy< automl_v1_internal::PredictionServiceRetryTraits >

PredictionServiceLimitedErrorCountRetryPolicy

Alias Of: ::google::cloud::internal::LimitedErrorCountRetryPolicy< automl_v1_internal::PredictionServiceRetryTraits >

PredictionServicePolicyOptionList

Alias Of: OptionList< PredictionServiceRetryPolicyOption, PredictionServiceBackoffPolicyOption, PredictionServicePollingPolicyOption, PredictionServiceConnectionIdempotencyPolicyOption >

The options applicable to PredictionService.