Reference documentation and code samples for the Google Cloud Discovery Engine V1 Client class HealthcareFhirConfig.
Config to data store for HEALTHCARE_FHIR
vertical.
Generated from protobuf message google.cloud.discoveryengine.v1.HealthcareFhirConfig
Namespace
Google \ Cloud \ DiscoveryEngine \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ enable_configurable_schema |
bool
Whether to enable configurable schema for |
↳ enable_static_indexing_for_batch_ingestion |
bool
Whether to enable static indexing for |
getEnableConfigurableSchema
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 | |
---|---|
Type | Description |
bool |
setEnableConfigurableSchema
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.
Parameter | |
---|---|
Name | Description |
var |
bool
|
Returns | |
---|---|
Type | Description |
$this |
getEnableStaticIndexingForBatchIngestion
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 | |
---|---|
Type | Description |
bool |
setEnableStaticIndexingForBatchIngestion
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.
Parameter | |
---|---|
Name | Description |
var |
bool
|
Returns | |
---|---|
Type | Description |
$this |