Class InvokeEndpointAsyncResponse
- java.lang.Object
-
- software.amazon.awssdk.core.SdkResponse
-
- software.amazon.awssdk.awscore.AwsResponse
-
- software.amazon.awssdk.services.sagemakerruntime.model.SageMakerRuntimeResponse
-
- software.amazon.awssdk.services.sagemakerruntime.model.InvokeEndpointAsyncResponse
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<InvokeEndpointAsyncResponse.Builder,InvokeEndpointAsyncResponse>
@Generated("software.amazon.awssdk:codegen") public final class InvokeEndpointAsyncResponse extends SageMakerRuntimeResponse implements ToCopyableBuilder<InvokeEndpointAsyncResponse.Builder,InvokeEndpointAsyncResponse>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceInvokeEndpointAsyncResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static InvokeEndpointAsyncResponse.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)StringfailureLocation()The Amazon S3 URI where the inference failure response payload is stored.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringinferenceId()Identifier for an inference request.StringoutputLocation()The Amazon S3 URI where the inference response payload is stored.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends InvokeEndpointAsyncResponse.Builder>serializableBuilderClass()InvokeEndpointAsyncResponse.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.services.sagemakerruntime.model.SageMakerRuntimeResponse
responseMetadata
-
Methods inherited from class software.amazon.awssdk.core.SdkResponse
sdkHttpResponse
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
inferenceId
public final String inferenceId()
Identifier for an inference request. This will be the same as the
InferenceIdspecified in the input. Amazon SageMaker will generate an identifier for you if you do not specify one.- Returns:
- Identifier for an inference request. This will be the same as the
InferenceIdspecified in the input. Amazon SageMaker will generate an identifier for you if you do not specify one.
-
outputLocation
public final String outputLocation()
The Amazon S3 URI where the inference response payload is stored.
- Returns:
- The Amazon S3 URI where the inference response payload is stored.
-
failureLocation
public final String failureLocation()
The Amazon S3 URI where the inference failure response payload is stored.
- Returns:
- The Amazon S3 URI where the inference failure response payload is stored.
-
toBuilder
public InvokeEndpointAsyncResponse.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<InvokeEndpointAsyncResponse.Builder,InvokeEndpointAsyncResponse>- Specified by:
toBuilderin classAwsResponse
-
builder
public static InvokeEndpointAsyncResponse.Builder builder()
-
serializableBuilderClass
public static Class<? extends InvokeEndpointAsyncResponse.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsResponse
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsResponse
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkResponse
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-