Delen via


ApplicationEndpointConfiguration Klas

Vertegenwoordigt configuratiegegevens voor service.

Klasse ApplicationEndpointConfiguration-constructor.

Overname
azureml._base_sdk_common.abstract_run_config_element._AbstractRunConfigElement
ApplicationEndpointConfiguration

Constructor

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

Parameters

type
str of <xref:_restclient.models.ApplicationEndpointType>
standaardwaarde: None

Toepassingstype. Mogelijke waarden zijn: 'Jupyter', 'JupyterLab', 'SSH', 'TensorBoard', 'VSCode', 'Grafana', 'Custom'

port
int
standaardwaarde: None

De lokale poort die is vereist in de taakcontainer. Optioneel. De rekenprovider kiest een willekeurige poort als deze niet is opgegeven.

properties
dict[str, str]
standaardwaarde: None

Enkele mogelijke sleutels zijn:

  • opdracht: optioneel. Is van toepassing wanneer Type Aangepast is.
  • logDir: optioneel. Is van toepassing wanneer Type TensorBoard is.
  • sshPublicKeys: optioneel. Is van toepassing wanneer Type SSH is.