PipelineJob interface
パイプライン ジョブ定義: ジェネリックから MFE 属性を定義します。
- Extends
プロパティ
inputs | パイプライン ジョブの入力。 |
jobs | ジョブはパイプライン ジョブを構築します。 |
job |
ポリモーフィック判別器。このオブジェクトで使用できるさまざまな型を指定します。 |
outputs | パイプライン ジョブの出力 |
settings | ContinueRunOnStepFailure などのパイプライン設定。 |
source |
ソース ジョブの ARM リソース ID。 |
継承されたプロパティ
component |
コンポーネント リソースの ARM リソース ID。 |
compute |
コンピューティング リソースの ARM リソース ID。 |
description | 資産の説明テキスト。 |
display |
ジョブの表示名。 |
experiment |
ジョブが属する実験の名前。 設定されていない場合、ジョブは "Default" 実験に配置されます。 |
identity | ID の構成。 設定する場合は、AmlToken、ManagedIdentity、UserIdentity、または null のいずれかである必要があります。 null の場合、既定値は AmlToken になります。 |
is |
資産はアーカイブされていますか? |
properties | 資産プロパティ ディクショナリ。 |
services | JobEndpoints の一覧。 ローカル ジョブの場合、ジョブ エンドポイントのエンドポイント値は FileStreamObject になります。 |
status | ジョブの状態。 注: このプロパティはシリアル化されません。 これは、サーバーによってのみ設定できます。 |
tags | タグ辞書。 タグは追加、削除、更新できます。 |
プロパティの詳細
inputs
パイプライン ジョブの入力。
inputs?: {[propertyName: string]: JobInputUnion | null}
プロパティ値
{[propertyName: string]: JobInputUnion | null}
jobs
ジョブはパイプライン ジョブを構築します。
jobs?: {[propertyName: string]: Record<string, unknown>}
プロパティ値
{[propertyName: string]: Record<string, unknown>}
jobType
ポリモーフィック判別器。このオブジェクトで使用できるさまざまな型を指定します。
jobType: "Pipeline"
プロパティ値
"Pipeline"
outputs
パイプライン ジョブの出力
outputs?: {[propertyName: string]: JobOutputUnion | null}
プロパティ値
{[propertyName: string]: JobOutputUnion | null}
settings
ContinueRunOnStepFailure などのパイプライン設定。
settings?: Record<string, unknown>
プロパティ値
Record<string, unknown>
sourceJobId
ソース ジョブの ARM リソース ID。
sourceJobId?: string
プロパティ値
string
継承されたプロパティの詳細
componentId
computeId
description
displayName
experimentName
ジョブが属する実験の名前。 設定されていない場合、ジョブは "Default" 実験に配置されます。
experimentName?: string
プロパティ値
string
identity
ID の構成。 設定する場合は、AmlToken、ManagedIdentity、UserIdentity、または null のいずれかである必要があります。 null の場合、既定値は AmlToken になります。
identity?: IdentityConfigurationUnion
プロパティ値
isArchived
properties
資産プロパティ ディクショナリ。
properties?: {[propertyName: string]: string | null}
プロパティ値
{[propertyName: string]: string | null}
services
JobEndpoints の一覧。 ローカル ジョブの場合、ジョブ エンドポイントのエンドポイント値は FileStreamObject になります。
services?: {[propertyName: string]: JobService | null}
プロパティ値
{[propertyName: string]: JobService | null}
status
ジョブの状態。 注: このプロパティはシリアル化されません。 これは、サーバーによってのみ設定できます。
status?: string
プロパティ値
string
tags
タグ辞書。 タグは追加、削除、更新できます。
tags?: {[propertyName: string]: string | null}
プロパティ値
{[propertyName: string]: string | null}