次の方法で共有


AutoMLJob interface

AutoMLJob クラス。 分類や回帰などの AutoML タスクを実行するには、このクラスを使用します。サポートされているすべてのタスクについては、TaskType 列挙型を参照してください。

Extends

プロパティ

environmentId

ジョブの環境仕様の ARM リソース ID。 これは省略可能な値です。指定しない場合、AutoML はジョブの実行時に既定で運用環境の AutoML キュレーション環境バージョンに設定されます。

environmentVariables

ジョブに含まれる環境変数。

jobType

ポリモーフィック識別子。このオブジェクトは、さまざまな型を指定します。

outputs

ジョブで使用される出力データ バインディングのマッピング。

queueSettings

ジョブのキュー設定

resources

ジョブのコンピューティング リソース構成。

taskDetails

[必須]これは、テーブル/NLP/イメージのいずれかである可能性があるシナリオを表します

継承されたプロパティ

componentId

コンポーネント リソースの ARM リソース ID。

computeId

コンピューティング リソースの ARM リソース ID。

description

資産の説明テキスト。

displayName

ジョブの表示名。

experimentName

ジョブが属する実験の名前。 設定されていない場合、ジョブは "既定" の実験に配置されます。

identity

ID の構成。 設定する場合は、AmlToken、ManagedIdentity、UserIdentity、または null のいずれかになります。 null の場合、既定値は AmlToken になります。

isArchived

資産はアーカイブされていますか?

notificationSetting

ジョブの通知設定

properties

資産プロパティ ディクショナリ。

services

JobEndpoints の一覧。 ローカル ジョブの場合、ジョブ エンドポイントのエンドポイント値は FileStreamObject になります。

status

ジョブの状態。 注: このプロパティはシリアル化されません。 サーバーによってのみ設定できます。

tags

タグ ディクショナリ。 タグは追加、削除、更新できます。

プロパティの詳細

environmentId

ジョブの環境仕様の ARM リソース ID。 これは省略可能な値です。指定しない場合、AutoML はジョブの実行時に既定で運用環境の AutoML キュレーション環境バージョンに設定されます。

environmentId?: string

プロパティ値

string

environmentVariables

ジョブに含まれる環境変数。

environmentVariables?: {[propertyName: string]: string | null}

プロパティ値

{[propertyName: string]: string | null}

jobType

ポリモーフィック識別子。このオブジェクトは、さまざまな型を指定します。

jobType: "AutoML"

プロパティ値

"AutoML"

outputs

ジョブで使用される出力データ バインディングのマッピング。

outputs?: {[propertyName: string]: JobOutputUnion | null}

プロパティ値

{[propertyName: string]: JobOutputUnion | null}

queueSettings

ジョブのキュー設定

queueSettings?: QueueSettings

プロパティ値

resources

ジョブのコンピューティング リソース構成。

resources?: JobResourceConfiguration

プロパティ値

taskDetails

[必須]これは、テーブル/NLP/イメージのいずれかである可能性があるシナリオを表します

taskDetails: AutoMLVerticalUnion

プロパティ値

継承されたプロパティの詳細

componentId

コンポーネント リソースの ARM リソース ID。

componentId?: string

プロパティ値

string

承元JobBaseProperties.componentId

computeId

コンピューティング リソースの ARM リソース ID。

computeId?: string

プロパティ値

string

承元JobBaseProperties.computeId

description

資産の説明テキスト。

description?: string

プロパティ値

string

承元JobBaseProperties.description

displayName

ジョブの表示名。

displayName?: string

プロパティ値

string

承元JobBaseProperties.displayName

experimentName

ジョブが属する実験の名前。 設定されていない場合、ジョブは "既定" の実験に配置されます。

experimentName?: string

プロパティ値

string

承元JobBaseProperties.experimentName

identity

ID の構成。 設定する場合は、AmlToken、ManagedIdentity、UserIdentity、または null のいずれかになります。 null の場合、既定値は AmlToken になります。

identity?: IdentityConfigurationUnion

プロパティ値

承元JobBaseProperties.identity

isArchived

資産はアーカイブされていますか?

isArchived?: boolean

プロパティ値

boolean

承元JobBaseProperties.isArchived

notificationSetting

ジョブの通知設定

notificationSetting?: NotificationSetting

プロパティ値

承元JobBaseProperties.notificationSetting

properties

資産プロパティ ディクショナリ。

properties?: {[propertyName: string]: string | null}

プロパティ値

{[propertyName: string]: string | null}

承元JobBaseProperties.properties

services

JobEndpoints の一覧。 ローカル ジョブの場合、ジョブ エンドポイントのエンドポイント値は FileStreamObject になります。

services?: {[propertyName: string]: JobService | null}

プロパティ値

{[propertyName: string]: JobService | null}

承元JobBaseProperties.services

status

ジョブの状態。 注: このプロパティはシリアル化されません。 サーバーによってのみ設定できます。

status?: string

プロパティ値

string

承元JobBaseProperties.status

tags

タグ ディクショナリ。 タグは追加、削除、更新できます。

tags?: {[propertyName: string]: string | null}

プロパティ値

{[propertyName: string]: string | null}

承元JobBaseProperties.tags