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
* Bidirectional streaming RPC to directly write to feature values in a feature view. Requests may
30071
+
* not have a one-to-one mapping to responses and responses may be returned out-of-order to reduce
30072
+
* latency.
30073
+
*
30074
+
* Create a request for the method "featureViews.directWrite".
30075
+
*
30076
+
* This request holds the parameters needed by the aiplatform server. After setting any optional
30077
+
* parameters, call the {@link DirectWrite#execute()} method to invoke the remote operation.
30078
+
*
30079
+
* @param featureView FeatureView resource format `projects/{project}/locations/{location}/featureOnlineStores/{featureOnl
30080
+
* ineStore}/featureViews/{featureView}`
30081
+
* @param content the {@link com.google.api.services.aiplatform.v1.model.GoogleCloudAiplatformV1FeatureViewDirectWriteRequest}
30082
+
* @return the request
30083
+
*/
30084
+
public DirectWrite directWrite(java.lang.String featureView, com.google.api.services.aiplatform.v1.model.GoogleCloudAiplatformV1FeatureViewDirectWriteRequest content) throws java.io.IOException {
30085
+
DirectWrite result = new DirectWrite(featureView, content);
30086
+
initialize(result);
30087
+
return result;
30088
+
}
30089
+
30090
+
public class DirectWrite extends AiplatformRequest<com.google.api.services.aiplatform.v1.model.GoogleCloudAiplatformV1FeatureViewDirectWriteResponse> {
30091
+
30092
+
private static final String REST_PATH = "v1/{+featureView}:directWrite";
30093
+
30094
+
private final java.util.regex.Pattern FEATURE_VIEW_PATTERN =
Copy file name to clipboardExpand all lines: clients/google-api-services-aiplatform/v1/2.0.0/com/google/api/services/aiplatform/v1/model/GoogleCloudAiplatformV1CreateEndpointOperationMetadata.java
Copy file name to clipboardExpand all lines: clients/google-api-services-aiplatform/v1/2.0.0/com/google/api/services/aiplatform/v1/model/GoogleCloudAiplatformV1DeployModelOperationMetadata.java
0 commit comments