You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Support provider endpoint in Jina Executor (#6149)
This release adds the --provider-endpoint flag, which can only be used in conjunction with the --provider flag. The --provider-endpoint flag takes as a parameter a named endpoint supported in the Executor and sets the endpoint of the provider to map to that Executor endpoint.
At present, SageMaker is the only available provider option, so using the parameters --provider SAGEMAKER --provider-endpoint <named endpoint> will make the SageMaker invocations endpoint map to the named endpoint of the Executor.
🤟 Contributors
We would like to thank all contributors to this release:
Release Note
This release contains 1 new feature.
🆕 Features
Support provider endpoint in Jina Executor (#6149)
This release adds the
--provider-endpoint
flag, which can only be used in conjunction with the--provider
flag. The--provider-endpoint
flag takes as a parameter a named endpoint supported in the Executor and sets the endpoint of the provider to map to that Executor endpoint.At present, SageMaker is the only available provider option, so using the parameters
--provider SAGEMAKER --provider-endpoint <named endpoint>
will make the SageMakerinvocations
endpoint map to the named endpoint of the Executor.🤟 Contributors
We would like to thank all contributors to this release:
The text was updated successfully, but these errors were encountered: