Databricks SDK for JavaScript
Preparing search index...
@databricks/sdk-experiments
v1
DeleteLoggedModelTagRequest
Interface DeleteLoggedModelTagRequest
interface
DeleteLoggedModelTagRequest
{
modelId
?:
string
;
tagKey
?:
string
;
}
Index
Properties
model
Id?
tag
Key?
Properties
Optional
model
Id
modelId
?:
string
The ID of the logged model to delete the tag from.
Optional
tag
Key
tagKey
?:
string
The tag key.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
model
Id
tag
Key
Databricks SDK for JavaScript
Loading...
The ID of the logged model to delete the tag from.