次の方法で共有


ExperimentExecutionDetailsProperties interface

実験実行の拡張プロパティを表すモデル。

Extends

プロパティ

failureReason

実行が失敗した理由。 注: このプロパティはシリアル化されません。 これは、サーバーによってのみ設定できます。

lastActionAt

最後のアクションの日付時刻を表す文字列。 注: このプロパティはシリアル化されません。 これは、サーバーによってのみ設定できます。

runInformation

実験の実行の情報。 注: このプロパティはシリアル化されません。 これは、サーバーによってのみ設定できます。

継承されたプロパティ

startedAt

開始時刻を表す文字列。 注: このプロパティはシリアル化されません。 これは、サーバーによってのみ設定できます。

status

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

stoppedAt

停止日時を表す文字列。 注: このプロパティはシリアル化されません。 これは、サーバーによってのみ設定できます。

プロパティの詳細

failureReason

実行が失敗した理由。 注: このプロパティはシリアル化されません。 これは、サーバーによってのみ設定できます。

failureReason?: string

プロパティ値

string

lastActionAt

最後のアクションの日付時刻を表す文字列。 注: このプロパティはシリアル化されません。 これは、サーバーによってのみ設定できます。

lastActionAt?: Date

プロパティ値

Date

runInformation

実験の実行の情報。 注: このプロパティはシリアル化されません。 これは、サーバーによってのみ設定できます。

runInformation?: ExperimentExecutionDetailsPropertiesRunInformation

プロパティ値

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

startedAt

開始時刻を表す文字列。 注: このプロパティはシリアル化されません。 これは、サーバーによってのみ設定できます。

startedAt?: Date

プロパティ値

Date

ExperimentExecutionProperties.startedAtから継承

status

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

status?: string

プロパティ値

string

ExperimentExecutionProperties.statusから継承

stoppedAt

停止日時を表す文字列。 注: このプロパティはシリアル化されません。 これは、サーバーによってのみ設定できます。

stoppedAt?: Date

プロパティ値

Date

ExperimentExecutionProperties.stoppedAtから継承