(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
-
aiDataPlatformId(required): string
The [OCID](/iaas/Content/General/Concepts/identifiers.htm) of the AI Data Platform (Data Lake) instance.
-
workspaceKey(required): string
The key of the Workspace
Header Parameters
-
dh-user-principal: string
The DH User Principal Header .
-
opc-request-id: string
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.
Details of logged models to fetch.
Root Schema : ListLoggedModelsDetails
Type:
objectDetails of logged models to fetch.
Show Source
-
experiment_ids:
array experiment_ids
Fetch logged-models under list of experiments.
-
filter:
string
A filter expression over logged-models attributes.
-
max_results:
integer(int64)
Maximum number of logged-models desired. Servers may select a default. Callers are encouraged to pass max_results explicitly and leverage page_token to iterate.
-
order_by:
array order_by
List of attributes for ordering search results.
-
page_token:
string
Token indicating the page of logged-models to fetch.
Nested Schema : experiment_ids
Type:
arrayFetch logged-models under list of experiments.
Show Source
Nested Schema : order_by
Type:
arrayList of attributes for ordering search results.
Show Source
-
Array of:
object LoggedModelOrder
LoggedModelOrder.
Nested Schema : LoggedModelOrder
Type:
objectLoggedModelOrder.
Show Source
-
ascending:
boolean
Whether the order is ascending.
-
field_name(required):
string
Field name. Allowed values are creation_time.
Response
Supported Media Types
- application/json
200 Response
Successful operation. List of logged models is retrieved.
Headers
-
opc-next-page: string
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.
-
opc-request-id: string
Unique Oracle-assigned ID for the request. If you need to contact Oracle about a particular request, please provide the request ID.
Root Schema : LoggedModelCollection
Type:
objectResult of listing logged-models.
Show Source
-
models:
array models
Logged models that match the search criteria
-
next_page_token:
string
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:
arrayLogged models that match the search criteria
Show Source
-
Array of:
object LoggedModel
Details of the logged model.
Nested Schema : LoggedModel
Type:
objectDetails of the logged model.
Show Source
-
data:
object data
Additional Properties Allowed:
trueDetails of the logged model data. -
info:
object LoggedModelInfo
Details of the logged model info.
Nested Schema : data
Type:
objectAdditional Properties Allowed:
trueDetails of the logged model data.
Nested Schema : LoggedModelInfo
Type:
objectDetails of the logged model info.
Show Source
-
artifact_uri:
string
Artifact URI.
-
creation_timestamp_ms:
integer(int64)
Unix timestamp in milliseconds when the logged model was created.
-
experiment_id:
string
Unique identifier for the experiment.
-
last_updated_timestamp_ms:
integer(int64)
Unix timestamp in milliseconds when the logged model was last updated.
-
model_id:
string
ID of logged model.
-
model_type:
string
Model type of logged model.
-
name:
string
Name of logged model.
-
source_run_id:
string
Source run ID of logged model.
-
status:
string
Status of logged model.
-
tags:
array tags
Tags of logged model.
Nested Schema : LoggedModelTag
Type:
objectLogged model tag.
Show Source
-
key(required):
string
Key of the tag.
-
value(required):
string
Value of the tag.
400 Response
Bad Request (invalid query parameters, malformed headers, and so on).
Headers
-
opc-request-id: string
Unique Oracle-assigned ID for the request. If you need to contact Oracle about a particular request, please provide the request ID.
Root Schema : Error
Type:
objectError information.
Show Source
-
code(required):
string
A short error code that defines the error, meant for programmatic parsing.
-
message(required):
string
A human-readable error message.
401 Response
Unauthorized (missing or expired credentials, and so on).
Headers
-
opc-request-id: string
Unique Oracle-assigned ID for the request. If you need to contact Oracle about a particular request, please provide the request ID.
Root Schema : Error
Type:
objectError information.
Show Source
-
code(required):
string
A short error code that defines the error, meant for programmatic parsing.
-
message(required):
string
A human-readable error message.
404 Response
Not Found. The requested resource was not found.
Headers
-
opc-request-id: string
Unique Oracle-assigned ID for the request. If you need to contact Oracle about a particular request, please provide the request ID.
Root Schema : Error
Type:
objectError information.
Show Source
-
code(required):
string
A short error code that defines the error, meant for programmatic parsing.
-
message(required):
string
A human-readable error message.
429 Response
Too Many Requests. Too many requests sent to the server in a short period.
Headers
-
opc-request-id: string
Unique Oracle-assigned ID for the request. If you need to contact Oracle about a particular request, please provide the request ID.
Root Schema : Error
Type:
objectError information.
Show Source
-
code(required):
string
A short error code that defines the error, meant for programmatic parsing.
-
message(required):
string
A human-readable error message.
500 Response
Internal Server Error. The server encountered an unexpected condition preventing fulfilment of the request.
Headers
-
opc-request-id: string
Unique Oracle-assigned ID for the request. If you need to contact Oracle about a particular request, please provide the request ID.
Root Schema : Error
Type:
objectError information.
Show Source
-
code(required):
string
A short error code that defines the error, meant for programmatic parsing.
-
message(required):
string
A human-readable error message.
Default Response
Unknown Error. Error is not recognized by the system.
Headers
-
opc-request-id: string
Unique Oracle-assigned ID for the request. If you need to contact Oracle about a particular request, please provide the request ID.
Root Schema : Error
Type:
objectError information.
Show Source
-
code(required):
string
A short error code that defines the error, meant for programmatic parsing.
-
message(required):
string
A human-readable error message.