次の方法で共有


ApplicationEndpointConfiguration クラス

サービスの構成情報を表します。

ApplicationEndpointConfiguration コンストラクターのクラス。

継承
azureml._base_sdk_common.abstract_run_config_element._AbstractRunConfigElement
ApplicationEndpointConfiguration

コンストラクター

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

パラメーター

名前 説明
type
str または <xref:_restclient.models.ApplicationEndpointType>

アプリケーションの種類。 可能な値: 'Jupyter'、'JupyterLab'、'SSH'、'TensorBoard'、'VSCode'、'Grafana'、'Custom'

規定値: None
port
int

ジョブ コンテナーで必要なローカル ポート。 任意。 コンピューティング プロバイダーは、指定がない場合、ランダム ポートを選択します。

規定値: None
properties

考えられるキーの一部:

  • コマンド: 省略可能。 Type が Custom の場合に適用されます。
  • logDir: 省略可能。 Type が TensorBoard の場合に適用されます。
  • sshPublicKeys: 省略可能。 Type が SSH の場合に適用されます。
規定値: None