@Generated(value="software.amazon.awssdk:codegen") public final class EdgeOutputConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<EdgeOutputConfig.Builder,EdgeOutputConfig>
The output configuration.
| Modifier and Type | Class and Description |
|---|---|
static interface |
EdgeOutputConfig.Builder |
| Modifier and Type | Method and Description |
|---|---|
static EdgeOutputConfig.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
kmsKeyId()
The AWS Key Management Service (AWS KMS) key that Amazon SageMaker uses to encrypt data on the storage volume
after compilation job.
|
String |
s3OutputLocation()
The Amazon Simple Storage (S3) bucker URI.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends EdgeOutputConfig.Builder> |
serializableBuilderClass() |
EdgeOutputConfig.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String s3OutputLocation()
The Amazon Simple Storage (S3) bucker URI.
public String kmsKeyId()
The AWS Key Management Service (AWS KMS) key that Amazon SageMaker uses to encrypt data on the storage volume after compilation job. If you don't provide a KMS key ID, Amazon SageMaker uses the default KMS key for Amazon S3 for your role's account.
public EdgeOutputConfig.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<EdgeOutputConfig.Builder,EdgeOutputConfig>public static EdgeOutputConfig.Builder builder()
public static Class<? extends EdgeOutputConfig.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.