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
Modifier and Type Method Description final RedTeamRetrieveEvaluationResultsResponse.Resultresult()Full red team workflow result payload. final StringrunId()Run identifier final StringworkflowId()Workflow identifier final Optional<String>status()Workflow status (e.g. final JsonField<RedTeamRetrieveEvaluationResultsResponse.Result>_result()Returns the raw JSON value of result. final JsonField<String>_runId()Returns the raw JSON value of runId. final JsonField<String>_workflowId()Returns the raw JSON value of workflowId. final JsonField<String>_status()Returns the raw JSON value of status. final Map<String, JsonValue>_additionalProperties()final RedTeamRetrieveEvaluationResultsResponse.BuildertoBuilder()final RedTeamRetrieveEvaluationResultsResponsevalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static RedTeamRetrieveEvaluationResultsResponse.Builderbuilder()Returns a mutable builder for constructing an instance of RedTeamRetrieveEvaluationResultsResponse. -
-
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()
Validates that the types of all values in this object match their expected types recursively.
This method is not forwards compatible with new types from the API for existing fields.
-
builder
final static RedTeamRetrieveEvaluationResultsResponse.Builder builder()
Returns a mutable builder for constructing an instance of RedTeamRetrieveEvaluationResultsResponse.
The following fields are required:
.result() .runId() .workflowId()
-
-
-
-