@Generated(value="software.amazon.awssdk:codegen") public final class OutputDataConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<OutputDataConfig.Builder,OutputDataConfig>
The output properties for a detection job.
| Modifier and Type | Class and Description |
|---|---|
static interface |
OutputDataConfig.Builder |
| Modifier and Type | Method and Description |
|---|---|
static OutputDataConfig.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
s3Bucket()
When you use the
OutputDataConfig object with asynchronous operations, you specify the Amazon S3
location where you want to write the output data. |
String |
s3Key()
The path to the output data files in the S3 bucket.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends OutputDataConfig.Builder> |
serializableBuilderClass() |
OutputDataConfig.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String s3Bucket()
When you use the OutputDataConfig object with asynchronous operations, you specify the Amazon S3
location where you want to write the output data. The URI must be in the same region as the API endpoint that you
are calling. The location is used as the prefix for the actual location of the output.
OutputDataConfig object with asynchronous operations, you specify the
Amazon S3 location where you want to write the output data. The URI must be in the same region as the API
endpoint that you are calling. The location is used as the prefix for the actual location of the output.public final String s3Key()
The path to the output data files in the S3 bucket. Comprehend Medical; creates an output directory using the job ID so that the output from one job does not overwrite the output of another.
public OutputDataConfig.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<OutputDataConfig.Builder,OutputDataConfig>public static OutputDataConfig.Builder builder()
public static Class<? extends OutputDataConfig.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.