You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Create a request for the method "v1.evaluateInstances".
155801
+
*
155802
+
* This request holds the parameters needed by the aiplatform server. After setting any optional
155803
+
* parameters, call the {@link EvaluateInstances#execute()} method to invoke the remote operation.
155804
+
*
155805
+
* @param content the {@link com.google.api.services.aiplatform.v1.model.GoogleCloudAiplatformV1EvaluateInstancesRequest}
155806
+
* @return the request
155807
+
*/
155808
+
public EvaluateInstances evaluateInstances(com.google.api.services.aiplatform.v1.model.GoogleCloudAiplatformV1EvaluateInstancesRequest content) throws java.io.IOException {
155809
+
EvaluateInstances result = new EvaluateInstances(content);
155810
+
initialize(result);
155811
+
return result;
155812
+
}
155813
+
155814
+
public class EvaluateInstances extends AiplatformRequest<com.google.api.services.aiplatform.v1.model.GoogleCloudAiplatformV1EvaluateInstancesResponse> {
155815
+
155816
+
private static final String REST_PATH = "v1:evaluateInstances";
155817
+
155818
+
/**
155819
+
* Evaluates instances based on a given metric.
155820
+
*
155821
+
* Create a request for the method "v1.evaluateInstances".
155822
+
*
155823
+
* This request holds the parameters needed by the the aiplatform server. After setting any
155824
+
* optional parameters, call the {@link EvaluateInstances#execute()} method to invoke the remote
* Generates rubrics for a given prompt. A rubric represents a single testable criterion for
155898
+
* evaluation. One input prompt could have multiple rubrics This RPC allows users to get suggested
155899
+
* rubrics based on provided prompt, which can then be reviewed and used for subsequent evaluations.
155900
+
*
155901
+
* Create a request for the method "v1.generateInstanceRubrics".
155902
+
*
155903
+
* This request holds the parameters needed by the aiplatform server. After setting any optional
155904
+
* parameters, call the {@link GenerateInstanceRubrics#execute()} method to invoke the remote
155905
+
* operation.
155906
+
*
155907
+
* @param content the {@link com.google.api.services.aiplatform.v1.model.GoogleCloudAiplatformV1GenerateInstanceRubricsRequest}
155908
+
* @return the request
155909
+
*/
155910
+
public GenerateInstanceRubrics generateInstanceRubrics(com.google.api.services.aiplatform.v1.model.GoogleCloudAiplatformV1GenerateInstanceRubricsRequest content) throws java.io.IOException {
155911
+
GenerateInstanceRubrics result = new GenerateInstanceRubrics(content);
155912
+
initialize(result);
155913
+
return result;
155914
+
}
155915
+
155916
+
public class GenerateInstanceRubrics extends AiplatformRequest<com.google.api.services.aiplatform.v1.model.GoogleCloudAiplatformV1GenerateInstanceRubricsResponse> {
155917
+
155918
+
private static final String REST_PATH = "v1:generateInstanceRubrics";
155919
+
155920
+
/**
155921
+
* Generates rubrics for a given prompt. A rubric represents a single testable criterion for
155922
+
* evaluation. One input prompt could have multiple rubrics This RPC allows users to get suggested
155923
+
* rubrics based on provided prompt, which can then be reviewed and used for subsequent
155924
+
* evaluations.
155925
+
*
155926
+
* Create a request for the method "v1.generateInstanceRubrics".
155927
+
*
155928
+
* This request holds the parameters needed by the the aiplatform server. After setting any
155929
+
* optional parameters, call the {@link GenerateInstanceRubrics#execute()} method to invoke the
Copy file name to clipboardExpand all lines: clients/google-api-services-aiplatform/v1/2.0.0/com/google/api/services/aiplatform/v1/model/GoogleCloudAiplatformV1EvaluateDatasetRequest.java
+27Lines changed: 27 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -44,6 +44,14 @@ public final class GoogleCloudAiplatformV1EvaluateDatasetRequest extends com.goo
0 commit comments