Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Description
Get the status of the dedicated pool for a published web service running on Machine Learning Server.
Usage
getPoolStatus(name, version)
Arguments
name
A string representing the web service name. To the dedicated pool status, you must provide the specific name and version of the service that the pool is associated with.
version
A string representing the web service version. To check the dedicated pool status, you must provide the specific name and version of the service that the pool is associated with.
See Also
Other dedicated pool methods: configureServicePool, deleteServicePool
Examples
## Not run:
getPoolStatus(
name = "myService",
version = "v1"
)
## End(Not run)