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
1628 1629 1630 |
# File 'lib/google/cloud/ai_platform/v1/feature_registry_service/client.rb', line 1628 def batch_create_features @batch_create_features end |
#create_feature ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_feature
1623 1624 1625 |
# File 'lib/google/cloud/ai_platform/v1/feature_registry_service/client.rb', line 1623 def create_feature @create_feature end |
#create_feature_group ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_feature_group
1598 1599 1600 |
# File 'lib/google/cloud/ai_platform/v1/feature_registry_service/client.rb', line 1598 def create_feature_group @create_feature_group end |
#delete_feature ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for delete_feature
1648 1649 1650 |
# File 'lib/google/cloud/ai_platform/v1/feature_registry_service/client.rb', line 1648 def delete_feature @delete_feature end |
#delete_feature_group ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for delete_feature_group
1618 1619 1620 |
# File 'lib/google/cloud/ai_platform/v1/feature_registry_service/client.rb', line 1618 def delete_feature_group @delete_feature_group end |
#get_feature ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_feature
1633 1634 1635 |
# File 'lib/google/cloud/ai_platform/v1/feature_registry_service/client.rb', line 1633 def get_feature @get_feature end |
#get_feature_group ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_feature_group
1603 1604 1605 |
# File 'lib/google/cloud/ai_platform/v1/feature_registry_service/client.rb', line 1603 def get_feature_group @get_feature_group end |
#list_feature_groups ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_feature_groups
1608 1609 1610 |
# File 'lib/google/cloud/ai_platform/v1/feature_registry_service/client.rb', line 1608 def list_feature_groups @list_feature_groups end |
#list_features ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_features
1638 1639 1640 |
# File 'lib/google/cloud/ai_platform/v1/feature_registry_service/client.rb', line 1638 def list_features @list_features end |
#update_feature ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for update_feature
1643 1644 1645 |
# File 'lib/google/cloud/ai_platform/v1/feature_registry_service/client.rb', line 1643 def update_feature @update_feature end |
#update_feature_group ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for update_feature_group
1613 1614 1615 |
# File 'lib/google/cloud/ai_platform/v1/feature_registry_service/client.rb', line 1613 def update_feature_group @update_feature_group end |