| Package | Description |
|---|---|
| com.google.api.services.ml.v1.model |
| Modifier and Type | Method and Description |
|---|---|
GoogleApiHttpBody |
GoogleApiHttpBody.clone() |
GoogleApiHttpBody |
GoogleApiHttpBody.encodeData(byte[] data)
The HTTP request/response body as raw binary.
|
GoogleApiHttpBody |
GoogleCloudMlV1ExplainRequest.getHttpBody()
Required.
|
GoogleApiHttpBody |
GoogleCloudMlV1PredictRequest.getHttpBody()
Required.
|
GoogleApiHttpBody |
GoogleApiHttpBody.set(String fieldName,
Object value) |
GoogleApiHttpBody |
GoogleApiHttpBody.setContentType(String contentType)
The HTTP Content-Type header value specifying the content type of the body.
|
GoogleApiHttpBody |
GoogleApiHttpBody.setData(String data)
The HTTP request/response body as raw binary.
|
GoogleApiHttpBody |
GoogleApiHttpBody.setExtensions(List<Map<String,Object>> extensions)
Application specific response metadata.
|
| Modifier and Type | Method and Description |
|---|---|
GoogleCloudMlV1ExplainRequest |
GoogleCloudMlV1ExplainRequest.setHttpBody(GoogleApiHttpBody httpBody)
Required.
|
GoogleCloudMlV1PredictRequest |
GoogleCloudMlV1PredictRequest.setHttpBody(GoogleApiHttpBody httpBody)
Required.
|
Copyright © 2011–2021 Google. All rights reserved.