@Generated(value="software.amazon.awssdk:codegen") public final class AsyncInferenceOutputConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AsyncInferenceOutputConfig.Builder,AsyncInferenceOutputConfig>
Specifies the configuration for asynchronous inference invocation outputs.
Modifier and Type | Class and Description |
---|---|
static interface |
AsyncInferenceOutputConfig.Builder |
Modifier and Type | Method and Description |
---|---|
static AsyncInferenceOutputConfig.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
kmsKeyId()
The Amazon Web Services Key Management Service (Amazon Web Services KMS) key that SageMaker uses to encrypt the
asynchronous inference output in Amazon S3.
|
AsyncInferenceNotificationConfig |
notificationConfig()
Specifies the configuration for notifications of inference results for asynchronous inference.
|
String |
s3OutputPath()
The Amazon S3 location to upload inference responses to.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AsyncInferenceOutputConfig.Builder> |
serializableBuilderClass() |
AsyncInferenceOutputConfig.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final String kmsKeyId()
The Amazon Web Services Key Management Service (Amazon Web Services KMS) key that SageMaker uses to encrypt the asynchronous inference output in Amazon S3.
public final String s3OutputPath()
The Amazon S3 location to upload inference responses to.
public final AsyncInferenceNotificationConfig notificationConfig()
Specifies the configuration for notifications of inference results for asynchronous inference.
public AsyncInferenceOutputConfig.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<AsyncInferenceOutputConfig.Builder,AsyncInferenceOutputConfig>
public static AsyncInferenceOutputConfig.Builder builder()
public static Class<? extends AsyncInferenceOutputConfig.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
Copyright © 2022. All rights reserved.