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
Copy file name to clipboardExpand all lines: clients/google-api-services-aiplatform/v1/2.0.0/com/google/api/services/aiplatform/v1/model/GoogleCloudAiplatformV1CandidateResponse.java
+24Lines changed: 24 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -36,6 +36,13 @@ public final class GoogleCloudAiplatformV1CandidateResponse extends com.google.a
36
36
@com.google.api.client.util.Key
37
37
privatejava.lang.Stringcandidate;
38
38
39
+
/**
40
+
* Output only. Error while scraping model or agent.
41
+
* The value may be {@code null}.
42
+
*/
43
+
@com.google.api.client.util.Key
44
+
privateGoogleRpcStatuserror;
45
+
39
46
/**
40
47
* Text response.
41
48
* The value may be {@code null}.
@@ -67,6 +74,23 @@ public GoogleCloudAiplatformV1CandidateResponse setCandidate(java.lang.String ca
67
74
returnthis;
68
75
}
69
76
77
+
/**
78
+
* Output only. Error while scraping model or agent.
79
+
* @return value or {@code null} for none
80
+
*/
81
+
publicGoogleRpcStatusgetError() {
82
+
returnerror;
83
+
}
84
+
85
+
/**
86
+
* Output only. Error while scraping model or agent.
Copy file name to clipboardExpand all lines: clients/google-api-services-aiplatform/v1/2.0.0/com/google/api/services/aiplatform/v1/model/GoogleCloudAiplatformV1EvaluationInstance.java
Copy file name to clipboardExpand all lines: clients/google-api-services-aiplatform/v1/2.0.0/com/google/api/services/aiplatform/v1/model/GoogleCloudAiplatformV1EvaluationInstanceAgentConfig.java
0 commit comments