@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ModelArtifacts extends Object implements Serializable, Cloneable, StructuredPojo
Provides information about the location that is configured for storing model artifacts.
 Model artifacts are outputs that result from training a model. They typically consist of trained parameters, a model
 definition that describes how to compute inferences, and other metadata. A SageMaker container stores your trained
 model artifacts in the /opt/ml/model directory. After training has completed, by default, these
 artifacts are uploaded to your Amazon S3 bucket as compressed files.
 
| Constructor and Description | 
|---|
| ModelArtifacts() | 
| Modifier and Type | Method and Description | 
|---|---|
| ModelArtifacts | clone() | 
| boolean | equals(Object obj) | 
| String | getS3ModelArtifacts()
 The path of the S3 object that contains the model artifacts. | 
| int | hashCode() | 
| void | marshall(ProtocolMarshaller protocolMarshaller)Marshalls this structured data using the given  ProtocolMarshaller. | 
| void | setS3ModelArtifacts(String s3ModelArtifacts)
 The path of the S3 object that contains the model artifacts. | 
| String | toString()Returns a string representation of this object. | 
| ModelArtifacts | withS3ModelArtifacts(String s3ModelArtifacts)
 The path of the S3 object that contains the model artifacts. | 
public void setS3ModelArtifacts(String s3ModelArtifacts)
 The path of the S3 object that contains the model artifacts. For example,
 s3://bucket-name/keynameprefix/model.tar.gz.
 
s3ModelArtifacts - The path of the S3 object that contains the model artifacts. For example,
        s3://bucket-name/keynameprefix/model.tar.gz.public String getS3ModelArtifacts()
 The path of the S3 object that contains the model artifacts. For example,
 s3://bucket-name/keynameprefix/model.tar.gz.
 
s3://bucket-name/keynameprefix/model.tar.gz.public ModelArtifacts withS3ModelArtifacts(String s3ModelArtifacts)
 The path of the S3 object that contains the model artifacts. For example,
 s3://bucket-name/keynameprefix/model.tar.gz.
 
s3ModelArtifacts - The path of the S3 object that contains the model artifacts. For example,
        s3://bucket-name/keynameprefix/model.tar.gz.public String toString()
toString in class ObjectObject.toString()public ModelArtifacts clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.