クラス BatchResponse

BatchResponse

azureml.deploy.server.service.BatchResponse(api, execution_id, response,
    output_schema)

特定の状態でのサービスの全体的なバッチ実行応答を表します。 これを使用すると、サービスの ServiceResponse を取得するために、バッチ実行インデックスを execution(index) 関数に提供できます。

api

api

API エンドポイントを取得します。

completed_item_count

completed_item_count

これまでに処理された完了済みのバッチ結果の数を返します。

実行

execution(index)

この実行 index にあるバッチ内のサービス実行結果を抽出します。

引数

インデックス (index)

バッチ実行インデックス。

戻り値

実行結果 ServiceResponse

execution_id

execution_id

バッチが開始されている場合は、このバッチの実行識別子を返します。それ以外の場合は None を返します。

total_item_count

total_item_count

任意の状態で処理されたバッチ結果の総数を返します。