RuntimeInfo

ワークロードの実行に関するランタイム情報。

JSON 表現
{
  "endpoints": {
    string: string,
    ...
  },
  "outputUri": string,
  "diagnosticOutputUri": string,
  "approximateUsage": {
    object (UsageMetrics)
  },
  "currentUsage": {
    object (UsageSnapshot)
  }
}
フィールド
endpoints

map (key: string, value: string)

出力専用。リモート アクセス エンドポイント(ウェブ インターフェースや API など)と URI のマッピング。

"key": value ペアのリストを含むオブジェクト。例: { "name": "wrench", "mass": "1.3kg", "count": "3" }

outputUri

string

出力専用。ワークロードの stdout と stderr のロケーションを指す URI。

diagnosticOutputUri

string

出力専用。診断用 tarball の場所を指す URI。

approximateUsage

object (UsageMetrics)

出力専用。ワークロードの完了時に計算されるワークロード リソースの使用量の概算(Dataproc サーバーレスの料金をご覧ください)。

注: この指標の計算は、ワークロードの実行中にワークロード リソースの累積消費量をキャプチャするなど、今後変更される可能性があります(お知らせ、変更、修正、その他の Dataproc の開発については、Dataproc サーバーレス リリースノートをご覧ください)。

currentUsage

object (UsageSnapshot)

出力専用。現在のワークロードのリソース使用量のスナップショット。

UsageMetrics

使用状況の指標は、ワークロードによって使用されるリソースのおおよその合計を表します。

JSON 表現
{
  "milliDcuSeconds": string,
  "shuffleStorageGbSeconds": string,
  "milliAcceleratorSeconds": string,
  "acceleratorType": string
}
フィールド
milliDcuSeconds

string (int64 format)

省略可。DCU(Dataproc コンピューティング ユニット)の使用量(milliDCU x seconds)(Dataproc Serverless の料金をご覧ください)。

shuffleStorageGbSeconds

string (int64 format)

省略可。シャッフル ストレージの使用量(GB x seconds)(Dataproc サーバーレスの料金をご覧ください)。

milliAcceleratorSeconds

string (int64 format)

省略可。アクセラレータの使用量(milliAccelerator x seconds)(Dataproc Serverless の料金をご覧ください)。

acceleratorType

string

省略可。使用されているアクセラレータのタイプ(該当する場合)

UsageSnapshot

使用状況スナップショットは、指定された時点でワークロードによって消費されたリソースを表します。

JSON 表現
{
  "milliDcu": string,
  "shuffleStorageGb": string,
  "milliDcuPremium": string,
  "shuffleStorageGbPremium": string,
  "milliAccelerator": string,
  "acceleratorType": string,
  "snapshotTime": string
}
フィールド
milliDcu

string (int64 format)

省略可。ミリ(1,000 分の 1)Dataproc コンピューティング ユニット(DCU)(Dataproc サーバーレスの料金をご覧ください)。

shuffleStorageGb

string (int64 format)

省略可。シャッフル ストレージの容量(ギガバイト単位)。(Dataproc サーバーレスの料金をご覧ください)。

milliDcuPremium

string (int64 format)

省略可。ミリ(1,000 分の 1)Dataproc コンピューティング ユニット(DCU)は、プレミアム ティアで課金されます(Dataproc サーバーレスの料金をご覧ください)。

shuffleStorageGbPremium

string (int64 format)

省略可。シャッフル ストレージ(ギガバイト単位、GB)はプレミアム ティアで課金されます。(Dataproc サーバーレスの料金をご覧ください)。

milliAccelerator

string (int64 format)

省略可。ミリ(1,000 分の 1)アクセラレータ。(Dataproc サーバーレスの料金をご覧ください)。

acceleratorType

string

省略可。使用されているアクセラレータのタイプ(該当する場合)

snapshotTime

string (Timestamp format)

省略可。使用状況スナップショットのタイムスタンプ。

RFC3339 UTC「Zulu」形式のタイムスタンプ。精度はナノ秒まで、小数点以下は最大 9 桁。例: "2014-10-02T15:01:23Z""2014-10-02T15:01:23.045123456Z"