@Generated(value="software.amazon.awssdk:codegen") public final class ProcessingOutputConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ProcessingOutputConfig.Builder,ProcessingOutputConfig>
The output configuration for the processing job.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ProcessingOutputConfig.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ProcessingOutputConfig.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasOutputs()
Returns true if the Outputs property was specified by the sender (it may be empty), or false if the sender did
not specify the value (it will be empty).
|
String |
kmsKeyId()
The AWS Key Management Service (AWS KMS) key that Amazon SageMaker uses to encrypt the processing job output.
|
List<ProcessingOutput> |
outputs()
List of output configurations for the processing job.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ProcessingOutputConfig.Builder> |
serializableBuilderClass() |
ProcessingOutputConfig.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic boolean hasOutputs()
public List<ProcessingOutput> outputs()
List of output configurations for the processing job.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasOutputs() to see if a value was sent in this field.
public String kmsKeyId()
The AWS Key Management Service (AWS KMS) key that Amazon SageMaker uses to encrypt the processing job output.
KmsKeyId can be an ID of a KMS key, ARN of a KMS key, alias of a KMS key, or alias of a KMS key. The
KmsKeyId is applied to all outputs.
KmsKeyId can be an ID of a KMS key, ARN of a KMS key, alias of a KMS key, or alias
of a KMS key. The KmsKeyId is applied to all outputs.public ProcessingOutputConfig.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ProcessingOutputConfig.Builder,ProcessingOutputConfig>public static ProcessingOutputConfig.Builder builder()
public static Class<? extends ProcessingOutputConfig.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.