Class RawEvaluationSetRunsClient
- java.lang.Object
-
- ai.extend.resources.evaluationsetruns.RawEvaluationSetRunsClient
-
public class RawEvaluationSetRunsClient extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected ClientOptionsclientOptions
-
Constructor Summary
Constructors Constructor Description RawEvaluationSetRunsClient(ClientOptions clientOptions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExtendClientHttpResponse<EvaluationSetRun>retrieve(java.lang.String id)Get details of an evaluation set run.ExtendClientHttpResponse<EvaluationSetRun>retrieve(java.lang.String id, RequestOptions requestOptions)Get details of an evaluation set run.
-
-
-
Field Detail
-
clientOptions
protected final ClientOptions clientOptions
-
-
Constructor Detail
-
RawEvaluationSetRunsClient
public RawEvaluationSetRunsClient(ClientOptions clientOptions)
-
-
Method Detail
-
retrieve
public ExtendClientHttpResponse<EvaluationSetRun> retrieve(java.lang.String id)
Get details of an evaluation set run.
-
retrieve
public ExtendClientHttpResponse<EvaluationSetRun> retrieve(java.lang.String id, RequestOptions requestOptions)
Get details of an evaluation set run.
-
-