Class: Google::Cloud::DiscoveryEngine::V1::HealthcareFhirConfig

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/discoveryengine/v1/common.rb

Overview

Config to data store for HEALTHCARE_FHIR vertical.

Instance Attribute Summary collapse

Instance Attribute Details

#enable_configurable_schema::Boolean

Returns Whether to enable configurable schema for HEALTHCARE_FHIR vertical.

If set to true, the predefined healthcare fhir schema can be extended for more customized searching and filtering.

Returns:

  • (::Boolean)

    Whether to enable configurable schema for HEALTHCARE_FHIR vertical.

    If set to true, the predefined healthcare fhir schema can be extended for more customized searching and filtering.



169
170
171
172
# File 'proto_docs/google/cloud/discoveryengine/v1/common.rb', line 169

class HealthcareFhirConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#enable_static_indexing_for_batch_ingestion::Boolean

Returns Whether to enable static indexing for HEALTHCARE_FHIR batch ingestion.

If set to true, the batch ingestion will be processed in a static indexing mode which is slower but more capable of handling larger volume.

Returns:

  • (::Boolean)

    Whether to enable static indexing for HEALTHCARE_FHIR batch ingestion.

    If set to true, the batch ingestion will be processed in a static indexing mode which is slower but more capable of handling larger volume.



169
170
171
172
# File 'proto_docs/google/cloud/discoveryengine/v1/common.rb', line 169

class HealthcareFhirConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end