次の方法で共有


BatchNodeInfo interface

タスクが実行されたコンピューティング ノードに関する情報。

プロパティ

affinityId

タスクが実行されるノードの識別子で、タスクを追加する際にこのコンピュートノードでのスケジュールを要求する際に渡すことができます。

nodeId

タスクが実行されるComputeノードのID。

nodeUrl

タスクが動作するComputeノードのURLです。

poolId

タスクが実施されたプールのID。

taskRootDirectory

Computeノード上のタスクのルートディレクトリ。

taskRootDirectoryUrl

Computeノード上のタスクのルートディレクトリへのURL。

プロパティの詳細

affinityId

タスクが実行されるノードの識別子で、タスクを追加する際にこのコンピュートノードでのスケジュールを要求する際に渡すことができます。

affinityId?: string

プロパティ値

string

nodeId

タスクが実行されるComputeノードのID。

nodeId?: string

プロパティ値

string

nodeUrl

タスクが動作するComputeノードのURLです。

nodeUrl?: string

プロパティ値

string

poolId

タスクが実施されたプールのID。

poolId?: string

プロパティ値

string

taskRootDirectory

Computeノード上のタスクのルートディレクトリ。

taskRootDirectory?: string

プロパティ値

string

taskRootDirectoryUrl

Computeノード上のタスクのルートディレクトリへのURL。

taskRootDirectoryUrl?: string

プロパティ値

string