OneLakeArtifact Class
Note
This is an experimental class, and may change at any time. Please see https://aka.ms/azuremlexperimental for more information.
OneLake artifact (data source) backing the OneLake workspace.
- Inheritance
-
azure.ai.ml.entities._mixins.RestTranslatableMixinOneLakeArtifactazure.ai.ml.entities._mixins.DictMixinOneLakeArtifactOneLakeArtifact
Constructor
OneLakeArtifact(*, name: str, type: str | None = None)
Parameters
Name | Description |
---|---|
name
Required
|
OneLake artifact name/GUID. ex) 01234567-abcd-1234-5678-012345678901 |
type
Required
|
OneLake artifact type. Only LakeHouse artifacts are currently supported. |
Methods
get | |
has_key | |
items | |
keys | |
update | |
values |
get
get(key: Any, default: Any | None = None) -> Any
Parameters
Name | Description |
---|---|
key
Required
|
|
default
|
Default value: None
|
has_key
has_key(k: Any) -> bool
Parameters
Name | Description |
---|---|
k
Required
|
|
items
items() -> list
keys
keys() -> list
update
update(*args: Any, **kwargs: Any) -> None
values
values() -> list
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python