Class RedTeamRetrieveEvaluationResultsResponse
-
- All Implemented Interfaces:
public final class RedTeamRetrieveEvaluationResultsResponseComplete result of a red team workflow.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classRedTeamRetrieveEvaluationResultsResponse.BuilderA builder for RedTeamRetrieveEvaluationResultsResponse.
public final classRedTeamRetrieveEvaluationResultsResponse.ResultFull red team workflow result payload.
-
Method Summary
-
-
Method Detail
-
result
final RedTeamRetrieveEvaluationResultsResponse.Result result()
Full red team workflow result payload.
-
workflowId
final String workflowId()
Workflow identifier
-
_result
final JsonField<RedTeamRetrieveEvaluationResultsResponse.Result> _result()
Returns the raw JSON value of result.
Unlike result, this method doesn't throw if the JSON field has an unexpected type.
-
_runId
final JsonField<String> _runId()
Returns the raw JSON value of runId.
Unlike runId, this method doesn't throw if the JSON field has an unexpected type.
-
_workflowId
final JsonField<String> _workflowId()
Returns the raw JSON value of workflowId.
Unlike workflowId, this method doesn't throw if the JSON field has an unexpected type.
-
_status
final JsonField<String> _status()
Returns the raw JSON value of status.
Unlike status, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final RedTeamRetrieveEvaluationResultsResponse.Builder toBuilder()
-
validate
final RedTeamRetrieveEvaluationResultsResponse validate()
-
builder
final static RedTeamRetrieveEvaluationResultsResponse.Builder builder()
Returns a mutable builder for constructing an instance of RedTeamRetrieveEvaluationResultsResponse.
The following fields are required:
.result() .runId() .workflowId()
-
-
-
-