Classes
ManagedNotebookServiceClient
API v1 service for Managed Notebooks.
ManagedNotebookServiceConnection
The ManagedNotebookServiceConnection
object for ManagedNotebookServiceClient
.
ManagedNotebookServiceConnectionIdempotencyPolicy
ManagedNotebookServiceLimitedErrorCountRetryPolicy
A retry policy for ManagedNotebookServiceConnection
based on counting errors.
ManagedNotebookServiceLimitedTimeRetryPolicy
A retry policy for ManagedNotebookServiceConnection
based on elapsed time.
ManagedNotebookServiceRetryPolicy
The retry policy for ManagedNotebookServiceConnection
.
NotebookServiceClient
API v1 service for Cloud AI Platform Notebooks.
NotebookServiceConnection
The NotebookServiceConnection
object for NotebookServiceClient
.
NotebookServiceConnectionIdempotencyPolicy
NotebookServiceLimitedErrorCountRetryPolicy
A retry policy for NotebookServiceConnection
based on counting errors.
NotebookServiceLimitedTimeRetryPolicy
A retry policy for NotebookServiceConnection
based on elapsed time.
NotebookServiceRetryPolicy
The retry policy for NotebookServiceConnection
.
Structs
ManagedNotebookServiceBackoffPolicyOption
Use with google::cloud::Options
to configure the backoff policy.
ManagedNotebookServiceConnectionIdempotencyPolicyOption
Use with google::cloud::Options
to configure which operations are retried.
ManagedNotebookServicePollingPolicyOption
Use with google::cloud::Options
to configure the long-running operations polling policy.
ManagedNotebookServiceRetryPolicyOption
Use with google::cloud::Options
to configure the retry policy.
NotebookServiceBackoffPolicyOption
Use with google::cloud::Options
to configure the backoff policy.
NotebookServiceConnectionIdempotencyPolicyOption
Use with google::cloud::Options
to configure which operations are retried.
NotebookServicePollingPolicyOption
Use with google::cloud::Options
to configure the long-running operations polling policy.
NotebookServiceRetryPolicyOption
Use with google::cloud::Options
to configure the retry policy.
Functions
MakeManagedNotebookServiceConnection(Options)
A factory function to construct an object of type ManagedNotebookServiceConnection
.
The returned connection object should not be used directly; instead it should be passed as an argument to the constructor of ManagedNotebookServiceClient.
The optional options
argument may be used to configure aspects of the returned ManagedNotebookServiceConnection
. 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< ManagedNotebookServiceConnection > |
MakeDefaultManagedNotebookServiceConnectionIdempotencyPolicy()
Returns | |
---|---|
Type | Description |
std::unique_ptr< ManagedNotebookServiceConnectionIdempotencyPolicy > |
MakeNotebookServiceConnection(Options)
A factory function to construct an object of type NotebookServiceConnection
.
The returned connection object should not be used directly; instead it should be passed as an argument to the constructor of NotebookServiceClient.
The optional options
argument may be used to configure aspects of the returned NotebookServiceConnection
. 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< NotebookServiceConnection > |
MakeDefaultNotebookServiceConnectionIdempotencyPolicy()
Returns | |
---|---|
Type | Description |
std::unique_ptr< NotebookServiceConnectionIdempotencyPolicy > |