Discovery Engine V1 API - Class Google::Cloud::DiscoveryEngine::V1::HealthcareFhirConfig (v2.3.0)

Reference documentation and code samples for the Discovery Engine V1 API class Google::Cloud::DiscoveryEngine::V1::HealthcareFhirConfig.

Config to data store for HEALTHCARE_FHIR vertical.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#enable_configurable_schema

def enable_configurable_schema() -> ::Boolean
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.

#enable_configurable_schema=

def enable_configurable_schema=(value) -> ::Boolean
Parameter
  • value (::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.

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.

#enable_static_indexing_for_batch_ingestion

def enable_static_indexing_for_batch_ingestion() -> ::Boolean
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.

#enable_static_indexing_for_batch_ingestion=

def enable_static_indexing_for_batch_ingestion=(value) -> ::Boolean
Parameter
  • value (::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.

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.