Class: Google::Cloud::AIPlatform::V1::FeatureRegistryService::Client::Configuration::Rpcs
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::FeatureRegistryService::Client::Configuration::Rpcs
- Defined in:
- lib/google/cloud/ai_platform/v1/feature_registry_service/client.rb
Overview
Configuration RPC class for the FeatureRegistryService API.
Includes fields providing the configuration for each RPC in this service.
Each configuration object is of type Gapic::Config::Method
and includes
the following configuration fields:
-
timeout
(type:Numeric
) - The call timeout in seconds -
metadata
(type:Hash{Symbol=>String}
) - Additional gRPC headers -
retry_policy (*type:*
Hash`) - The retry policy. The policy fields include the following keys:-
:initial_delay
(type:Numeric
) - The initial delay in seconds. -
:max_delay
(type:Numeric
) - The max delay in seconds. -
:multiplier
(type:Numeric
) - The incremental backoff multiplier. -
:retry_codes
(type:Array<String>
) - The error codes that should trigger a retry.
-
Instance Attribute Summary collapse
-
#batch_create_features ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
batch_create_features
. -
#create_feature ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
create_feature
. -
#create_feature_group ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
create_feature_group
. -
#delete_feature ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
delete_feature
. -
#delete_feature_group ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
delete_feature_group
. -
#get_feature ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
get_feature
. -
#get_feature_group ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
get_feature_group
. -
#list_feature_groups ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
list_feature_groups
. -
#list_features ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
list_features
. -
#update_feature ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
update_feature
. -
#update_feature_group ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
update_feature_group
.
Instance Attribute Details
#batch_create_features ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for batch_create_features
1595 1596 1597 |
# File 'lib/google/cloud/ai_platform/v1/feature_registry_service/client.rb', line 1595 def batch_create_features @batch_create_features end |
#create_feature ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_feature
1590 1591 1592 |
# File 'lib/google/cloud/ai_platform/v1/feature_registry_service/client.rb', line 1590 def create_feature @create_feature end |
#create_feature_group ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_feature_group
1565 1566 1567 |
# File 'lib/google/cloud/ai_platform/v1/feature_registry_service/client.rb', line 1565 def create_feature_group @create_feature_group end |
#delete_feature ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for delete_feature
1615 1616 1617 |
# File 'lib/google/cloud/ai_platform/v1/feature_registry_service/client.rb', line 1615 def delete_feature @delete_feature end |
#delete_feature_group ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for delete_feature_group
1585 1586 1587 |
# File 'lib/google/cloud/ai_platform/v1/feature_registry_service/client.rb', line 1585 def delete_feature_group @delete_feature_group end |
#get_feature ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_feature
1600 1601 1602 |
# File 'lib/google/cloud/ai_platform/v1/feature_registry_service/client.rb', line 1600 def get_feature @get_feature end |
#get_feature_group ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_feature_group
1570 1571 1572 |
# File 'lib/google/cloud/ai_platform/v1/feature_registry_service/client.rb', line 1570 def get_feature_group @get_feature_group end |
#list_feature_groups ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_feature_groups
1575 1576 1577 |
# File 'lib/google/cloud/ai_platform/v1/feature_registry_service/client.rb', line 1575 def list_feature_groups @list_feature_groups end |
#list_features ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_features
1605 1606 1607 |
# File 'lib/google/cloud/ai_platform/v1/feature_registry_service/client.rb', line 1605 def list_features @list_features end |
#update_feature ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for update_feature
1610 1611 1612 |
# File 'lib/google/cloud/ai_platform/v1/feature_registry_service/client.rb', line 1610 def update_feature @update_feature end |
#update_feature_group ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for update_feature_group
1580 1581 1582 |
# File 'lib/google/cloud/ai_platform/v1/feature_registry_service/client.rb', line 1580 def update_feature_group @update_feature_group end |