Skip to content

Commit

Permalink
Broken links mlops (#379)
Browse files Browse the repository at this point in the history
* fix broken links in mlops guide

* Fix more mlops broken links
  • Loading branch information
vatj authored Apr 30, 2024
1 parent ae0ea1d commit b625bda
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions docs/user_guides/mlops/serving/deployment-state.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,9 @@ deployment.transformer.resources.describe()

### API Reference

[Deployment](https://docs.hopsworks.ai/machine-learning-api/{{{ hopsworks_version }}}/generated/api/deployment/)
[Deployment](https://docs.hopsworks.ai/machine-learning-api/{{{ hopsworks_version }}}/generated/model-serving/deployment_api/)

[PredictorState](https://docs.hopsworks.ai/machine-learning-api/{{{ hopsworks_version }}}/generated/api/predictor-state/)
[PredictorState](https://docs.hopsworks.ai/machine-learning-api/{{{ hopsworks_version }}}/generated/model-serving/predictor_api/)

## Deployment status

Expand Down
2 changes: 1 addition & 1 deletion docs/user_guides/mlops/serving/deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ my_deployment.save()

### API Reference

[Model Serving](https://docs.hopsworks.ai/machine-learning-api/{{{ hopsworks_version }}}/generated/api/deployment/)
[Model Serving](https://docs.hopsworks.ai/machine-learning-api/{{{ hopsworks_version }}}/generated/model-serving/deployment_api/)

## Model Artifact

Expand Down
2 changes: 1 addition & 1 deletion docs/user_guides/mlops/serving/inference-batcher.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ my_deployment.save()

### API Reference

[Inference Batcher](https://docs.hopsworks.ai/machine-learning-api/{{{ hopsworks_version }}}/generated/api/inference-batcher/)
[Inference Batcher](https://docs.hopsworks.ai/machine-learning-api/{{{ hopsworks_version }}}/generated/model-serving/inference_batcher_api/)

## Compatibility matrix

Expand Down
2 changes: 1 addition & 1 deletion docs/user_guides/mlops/serving/inference-logger.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ my_deployment.save()

### API Reference

[Inference Logger](https://docs.hopsworks.ai/machine-learning-api/{{{ hopsworks_version }}}/generated/api/inference-logger/)
[Inference Logger](https://docs.hopsworks.ai/machine-learning-api/{{{ hopsworks_version }}}/generated/model-serving/inference_logger_api/)

## Topic schema

Expand Down
2 changes: 1 addition & 1 deletion docs/user_guides/mlops/serving/predictor.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ my_deployment.save()

### API Reference

[Predictor](https://docs.hopsworks.ai/machine-learning-api/{{{ hopsworks_version }}}/generated/api/predictor/)
[Predictor](https://docs.hopsworks.ai/machine-learning-api/{{{ hopsworks_version }}}/generated/model-serving/predictor_api/)

## Model Server

Expand Down
2 changes: 1 addition & 1 deletion docs/user_guides/mlops/serving/resources.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ my_deployment.save()

### API Reference

[Resource Allocation](https://docs.hopsworks.ai/machine-learning-api/{{{ hopsworks_version }}}/generated/api/resources/)
[Resource Allocation](https://docs.hopsworks.ai/machine-learning-api/{{{ hopsworks_version }}}/generated/model-serving/resources_api/)

## Compatibility matrix

Expand Down
2 changes: 1 addition & 1 deletion docs/user_guides/mlops/serving/transformer.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ my_deployment.save()

### API Reference

[Transformer](https://docs.hopsworks.ai/machine-learning-api/{{{ hopsworks_version }}}/generated/api/transformer/)
[Transformer](https://docs.hopsworks.ai/machine-learning-api/{{{ hopsworks_version }}}/generated/model-serving/transformer_api/)

## Resources

Expand Down
4 changes: 2 additions & 2 deletions docs/user_guides/mlops/serving/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,6 @@ deployment.get_logs(component="predictor|transformer", tail=10)

### API Reference

[Deployment](https://docs.hopsworks.ai/machine-learning-api/{{{ hopsworks_version }}}/generated/api/deployment/)
[Deployment](https://docs.hopsworks.ai/machine-learning-api/{{{ hopsworks_version }}}/generated/model-serving/deployment_api/)

[PredictorState](https://docs.hopsworks.ai/machine-learning-api/{{{ hopsworks_version }}}/generated/api/predictor-state/)
[PredictorState](https://docs.hopsworks.ai/machine-learning-api/{{{ hopsworks_version }}}/generated/model-serving/predictor_state_api/)

0 comments on commit b625bda

Please sign in to comment.