@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class InvokeEndpointAsyncResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
InvokeEndpointAsyncResult() |
Modifier and Type | Method and Description |
---|---|
InvokeEndpointAsyncResult |
clone() |
boolean |
equals(Object obj) |
String |
getInferenceId()
Identifier for an inference request.
|
String |
getOutputLocation()
The Amazon S3 URI where the inference response payload is stored.
|
int |
hashCode() |
void |
setInferenceId(String inferenceId)
Identifier for an inference request.
|
void |
setOutputLocation(String outputLocation)
The Amazon S3 URI where the inference response payload is stored.
|
String |
toString()
Returns a string representation of this object.
|
InvokeEndpointAsyncResult |
withInferenceId(String inferenceId)
Identifier for an inference request.
|
InvokeEndpointAsyncResult |
withOutputLocation(String outputLocation)
The Amazon S3 URI where the inference response payload is stored.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setInferenceId(String inferenceId)
Identifier for an inference request. This will be the same as the InferenceId
specified in the
input. Amazon SageMaker will generate an identifier for you if you do not specify one.
inferenceId
- Identifier for an inference request. This will be the same as the InferenceId
specified in
the input. Amazon SageMaker will generate an identifier for you if you do not specify one.public String getInferenceId()
Identifier for an inference request. This will be the same as the InferenceId
specified in the
input. Amazon SageMaker will generate an identifier for you if you do not specify one.
InferenceId
specified in
the input. Amazon SageMaker will generate an identifier for you if you do not specify one.public InvokeEndpointAsyncResult withInferenceId(String inferenceId)
Identifier for an inference request. This will be the same as the InferenceId
specified in the
input. Amazon SageMaker will generate an identifier for you if you do not specify one.
inferenceId
- Identifier for an inference request. This will be the same as the InferenceId
specified in
the input. Amazon SageMaker will generate an identifier for you if you do not specify one.public void setOutputLocation(String outputLocation)
The Amazon S3 URI where the inference response payload is stored.
outputLocation
- The Amazon S3 URI where the inference response payload is stored.public String getOutputLocation()
The Amazon S3 URI where the inference response payload is stored.
public InvokeEndpointAsyncResult withOutputLocation(String outputLocation)
The Amazon S3 URI where the inference response payload is stored.
outputLocation
- The Amazon S3 URI where the inference response payload is stored.public String toString()
toString
in class Object
Object.toString()
public InvokeEndpointAsyncResult clone()