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
1621 1622 1623 |
# File 'lib/google/cloud/ai_platform/v1/feature_registry_service/client.rb', line 1621 def batch_create_features @batch_create_features end |
#create_feature ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_feature
1616 1617 1618 |
# File 'lib/google/cloud/ai_platform/v1/feature_registry_service/client.rb', line 1616 def create_feature @create_feature end |
#create_feature_group ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_feature_group
1591 1592 1593 |
# File 'lib/google/cloud/ai_platform/v1/feature_registry_service/client.rb', line 1591 def create_feature_group @create_feature_group end |
#delete_feature ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for delete_feature
1641 1642 1643 |
# File 'lib/google/cloud/ai_platform/v1/feature_registry_service/client.rb', line 1641 def delete_feature @delete_feature end |
#delete_feature_group ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for delete_feature_group
1611 1612 1613 |
# File 'lib/google/cloud/ai_platform/v1/feature_registry_service/client.rb', line 1611 def delete_feature_group @delete_feature_group end |
#get_feature ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_feature
1626 1627 1628 |
# File 'lib/google/cloud/ai_platform/v1/feature_registry_service/client.rb', line 1626 def get_feature @get_feature end |
#get_feature_group ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_feature_group
1596 1597 1598 |
# File 'lib/google/cloud/ai_platform/v1/feature_registry_service/client.rb', line 1596 def get_feature_group @get_feature_group end |
#list_feature_groups ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_feature_groups
1601 1602 1603 |
# File 'lib/google/cloud/ai_platform/v1/feature_registry_service/client.rb', line 1601 def list_feature_groups @list_feature_groups end |
#list_features ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_features
1631 1632 1633 |
# File 'lib/google/cloud/ai_platform/v1/feature_registry_service/client.rb', line 1631 def list_features @list_features end |
#update_feature ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for update_feature
1636 1637 1638 |
# File 'lib/google/cloud/ai_platform/v1/feature_registry_service/client.rb', line 1636 def update_feature @update_feature end |
#update_feature_group ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for update_feature_group
1606 1607 1608 |
# File 'lib/google/cloud/ai_platform/v1/feature_registry_service/client.rb', line 1606 def update_feature_group @update_feature_group end |