ApplicationEndpointConfiguration Klas
Vertegenwoordigt configuratiegegevens voor service.
Klasse ApplicationEndpointConfiguration-constructor.
- Overname
-
azureml._base_sdk_common.abstract_run_config_element._AbstractRunConfigElementApplicationEndpointConfiguration
Constructor
ApplicationEndpointConfiguration(type=None, port=None, properties=None)
Parameters
Name | Description |
---|---|
type
|
str of
<xref:_restclient.models.ApplicationEndpointType>
Toepassingstype. Mogelijke waarden zijn: 'Jupyter', 'JupyterLab', 'SSH', 'TensorBoard', 'VSCode', 'Grafana', 'Custom' Default value: None
|
port
|
De lokale poort die is vereist in de taakcontainer. Optioneel. De rekenprovider kiest een willekeurige poort als deze niet is opgegeven. Default value: None
|
properties
|
Enkele mogelijke sleutels zijn:
Default value: None
|