(Preview) List logged models

post

/20260430/aiDataPlatforms/{aiDataPlatformId}/workspaces/{workspaceKey}/mlops/api/2.0/mlflow/logged-models/search

(Preview) Returns a list of logged models.

Request

Path Parameters
Header Parameters
  • The DH User Principal Header .
  • Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID. The only valid characters for request IDs are letters, numbers, underscore, and dash.
Body ()
Details of logged models to fetch.
Root Schema : ListLoggedModelsDetails
Type: object
Details of logged models to fetch.
Show Source
Nested Schema : experiment_ids
Type: array
Fetch logged-models under list of experiments.
Show Source
Nested Schema : order_by
Type: array
List of attributes for ordering search results.
Show Source
Nested Schema : LoggedModelOrder
Type: object
LoggedModelOrder.
Show Source
Back to Top

Response

Supported Media Types

200 Response

Successful operation. List of logged models is retrieved.
Headers
  • For pagination of a list of items. When paging through a list, if this header appears in the response, then a partial list might have been returned. Include this value as the `page` parameter for the subsequent GET request to get the next batch of items.
  • Unique Oracle-assigned ID for the request. If you need to contact Oracle about a particular request, please provide the request ID.
Body ()
Root Schema : LoggedModelCollection
Type: object
Result of listing logged-models.
Show Source
  • models
    Logged models that match the search criteria
  • Token that can be used to retrieve the next page of logged-models. An empty token means that no more logged-models are available for retrieval.
Nested Schema : models
Type: array
Logged models that match the search criteria
Show Source
Nested Schema : LoggedModel
Type: object
Details of the logged model.
Show Source
Nested Schema : data
Type: object
Additional Properties Allowed: true
Details of the logged model data.
Nested Schema : LoggedModelInfo
Type: object
Details of the logged model info.
Show Source
Nested Schema : tags
Type: array
Tags of logged model.
Show Source
Nested Schema : LoggedModelTag
Type: object
Logged model tag.
Show Source

400 Response

Bad Request (invalid query parameters, malformed headers, and so on).
Headers
  • Unique Oracle-assigned ID for the request. If you need to contact Oracle about a particular request, please provide the request ID.
Body ()
Root Schema : Error
Type: object
Error information.
Show Source

401 Response

Unauthorized (missing or expired credentials, and so on).
Headers
  • Unique Oracle-assigned ID for the request. If you need to contact Oracle about a particular request, please provide the request ID.
Body ()
Root Schema : Error
Type: object
Error information.
Show Source

404 Response

Not Found. The requested resource was not found.
Headers
  • Unique Oracle-assigned ID for the request. If you need to contact Oracle about a particular request, please provide the request ID.
Body ()
Root Schema : Error
Type: object
Error information.
Show Source

429 Response

Too Many Requests. Too many requests sent to the server in a short period.
Headers
  • Unique Oracle-assigned ID for the request. If you need to contact Oracle about a particular request, please provide the request ID.
Body ()
Root Schema : Error
Type: object
Error information.
Show Source

500 Response

Internal Server Error. The server encountered an unexpected condition preventing fulfilment of the request.
Headers
  • Unique Oracle-assigned ID for the request. If you need to contact Oracle about a particular request, please provide the request ID.
Body ()
Root Schema : Error
Type: object
Error information.
Show Source

Default Response

Unknown Error. Error is not recognized by the system.
Headers
  • Unique Oracle-assigned ID for the request. If you need to contact Oracle about a particular request, please provide the request ID.
Body ()
Root Schema : Error
Type: object
Error information.
Show Source
Back to Top