@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class OutputConfig extends Object implements Serializable, Cloneable, StructuredPojo
Contains information about the output location for the compiled model and the device (target) that the model runs on.
Constructor and Description |
---|
OutputConfig() |
Modifier and Type | Method and Description |
---|---|
OutputConfig |
clone() |
boolean |
equals(Object obj) |
String |
getS3OutputLocation()
Identifies the S3 path where you want Amazon SageMaker to store the model artifacts.
|
String |
getTargetDevice()
Identifies the device that you want to run your model on after it has been compiled.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setS3OutputLocation(String s3OutputLocation)
Identifies the S3 path where you want Amazon SageMaker to store the model artifacts.
|
void |
setTargetDevice(String targetDevice)
Identifies the device that you want to run your model on after it has been compiled.
|
String |
toString()
Returns a string representation of this object.
|
OutputConfig |
withS3OutputLocation(String s3OutputLocation)
Identifies the S3 path where you want Amazon SageMaker to store the model artifacts.
|
OutputConfig |
withTargetDevice(String targetDevice)
Identifies the device that you want to run your model on after it has been compiled.
|
OutputConfig |
withTargetDevice(TargetDevice targetDevice)
Identifies the device that you want to run your model on after it has been compiled.
|
public void setS3OutputLocation(String s3OutputLocation)
Identifies the S3 path where you want Amazon SageMaker to store the model artifacts. For example, s3://bucket-name/key-name-prefix.
s3OutputLocation
- Identifies the S3 path where you want Amazon SageMaker to store the model artifacts. For example,
s3://bucket-name/key-name-prefix.public String getS3OutputLocation()
Identifies the S3 path where you want Amazon SageMaker to store the model artifacts. For example, s3://bucket-name/key-name-prefix.
public OutputConfig withS3OutputLocation(String s3OutputLocation)
Identifies the S3 path where you want Amazon SageMaker to store the model artifacts. For example, s3://bucket-name/key-name-prefix.
s3OutputLocation
- Identifies the S3 path where you want Amazon SageMaker to store the model artifacts. For example,
s3://bucket-name/key-name-prefix.public void setTargetDevice(String targetDevice)
Identifies the device that you want to run your model on after it has been compiled. For example: ml_c5.
targetDevice
- Identifies the device that you want to run your model on after it has been compiled. For example: ml_c5.TargetDevice
public String getTargetDevice()
Identifies the device that you want to run your model on after it has been compiled. For example: ml_c5.
TargetDevice
public OutputConfig withTargetDevice(String targetDevice)
Identifies the device that you want to run your model on after it has been compiled. For example: ml_c5.
targetDevice
- Identifies the device that you want to run your model on after it has been compiled. For example: ml_c5.TargetDevice
public OutputConfig withTargetDevice(TargetDevice targetDevice)
Identifies the device that you want to run your model on after it has been compiled. For example: ml_c5.
targetDevice
- Identifies the device that you want to run your model on after it has been compiled. For example: ml_c5.TargetDevice
public String toString()
toString
in class Object
Object.toString()
public OutputConfig clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.