@Generated(value="software.amazon.awssdk:codegen") public final class OutputConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<OutputConfig.Builder,OutputConfig>
Contains information about the output location for the compiled model and the device (target) that the model runs on.
| Modifier and Type | Class and Description | 
|---|---|
static interface  | 
OutputConfig.Builder  | 
| Modifier and Type | Method and Description | 
|---|---|
static OutputConfig.Builder | 
builder()  | 
boolean | 
equals(Object obj)  | 
<T> Optional<T> | 
getValueForField(String fieldName,
                Class<T> clazz)  | 
int | 
hashCode()  | 
String | 
s3OutputLocation()
 Identifies the S3 path where you want Amazon SageMaker to store the model artifacts. 
 | 
List<SdkField<?>> | 
sdkFields()  | 
static Class<? extends OutputConfig.Builder> | 
serializableBuilderClass()  | 
TargetDevice | 
targetDevice()
 Identifies the device that you want to run your model on after it has been compiled. 
 | 
String | 
targetDeviceAsString()
 Identifies the device that you want to run your model on after it has been compiled. 
 | 
OutputConfig.Builder | 
toBuilder()
Take this object and create a builder that contains all of the current property values of this object. 
 | 
String | 
toString()  | 
copypublic String s3OutputLocation()
Identifies the S3 path where you want Amazon SageMaker to store the model artifacts. For example, s3://bucket-name/key-name-prefix.
public TargetDevice targetDevice()
Identifies the device that you want to run your model on after it has been compiled. For example: ml_c5.
 If the service returns an enum value that is not available in the current SDK version, targetDevice will
 return TargetDevice.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
 targetDeviceAsString().
 
TargetDevicepublic String targetDeviceAsString()
Identifies the device that you want to run your model on after it has been compiled. For example: ml_c5.
 If the service returns an enum value that is not available in the current SDK version, targetDevice will
 return TargetDevice.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
 targetDeviceAsString().
 
TargetDevicepublic OutputConfig.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<OutputConfig.Builder,OutputConfig>public static OutputConfig.Builder builder()
public static Class<? extends OutputConfig.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.