GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineV1alphaHealthcareFhirConfig (google_api_discovery_engine v0.28.0)

View Source

Config to data store for HEALTHCARE_FHIR vertical.

Attributes

  • enableConfigurableSchema (type: boolean(), default: nil) - 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.
  • enableStaticIndexingForBatchIngestion (type: boolean(), default: nil) - 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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() ::
  %GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineV1alphaHealthcareFhirConfig{
    enableConfigurableSchema: boolean() | nil,
    enableStaticIndexingForBatchIngestion: boolean() | nil
  }

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.