Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
MLflow Gateway integration
This PR consists of three parts. The client and its models are defined in a new integration module. Then, the example uses the new integration.
Related to #479
MLflow Gateway Models
File:
integrations/mlflow/src/commonMain/kotlin/com/xebia/functional/xef/mlflow/models.kt
Includes the models for interacting with MLflow Gateway:
MLflow Gateway Client
File:
integrations/mlflow/src/commonMain/kotlin/com/xebia/functional/xef/mlflow/MlflowClient.kt
Client with some methods for interacting with the gateway and its models.
MLflow Gateway Example
File:
examples/kotlin/src/main/kotlin/com/xebia/functional/xef/conversation/mlflow/Example.kt
Example inspired by the example shown in the following talk by Corey Zumar and Ben Wilson