ApplicationEndpointConfiguration Class

Represents configuration information for service.

Class ApplicationEndpointConfiguration constructor.

Inheritance
azureml._base_sdk_common.abstract_run_config_element._AbstractRunConfigElement
ApplicationEndpointConfiguration

Constructor

ApplicationEndpointConfiguration(type=None, port=None, properties=None)

Parameters

type
str or <xref:_restclient.models.ApplicationEndpointType>
default value: None

Application type. Possible values include: 'Jupyter', 'JupyterLab', 'SSH', 'TensorBoard', 'VSCode', 'Grafana', 'Custom'

port
int
default value: None

The local port required in job container. Optional. The compute provider will pick a random port if it's not specified.

properties
dict[str, str]
default value: None

Some possible keys are:

  • command: optional. Applies when Type is Custom.
  • logDir: optional. Applies when Type is TensorBoard.
  • sshPublicKeys: optional. Applies when Type is SSH.