@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ModelDataSource extends Object implements Serializable, Cloneable, StructuredPojo
Specifies the location of ML model data to deploy. If specified, you must specify one and only one of the available data sources.
Constructor and Description |
---|
ModelDataSource() |
Modifier and Type | Method and Description |
---|---|
ModelDataSource |
clone() |
boolean |
equals(Object obj) |
S3ModelDataSource |
getS3DataSource()
Specifies the S3 location of ML model data to deploy.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setS3DataSource(S3ModelDataSource s3DataSource)
Specifies the S3 location of ML model data to deploy.
|
String |
toString()
Returns a string representation of this object.
|
ModelDataSource |
withS3DataSource(S3ModelDataSource s3DataSource)
Specifies the S3 location of ML model data to deploy.
|
public void setS3DataSource(S3ModelDataSource s3DataSource)
Specifies the S3 location of ML model data to deploy.
s3DataSource
- Specifies the S3 location of ML model data to deploy.public S3ModelDataSource getS3DataSource()
Specifies the S3 location of ML model data to deploy.
public ModelDataSource withS3DataSource(S3ModelDataSource s3DataSource)
Specifies the S3 location of ML model data to deploy.
s3DataSource
- Specifies the S3 location of ML model data to deploy.public String toString()
toString
in class Object
Object.toString()
public ModelDataSource clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.