@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) |
boolean |
equalsBySdkFields(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() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic 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()
toBuilder in interface ToCopyableBuilder<OutputConfig.Builder,OutputConfig>public static OutputConfig.Builder builder()
public static Class<? extends OutputConfig.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.