mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-22 07:58:06 +00:00
Docs: SageMaker YAML correction (#19399)
* Docs: SageMaker YAML correction * Docs: SageMaker YAML correction --------- Co-authored-by: Rounak Dhillon <rounakdhillon@Rounaks-MacBook-Air.local>
This commit is contained in:
parent
b43ffffc99
commit
c2da33889d
@ -6,4 +6,8 @@ The sourceConfig is defined [here](https://github.com/open-metadata/OpenMetadata
|
||||
|
||||
**markDeletedMlModels**: Set the Mark Deleted Ml Models toggle to flag ml models as soft-deleted if they are not present anymore in the source system.
|
||||
|
||||
{% /codeInfo %}
|
||||
**mlModelFilterPattern**: Regex to only fetch MlModels with names matching the pattern.
|
||||
|
||||
**overrideMetadata**: Set the 'Override Metadata' toggle to control whether to override the existing metadata in the OpenMetadata server with the metadata fetched from the source. If the toggle is set to true, the metadata fetched from the source will override the existing metadata in the OpenMetadata server. If the toggle is set to false, the metadata fetched from the source will not override the existing metadata in the OpenMetadata server. This is applicable for fields like description, tags, owner and displayName.
|
||||
|
||||
{% /codeInfo %}
|
||||
|
@ -3,4 +3,6 @@
|
||||
config:
|
||||
type: MlModelMetadata
|
||||
# markDeletedMlModels: true
|
||||
```
|
||||
# mlModelFilterPattern: []
|
||||
# overrideMetadata: false
|
||||
```
|
||||
|
@ -6,4 +6,8 @@ The sourceConfig is defined [here](https://github.com/open-metadata/OpenMetadata
|
||||
|
||||
**markDeletedMlModels**: Set the Mark Deleted Ml Models toggle to flag ml models as soft-deleted if they are not present anymore in the source system.
|
||||
|
||||
{% /codeInfo %}
|
||||
**mlModelFilterPattern**: Regex to only fetch MlModels with names matching the pattern.
|
||||
|
||||
**overrideMetadata**: Set the 'Override Metadata' toggle to control whether to override the existing metadata in the OpenMetadata server with the metadata fetched from the source. If the toggle is set to true, the metadata fetched from the source will override the existing metadata in the OpenMetadata server. If the toggle is set to false, the metadata fetched from the source will not override the existing metadata in the OpenMetadata server. This is applicable for fields like description, tags, owner and displayName.
|
||||
|
||||
{% /codeInfo %}
|
||||
|
@ -3,4 +3,6 @@
|
||||
config:
|
||||
type: MlModelMetadata
|
||||
# markDeletedMlModels: true
|
||||
```
|
||||
# mlModelFilterPattern: []
|
||||
# overrideMetadata: false
|
||||
```
|
||||
|
@ -6,4 +6,8 @@ The sourceConfig is defined [here](https://github.com/open-metadata/OpenMetadata
|
||||
|
||||
**markDeletedMlModels**: Set the Mark Deleted Ml Models toggle to flag ml models as soft-deleted if they are not present anymore in the source system.
|
||||
|
||||
{% /codeInfo %}
|
||||
**mlModelFilterPattern**: Regex to only fetch MlModels with names matching the pattern.
|
||||
|
||||
**overrideMetadata**: Set the 'Override Metadata' toggle to control whether to override the existing metadata in the OpenMetadata server with the metadata fetched from the source. If the toggle is set to true, the metadata fetched from the source will override the existing metadata in the OpenMetadata server. If the toggle is set to false, the metadata fetched from the source will not override the existing metadata in the OpenMetadata server. This is applicable for fields like description, tags, owner and displayName.
|
||||
|
||||
{% /codeInfo %}
|
||||
|
@ -3,4 +3,6 @@
|
||||
config:
|
||||
type: MlModelMetadata
|
||||
# markDeletedMlModels: true
|
||||
```
|
||||
# mlModelFilterPattern: []
|
||||
# overrideMetadata: false
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user