Interface GetAutoTestRubricResultsCommandOutput

interface GetAutoTestRubricResultsCommandOutput {
    $metadata: ResponseMetadata;
    rubricResults: Record<string, string>;
}

Hierarchy (View Summary)

Properties

$metadata: ResponseMetadata

Metadata pertaining to this request.

rubricResults: Record<string, string>

Mapping from submission id to the rubric results for that submission.