Class: Google::Cloud::DataLabeling::V1beta1::DataLabelingService::Client::Configuration::Rpcs

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/data_labeling/v1beta1/data_labeling_service/client.rb

Overview

Configuration RPC class for the DataLabelingService 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.
    • :jitter (type: Numeric) - The jitter in seconds. Default: 1.0.
    • :retry_codes (type: Array<String>) - The error codes that should trigger a retry.

Instance Attribute Summary collapse

Instance Attribute Details

#create_annotation_spec_set::Gapic::Config::Method (readonly)

RPC-specific configuration for create_annotation_spec_set

Returns:

  • (::Gapic::Config::Method)


3913
3914
3915
# File 'lib/google/cloud/data_labeling/v1beta1/data_labeling_service/client.rb', line 3913

def create_annotation_spec_set
  @create_annotation_spec_set
end

#create_dataset::Gapic::Config::Method (readonly)

RPC-specific configuration for create_dataset

Returns:

  • (::Gapic::Config::Method)


3833
3834
3835
# File 'lib/google/cloud/data_labeling/v1beta1/data_labeling_service/client.rb', line 3833

def create_dataset
  @create_dataset
end

#create_evaluation_job::Gapic::Config::Method (readonly)

RPC-specific configuration for create_evaluation_job

Returns:

  • (::Gapic::Config::Method)


3968
3969
3970
# File 'lib/google/cloud/data_labeling/v1beta1/data_labeling_service/client.rb', line 3968

def create_evaluation_job
  @create_evaluation_job
end

#create_instruction::Gapic::Config::Method (readonly)

RPC-specific configuration for create_instruction

Returns:

  • (::Gapic::Config::Method)


3933
3934
3935
# File 'lib/google/cloud/data_labeling/v1beta1/data_labeling_service/client.rb', line 3933

def create_instruction
  @create_instruction
end

#delete_annotated_dataset::Gapic::Config::Method (readonly)

RPC-specific configuration for delete_annotated_dataset

Returns:

  • (::Gapic::Config::Method)


3883
3884
3885
# File 'lib/google/cloud/data_labeling/v1beta1/data_labeling_service/client.rb', line 3883

def delete_annotated_dataset
  @delete_annotated_dataset
end

#delete_annotation_spec_set::Gapic::Config::Method (readonly)

RPC-specific configuration for delete_annotation_spec_set

Returns:

  • (::Gapic::Config::Method)


3928
3929
3930
# File 'lib/google/cloud/data_labeling/v1beta1/data_labeling_service/client.rb', line 3928

def delete_annotation_spec_set
  @delete_annotation_spec_set
end

#delete_dataset::Gapic::Config::Method (readonly)

RPC-specific configuration for delete_dataset

Returns:

  • (::Gapic::Config::Method)


3848
3849
3850
# File 'lib/google/cloud/data_labeling/v1beta1/data_labeling_service/client.rb', line 3848

def delete_dataset
  @delete_dataset
end

#delete_evaluation_job::Gapic::Config::Method (readonly)

RPC-specific configuration for delete_evaluation_job

Returns:

  • (::Gapic::Config::Method)


3993
3994
3995
# File 'lib/google/cloud/data_labeling/v1beta1/data_labeling_service/client.rb', line 3993

def delete_evaluation_job
  @delete_evaluation_job
end

#delete_instruction::Gapic::Config::Method (readonly)

RPC-specific configuration for delete_instruction

Returns:

  • (::Gapic::Config::Method)


3948
3949
3950
# File 'lib/google/cloud/data_labeling/v1beta1/data_labeling_service/client.rb', line 3948

def delete_instruction
  @delete_instruction
end

#export_data::Gapic::Config::Method (readonly)

RPC-specific configuration for export_data

Returns:

  • (::Gapic::Config::Method)


3858
3859
3860
# File 'lib/google/cloud/data_labeling/v1beta1/data_labeling_service/client.rb', line 3858

def export_data
  @export_data
end

#get_annotated_dataset::Gapic::Config::Method (readonly)

RPC-specific configuration for get_annotated_dataset

Returns:

  • (::Gapic::Config::Method)


3873
3874
3875
# File 'lib/google/cloud/data_labeling/v1beta1/data_labeling_service/client.rb', line 3873

def get_annotated_dataset
  @get_annotated_dataset
end

#get_annotation_spec_set::Gapic::Config::Method (readonly)

RPC-specific configuration for get_annotation_spec_set

Returns:

  • (::Gapic::Config::Method)


3918
3919
3920
# File 'lib/google/cloud/data_labeling/v1beta1/data_labeling_service/client.rb', line 3918

def get_annotation_spec_set
  @get_annotation_spec_set
end

#get_data_item::Gapic::Config::Method (readonly)

RPC-specific configuration for get_data_item

Returns:

  • (::Gapic::Config::Method)


3863
3864
3865
# File 'lib/google/cloud/data_labeling/v1beta1/data_labeling_service/client.rb', line 3863

def get_data_item
  @get_data_item
end

#get_dataset::Gapic::Config::Method (readonly)

RPC-specific configuration for get_dataset

Returns:

  • (::Gapic::Config::Method)


3838
3839
3840
# File 'lib/google/cloud/data_labeling/v1beta1/data_labeling_service/client.rb', line 3838

def get_dataset
  @get_dataset
end

#get_evaluation::Gapic::Config::Method (readonly)

RPC-specific configuration for get_evaluation

Returns:

  • (::Gapic::Config::Method)


3953
3954
3955
# File 'lib/google/cloud/data_labeling/v1beta1/data_labeling_service/client.rb', line 3953

def get_evaluation
  @get_evaluation
end

#get_evaluation_job::Gapic::Config::Method (readonly)

RPC-specific configuration for get_evaluation_job

Returns:

  • (::Gapic::Config::Method)


3978
3979
3980
# File 'lib/google/cloud/data_labeling/v1beta1/data_labeling_service/client.rb', line 3978

def get_evaluation_job
  @get_evaluation_job
end

#get_example::Gapic::Config::Method (readonly)

RPC-specific configuration for get_example

Returns:

  • (::Gapic::Config::Method)


3903
3904
3905
# File 'lib/google/cloud/data_labeling/v1beta1/data_labeling_service/client.rb', line 3903

def get_example
  @get_example
end

#get_instruction::Gapic::Config::Method (readonly)

RPC-specific configuration for get_instruction

Returns:

  • (::Gapic::Config::Method)


3938
3939
3940
# File 'lib/google/cloud/data_labeling/v1beta1/data_labeling_service/client.rb', line 3938

def get_instruction
  @get_instruction
end

#import_data::Gapic::Config::Method (readonly)

RPC-specific configuration for import_data

Returns:

  • (::Gapic::Config::Method)


3853
3854
3855
# File 'lib/google/cloud/data_labeling/v1beta1/data_labeling_service/client.rb', line 3853

def import_data
  @import_data
end

#label_image::Gapic::Config::Method (readonly)

RPC-specific configuration for label_image

Returns:

  • (::Gapic::Config::Method)


3888
3889
3890
# File 'lib/google/cloud/data_labeling/v1beta1/data_labeling_service/client.rb', line 3888

def label_image
  @label_image
end

#label_text::Gapic::Config::Method (readonly)

RPC-specific configuration for label_text

Returns:

  • (::Gapic::Config::Method)


3898
3899
3900
# File 'lib/google/cloud/data_labeling/v1beta1/data_labeling_service/client.rb', line 3898

def label_text
  @label_text
end

#label_video::Gapic::Config::Method (readonly)

RPC-specific configuration for label_video

Returns:

  • (::Gapic::Config::Method)


3893
3894
3895
# File 'lib/google/cloud/data_labeling/v1beta1/data_labeling_service/client.rb', line 3893

def label_video
  @label_video
end

#list_annotated_datasets::Gapic::Config::Method (readonly)

RPC-specific configuration for list_annotated_datasets

Returns:

  • (::Gapic::Config::Method)


3878
3879
3880
# File 'lib/google/cloud/data_labeling/v1beta1/data_labeling_service/client.rb', line 3878

def list_annotated_datasets
  @list_annotated_datasets
end

#list_annotation_spec_sets::Gapic::Config::Method (readonly)

RPC-specific configuration for list_annotation_spec_sets

Returns:

  • (::Gapic::Config::Method)


3923
3924
3925
# File 'lib/google/cloud/data_labeling/v1beta1/data_labeling_service/client.rb', line 3923

def list_annotation_spec_sets
  @list_annotation_spec_sets
end

#list_data_items::Gapic::Config::Method (readonly)

RPC-specific configuration for list_data_items

Returns:

  • (::Gapic::Config::Method)


3868
3869
3870
# File 'lib/google/cloud/data_labeling/v1beta1/data_labeling_service/client.rb', line 3868

def list_data_items
  @list_data_items
end

#list_datasets::Gapic::Config::Method (readonly)

RPC-specific configuration for list_datasets

Returns:

  • (::Gapic::Config::Method)


3843
3844
3845
# File 'lib/google/cloud/data_labeling/v1beta1/data_labeling_service/client.rb', line 3843

def list_datasets
  @list_datasets
end

#list_evaluation_jobs::Gapic::Config::Method (readonly)

RPC-specific configuration for list_evaluation_jobs

Returns:

  • (::Gapic::Config::Method)


3998
3999
4000
# File 'lib/google/cloud/data_labeling/v1beta1/data_labeling_service/client.rb', line 3998

def list_evaluation_jobs
  @list_evaluation_jobs
end

#list_examples::Gapic::Config::Method (readonly)

RPC-specific configuration for list_examples

Returns:

  • (::Gapic::Config::Method)


3908
3909
3910
# File 'lib/google/cloud/data_labeling/v1beta1/data_labeling_service/client.rb', line 3908

def list_examples
  @list_examples
end

#list_instructions::Gapic::Config::Method (readonly)

RPC-specific configuration for list_instructions

Returns:

  • (::Gapic::Config::Method)


3943
3944
3945
# File 'lib/google/cloud/data_labeling/v1beta1/data_labeling_service/client.rb', line 3943

def list_instructions
  @list_instructions
end

#pause_evaluation_job::Gapic::Config::Method (readonly)

RPC-specific configuration for pause_evaluation_job

Returns:

  • (::Gapic::Config::Method)


3983
3984
3985
# File 'lib/google/cloud/data_labeling/v1beta1/data_labeling_service/client.rb', line 3983

def pause_evaluation_job
  @pause_evaluation_job
end

#resume_evaluation_job::Gapic::Config::Method (readonly)

RPC-specific configuration for resume_evaluation_job

Returns:

  • (::Gapic::Config::Method)


3988
3989
3990
# File 'lib/google/cloud/data_labeling/v1beta1/data_labeling_service/client.rb', line 3988

def resume_evaluation_job
  @resume_evaluation_job
end

#search_evaluations::Gapic::Config::Method (readonly)

RPC-specific configuration for search_evaluations

Returns:

  • (::Gapic::Config::Method)


3958
3959
3960
# File 'lib/google/cloud/data_labeling/v1beta1/data_labeling_service/client.rb', line 3958

def search_evaluations
  @search_evaluations
end

#search_example_comparisons::Gapic::Config::Method (readonly)

RPC-specific configuration for search_example_comparisons

Returns:

  • (::Gapic::Config::Method)


3963
3964
3965
# File 'lib/google/cloud/data_labeling/v1beta1/data_labeling_service/client.rb', line 3963

def search_example_comparisons
  @search_example_comparisons
end

#update_evaluation_job::Gapic::Config::Method (readonly)

RPC-specific configuration for update_evaluation_job

Returns:

  • (::Gapic::Config::Method)


3973
3974
3975
# File 'lib/google/cloud/data_labeling/v1beta1/data_labeling_service/client.rb', line 3973

def update_evaluation_job
  @update_evaluation_job
end