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
1645 1646 1647 |
# File 'lib/google/cloud/ai_platform/v1/feature_registry_service/client.rb', line 1645 def batch_create_features @batch_create_features end |
#create_feature ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_feature
1640 1641 1642 |
# File 'lib/google/cloud/ai_platform/v1/feature_registry_service/client.rb', line 1640 def create_feature @create_feature end |
#create_feature_group ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_feature_group
1615 1616 1617 |
# File 'lib/google/cloud/ai_platform/v1/feature_registry_service/client.rb', line 1615 def create_feature_group @create_feature_group end |
#delete_feature ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for delete_feature
1665 1666 1667 |
# File 'lib/google/cloud/ai_platform/v1/feature_registry_service/client.rb', line 1665 def delete_feature @delete_feature end |
#delete_feature_group ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for delete_feature_group
1635 1636 1637 |
# File 'lib/google/cloud/ai_platform/v1/feature_registry_service/client.rb', line 1635 def delete_feature_group @delete_feature_group end |
#get_feature ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_feature
1650 1651 1652 |
# File 'lib/google/cloud/ai_platform/v1/feature_registry_service/client.rb', line 1650 def get_feature @get_feature end |
#get_feature_group ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_feature_group
1620 1621 1622 |
# File 'lib/google/cloud/ai_platform/v1/feature_registry_service/client.rb', line 1620 def get_feature_group @get_feature_group end |
#list_feature_groups ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_feature_groups
1625 1626 1627 |
# File 'lib/google/cloud/ai_platform/v1/feature_registry_service/client.rb', line 1625 def list_feature_groups @list_feature_groups end |
#list_features ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_features
1655 1656 1657 |
# File 'lib/google/cloud/ai_platform/v1/feature_registry_service/client.rb', line 1655 def list_features @list_features end |
#update_feature ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for update_feature
1660 1661 1662 |
# File 'lib/google/cloud/ai_platform/v1/feature_registry_service/client.rb', line 1660 def update_feature @update_feature end |
#update_feature_group ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for update_feature_group
1630 1631 1632 |
# File 'lib/google/cloud/ai_platform/v1/feature_registry_service/client.rb', line 1630 def update_feature_group @update_feature_group end |