Class PredictWithResponseStreamRequest
- java.lang.Object
-
- com.oracle.bmc.requests.BmcRequest<String>
-
- com.oracle.bmc.modeldeployment.requests.PredictWithResponseStreamRequest
-
@Generated(value="OracleSDKGenerator", comments="API Version: 20240424") public class PredictWithResponseStreamRequest extends BmcRequest<String>
Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.65.0/modeldeployment/PredictWithResponseStreamExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use PredictWithResponseStreamRequest.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
PredictWithResponseStreamRequest.Builder
-
Constructor Summary
Constructors Constructor Description PredictWithResponseStreamRequest()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PredictWithResponseStreamRequest.Builder
builder()
Return a new builder for this request object.boolean
equals(Object o)
Uses getInvocationCallback and getRetryConfiguration to determine if passed request is equal to ‘this’.String
getBody$()
Alternative accessor for the body parameter.String
getModelDeploymentId()
The OCID of the model deployment.String
getOpcRequestId()
Unique Oracle identifier for requestString
getRequestBody()
Input data details for making a prediction callint
hashCode()
Uses getInvocationCallback and getRetryConfiguration to generate a hash.PredictWithResponseStreamRequest.Builder
toBuilder()
Return an instance ofPredictWithResponseStreamRequest.Builder
that allows you to modify request properties.String
toString()
-
Methods inherited from class com.oracle.bmc.requests.BmcRequest
getInvocationCallback, getRetryConfiguration, setInvocationCallback, setRetryConfiguration, supportsExpect100Continue
-
-
-
-
Method Detail
-
getRequestBody
public String getRequestBody()
Input data details for making a prediction call
-
getOpcRequestId
public String getOpcRequestId()
Unique Oracle identifier for request
-
getBody$
public String getBody$()
Alternative accessor for the body parameter.- Overrides:
getBody$
in classBmcRequest<String>
- Returns:
- body parameter
-
toBuilder
public PredictWithResponseStreamRequest.Builder toBuilder()
Return an instance ofPredictWithResponseStreamRequest.Builder
that allows you to modify request properties.- Returns:
- instance of
PredictWithResponseStreamRequest.Builder
that allows you to modify request properties.
-
builder
public static PredictWithResponseStreamRequest.Builder builder()
Return a new builder for this request object.- Returns:
- builder for the request object
-
equals
public boolean equals(Object o)
Description copied from class:BmcRequest
Uses getInvocationCallback and getRetryConfiguration to determine if passed request is equal to ‘this’.- Overrides:
equals
in classBmcRequest<String>
-
hashCode
public int hashCode()
Description copied from class:BmcRequest
Uses getInvocationCallback and getRetryConfiguration to generate a hash.- Overrides:
hashCode
in classBmcRequest<String>
-
-