Methods
create_or_update
create_or_update
Creates or updates an MLRepo entity based on the provided manifest.
Parameters
MlRepoManifest
required
🔗 MlRepoManifestMLRepo manifest
typing.Optional[bool]
Validate the manifest and collaborators without persisting changes or updating artifact location in the database
Returns
GetMlRepoResponse
🔗 GetMlRepoResponseReturns the created or updated MLRepo entity based on the provided manifest.
Usage
get
get
delete
delete
list
list
List ML Repos with optional filtering by name.
Parameters
typing.Optional[str]
Name of the ML Repo to filter by
typing.Optional[int]
Maximum number of ML Repos to return
typing.Optional[int]
Number of ML Repos to skip for pagination
Returns
SyncPager[MlRepo, ListMlReposResponse]
🔗 ListMlReposResponseList of ML Repos matching the query with pagination information