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:
RounakDhillon 2025-01-16 15:08:28 +05:30 committed by GitHub
parent b43ffffc99
commit c2da33889d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with 24 additions and 6 deletions

View File

@ -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 %}

View File

@ -3,4 +3,6 @@
config:
type: MlModelMetadata
# markDeletedMlModels: true
```
# mlModelFilterPattern: []
# overrideMetadata: false
```

View File

@ -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 %}

View File

@ -3,4 +3,6 @@
config:
type: MlModelMetadata
# markDeletedMlModels: true
```
# mlModelFilterPattern: []
# overrideMetadata: false
```

View File

@ -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 %}

View File

@ -3,4 +3,6 @@
config:
type: MlModelMetadata
# markDeletedMlModels: true
```
# mlModelFilterPattern: []
# overrideMetadata: false
```