Aniket Katkar 9e773ff1a8
chore(docs): updated the metadata standard schemas and menu.md for documentation (#13745)
* updated the metadata standard schemas and menu.md

* updated the schema docs with better parsing
2023-10-27 11:37:31 -07:00

1.0 KiB

title slug
mlmodelServiceMetadataPipeline /main-concepts/metadata-standard/schemas/metadataingestion/mlmodelservicemetadatapipeline

MlModelServiceMetadataPipeline

MlModelService Metadata Pipeline Configuration.

Properties

  • type: Pipeline type. Refer to #/definitions/mlModelMetadataConfigType. Default: MlModelMetadata.
  • mlModelFilterPattern: Regex to only fetch MlModels with names matching the pattern. Refer to ../type/filterPattern.json#/definitions/filterPattern.
  • markDeletedMlModels (boolean): Optional configuration to soft delete MlModels in OpenMetadata if the source MlModels are deleted. Also, if the MlModel is deleted, all the associated entities like lineage, etc., with that MlModels will be deleted. Default: True.

Definitions

  • mlModelMetadataConfigType (string): MlModel Source Config Metadata Pipeline type. Must be one of: ['MlModelMetadata']. Default: MlModelMetadata.

Documentation file automatically generated at 2023-10-27 13:55:46.343512.