Description Usage Arguments Value See Also
Returns a ContainerRegistry
object with the details for an
Azure Container Registry (ACR). This is needed when a custom
Docker image used for training or deployment is located in
a private image registry. Provide a ContainerRegistry
object
to the image_registry_details
parameter of either r_environment()
or estimator()
.
1 | container_registry(address = NULL, username = NULL, password = NULL)
|
address |
A string of the DNS name or IP address of the Azure Container Registry (ACR). |
username |
A string of the username for ACR. |
password |
A string of the password for ACR. |
The ContainerRegistry
object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.