Skip to content
This repository has been archived by the owner on Jul 19, 2023. It is now read-only.

Commit

Permalink
Added readthedocs link in README (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
RedbackThomson committed Nov 30, 2019
1 parent 8cc0336 commit b320108
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Amazon SageMaker Operators for Kubernetes are operators that can be used to trai

## Usage

First, you must [install the operators](). After installation is complete, create a TrainingJob YAML specification by following one of the samples, like [samples/xgboost-mnist-trainingjob.yaml](./samples/xgboost-mnist-trainingjob.yaml). Then, use `kubectl` to create and monitor the progress of your job:
First, you must [install the operators](https://sagemaker.readthedocs.io/en/stable/amazon_sagemaker_operators_for_kubernetes.html). After installation is complete, create a TrainingJob YAML specification by following one of the samples, like [samples/xgboost-mnist-trainingjob.yaml](./samples/xgboost-mnist-trainingjob.yaml). Then, use `kubectl` to create and monitor the progress of your job:

```bash
$ kubectl apply -f xgboost-mnist-trainingjob.yaml
Expand Down Expand Up @@ -37,7 +37,7 @@ xgboost-mnist-cf1e16fb10a511eaaa450a350733ba06/algo-1-1574811611 2019-11-26 15:4

The Amazon SageMaker Operators for Kubernetes enable management of SageMaker TrainingJobs, HyperParameterTuningJobs, BatchTransformJobs and HostingDeployments (Endpoints). Create and monitor them using the same `kubectl` tool as above.

To install the operators onto your Kubernetes cluster, follow our [User Guide]().
To install the operators onto your Kubernetes cluster, follow our [User Guide](https://sagemaker.readthedocs.io/en/stable/amazon_sagemaker_operators_for_kubernetes.html).

### YAML Examples

Expand Down

0 comments on commit b320108

Please sign in to comment.