Class: Rafflesia::BiosearchQueryProfileAuditRunRequest
- Inherits:
-
Types::BaseModel
- Object
- Types::BaseModel
- Rafflesia::BiosearchQueryProfileAuditRunRequest
- Defined in:
- lib/rafflesia/biosearch/biosearch_query_profile_audit_run_request.rb
Constant Summary collapse
- HASH_ATTRS =
{ allow_duplicate: :allow_duplicate, engine: :engine, expected_row_count: :expected_row_count, ingest_mode: :ingest_mode, insert_chunk_bytes: :insert_chunk_bytes, limit: :limit, max_bytes_per_query: :max_bytes_per_query, max_bytes_per_query_increase: :max_bytes_per_query_increase, max_final_recall_regression: :max_final_recall_regression, max_latency_ms: :max_latency_ms, max_latency_ms_increase: :max_latency_ms_increase, max_object_reads_increase: :max_object_reads_increase, max_object_reads_per_query: :max_object_reads_per_query, max_result_set_ids: :max_result_set_ids, min_candidate_pool_recall: :min_candidate_pool_recall, min_final_recall_at_k: :min_final_recall_at_k, output_dir: :output_dir, path: :path, previous_audit_path: :previous_audit_path, timeout_ms: :timeout_ms, write_markdown: :write_markdown }.freeze
Instance Attribute Summary collapse
-
#allow_duplicate ⇒ Object
Returns the value of attribute allow_duplicate.
-
#engine ⇒ Object
Returns the value of attribute engine.
-
#expected_row_count ⇒ Object
Returns the value of attribute expected_row_count.
-
#ingest_mode ⇒ Object
Returns the value of attribute ingest_mode.
-
#insert_chunk_bytes ⇒ Object
Returns the value of attribute insert_chunk_bytes.
-
#limit ⇒ Object
Returns the value of attribute limit.
-
#max_bytes_per_query ⇒ Object
Returns the value of attribute max_bytes_per_query.
-
#max_bytes_per_query_increase ⇒ Object
Returns the value of attribute max_bytes_per_query_increase.
-
#max_final_recall_regression ⇒ Object
Returns the value of attribute max_final_recall_regression.
-
#max_latency_ms ⇒ Object
Returns the value of attribute max_latency_ms.
-
#max_latency_ms_increase ⇒ Object
Returns the value of attribute max_latency_ms_increase.
-
#max_object_reads_increase ⇒ Object
Returns the value of attribute max_object_reads_increase.
-
#max_object_reads_per_query ⇒ Object
Returns the value of attribute max_object_reads_per_query.
-
#max_result_set_ids ⇒ Object
Returns the value of attribute max_result_set_ids.
-
#min_candidate_pool_recall ⇒ Object
Returns the value of attribute min_candidate_pool_recall.
-
#min_final_recall_at_k ⇒ Object
Returns the value of attribute min_final_recall_at_k.
-
#output_dir ⇒ Object
Returns the value of attribute output_dir.
-
#path ⇒ Object
Returns the value of attribute path.
-
#previous_audit_path ⇒ Object
Returns the value of attribute previous_audit_path.
-
#timeout_ms ⇒ Object
Returns the value of attribute timeout_ms.
-
#write_markdown ⇒ Object
Returns the value of attribute write_markdown.
Instance Method Summary collapse
-
#initialize(json) ⇒ BiosearchQueryProfileAuditRunRequest
constructor
A new instance of BiosearchQueryProfileAuditRunRequest.
Constructor Details
#initialize(json) ⇒ BiosearchQueryProfileAuditRunRequest
Returns a new instance of BiosearchQueryProfileAuditRunRequest.
55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 |
# File 'lib/rafflesia/biosearch/biosearch_query_profile_audit_run_request.rb', line 55 def initialize(json) super() hash = self.class.normalize(json) @allow_duplicate = hash[:allow_duplicate] @engine = hash[:engine] @expected_row_count = hash[:expected_row_count] @ingest_mode = hash[:ingest_mode] @insert_chunk_bytes = hash[:insert_chunk_bytes] @limit = hash[:limit] @max_bytes_per_query = hash[:max_bytes_per_query] @max_bytes_per_query_increase = hash[:max_bytes_per_query_increase] @max_final_recall_regression = hash[:max_final_recall_regression] @max_latency_ms = hash[:max_latency_ms] @max_latency_ms_increase = hash[:max_latency_ms_increase] @max_object_reads_increase = hash[:max_object_reads_increase] @max_object_reads_per_query = hash[:max_object_reads_per_query] @max_result_set_ids = hash[:max_result_set_ids] @min_candidate_pool_recall = hash[:min_candidate_pool_recall] @min_final_recall_at_k = hash[:min_final_recall_at_k] @output_dir = hash[:output_dir] @path = hash[:path] @previous_audit_path = hash[:previous_audit_path] @timeout_ms = hash[:timeout_ms] @write_markdown = hash[:write_markdown] end |
Instance Attribute Details
#allow_duplicate ⇒ Object
Returns the value of attribute allow_duplicate.
32 33 34 |
# File 'lib/rafflesia/biosearch/biosearch_query_profile_audit_run_request.rb', line 32 def allow_duplicate @allow_duplicate end |
#engine ⇒ Object
Returns the value of attribute engine.
32 33 34 |
# File 'lib/rafflesia/biosearch/biosearch_query_profile_audit_run_request.rb', line 32 def engine @engine end |
#expected_row_count ⇒ Object
Returns the value of attribute expected_row_count.
32 33 34 |
# File 'lib/rafflesia/biosearch/biosearch_query_profile_audit_run_request.rb', line 32 def expected_row_count @expected_row_count end |
#ingest_mode ⇒ Object
Returns the value of attribute ingest_mode.
32 33 34 |
# File 'lib/rafflesia/biosearch/biosearch_query_profile_audit_run_request.rb', line 32 def ingest_mode @ingest_mode end |
#insert_chunk_bytes ⇒ Object
Returns the value of attribute insert_chunk_bytes.
32 33 34 |
# File 'lib/rafflesia/biosearch/biosearch_query_profile_audit_run_request.rb', line 32 def insert_chunk_bytes @insert_chunk_bytes end |
#limit ⇒ Object
Returns the value of attribute limit.
32 33 34 |
# File 'lib/rafflesia/biosearch/biosearch_query_profile_audit_run_request.rb', line 32 def limit @limit end |
#max_bytes_per_query ⇒ Object
Returns the value of attribute max_bytes_per_query.
32 33 34 |
# File 'lib/rafflesia/biosearch/biosearch_query_profile_audit_run_request.rb', line 32 def max_bytes_per_query @max_bytes_per_query end |
#max_bytes_per_query_increase ⇒ Object
Returns the value of attribute max_bytes_per_query_increase.
32 33 34 |
# File 'lib/rafflesia/biosearch/biosearch_query_profile_audit_run_request.rb', line 32 def max_bytes_per_query_increase @max_bytes_per_query_increase end |
#max_final_recall_regression ⇒ Object
Returns the value of attribute max_final_recall_regression.
32 33 34 |
# File 'lib/rafflesia/biosearch/biosearch_query_profile_audit_run_request.rb', line 32 def max_final_recall_regression @max_final_recall_regression end |
#max_latency_ms ⇒ Object
Returns the value of attribute max_latency_ms.
32 33 34 |
# File 'lib/rafflesia/biosearch/biosearch_query_profile_audit_run_request.rb', line 32 def max_latency_ms @max_latency_ms end |
#max_latency_ms_increase ⇒ Object
Returns the value of attribute max_latency_ms_increase.
32 33 34 |
# File 'lib/rafflesia/biosearch/biosearch_query_profile_audit_run_request.rb', line 32 def max_latency_ms_increase @max_latency_ms_increase end |
#max_object_reads_increase ⇒ Object
Returns the value of attribute max_object_reads_increase.
32 33 34 |
# File 'lib/rafflesia/biosearch/biosearch_query_profile_audit_run_request.rb', line 32 def max_object_reads_increase @max_object_reads_increase end |
#max_object_reads_per_query ⇒ Object
Returns the value of attribute max_object_reads_per_query.
32 33 34 |
# File 'lib/rafflesia/biosearch/biosearch_query_profile_audit_run_request.rb', line 32 def max_object_reads_per_query @max_object_reads_per_query end |
#max_result_set_ids ⇒ Object
Returns the value of attribute max_result_set_ids.
32 33 34 |
# File 'lib/rafflesia/biosearch/biosearch_query_profile_audit_run_request.rb', line 32 def max_result_set_ids @max_result_set_ids end |
#min_candidate_pool_recall ⇒ Object
Returns the value of attribute min_candidate_pool_recall.
32 33 34 |
# File 'lib/rafflesia/biosearch/biosearch_query_profile_audit_run_request.rb', line 32 def min_candidate_pool_recall @min_candidate_pool_recall end |
#min_final_recall_at_k ⇒ Object
Returns the value of attribute min_final_recall_at_k.
32 33 34 |
# File 'lib/rafflesia/biosearch/biosearch_query_profile_audit_run_request.rb', line 32 def min_final_recall_at_k @min_final_recall_at_k end |
#output_dir ⇒ Object
Returns the value of attribute output_dir.
32 33 34 |
# File 'lib/rafflesia/biosearch/biosearch_query_profile_audit_run_request.rb', line 32 def output_dir @output_dir end |
#path ⇒ Object
Returns the value of attribute path.
32 33 34 |
# File 'lib/rafflesia/biosearch/biosearch_query_profile_audit_run_request.rb', line 32 def path @path end |
#previous_audit_path ⇒ Object
Returns the value of attribute previous_audit_path.
32 33 34 |
# File 'lib/rafflesia/biosearch/biosearch_query_profile_audit_run_request.rb', line 32 def previous_audit_path @previous_audit_path end |
#timeout_ms ⇒ Object
Returns the value of attribute timeout_ms.
32 33 34 |
# File 'lib/rafflesia/biosearch/biosearch_query_profile_audit_run_request.rb', line 32 def timeout_ms @timeout_ms end |
#write_markdown ⇒ Object
Returns the value of attribute write_markdown.
32 33 34 |
# File 'lib/rafflesia/biosearch/biosearch_query_profile_audit_run_request.rb', line 32 def write_markdown @write_markdown end |