ApplicationEndpointConfiguration クラス
サービスの構成情報を表します。
ApplicationEndpointConfiguration コンストラクターのクラス。
- 継承
-
azureml._base_sdk_common.abstract_run_config_element._AbstractRunConfigElementApplicationEndpointConfiguration
コンストラクター
ApplicationEndpointConfiguration(type=None, port=None, properties=None)
パラメーター
名前 | 説明 |
---|---|
type
|
str または
<xref:_restclient.models.ApplicationEndpointType>
アプリケーションの種類。 可能な値: 'Jupyter'、'JupyterLab'、'SSH'、'TensorBoard'、'VSCode'、'Grafana'、'Custom' 規定値: None
|
port
|
ジョブ コンテナーで必要なローカル ポート。 任意。 コンピューティング プロバイダーは、指定がない場合、ランダム ポートを選択します。 規定値: None
|
properties
|
考えられるキーの一部:
規定値: None
|