ApplicationEndpointConfiguration Class
Represents configuration information for service.
Class ApplicationEndpointConfiguration constructor.
- Inheritance
-
azureml._base_sdk_common.abstract_run_config_element._AbstractRunConfigElementApplicationEndpointConfiguration
Constructor
ApplicationEndpointConfiguration(type=None, port=None, properties=None)
Parameters
Name | Description |
---|---|
type
|
str or
<xref:_restclient.models.ApplicationEndpointType>
Application type. Possible values include: 'Jupyter', 'JupyterLab', 'SSH', 'TensorBoard', 'VSCode', 'Grafana', 'Custom' Default value: None
|
port
|
The local port required in job container. Optional. The compute provider will pick a random port if it's not specified. Default value: None
|
properties
|
Some possible keys are:
Default value: None
|