@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AdditionalS3DataSource extends Object implements Serializable, Cloneable, StructuredPojo
A data source used for training or inference that is in addition to the input dataset or model data.
Constructor and Description |
---|
AdditionalS3DataSource() |
Modifier and Type | Method and Description |
---|---|
AdditionalS3DataSource |
clone() |
boolean |
equals(Object obj) |
String |
getCompressionType()
The type of compression used for an additional data source used in inference or training.
|
String |
getS3DataType()
The data type of the additional data source that you specify for use in inference or training.
|
String |
getS3Uri()
The uniform resource identifier (URI) used to identify an additional data source used in inference or training.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCompressionType(String compressionType)
The type of compression used for an additional data source used in inference or training.
|
void |
setS3DataType(String s3DataType)
The data type of the additional data source that you specify for use in inference or training.
|
void |
setS3Uri(String s3Uri)
The uniform resource identifier (URI) used to identify an additional data source used in inference or training.
|
String |
toString()
Returns a string representation of this object.
|
AdditionalS3DataSource |
withCompressionType(CompressionType compressionType)
The type of compression used for an additional data source used in inference or training.
|
AdditionalS3DataSource |
withCompressionType(String compressionType)
The type of compression used for an additional data source used in inference or training.
|
AdditionalS3DataSource |
withS3DataType(AdditionalS3DataSourceDataType s3DataType)
The data type of the additional data source that you specify for use in inference or training.
|
AdditionalS3DataSource |
withS3DataType(String s3DataType)
The data type of the additional data source that you specify for use in inference or training.
|
AdditionalS3DataSource |
withS3Uri(String s3Uri)
The uniform resource identifier (URI) used to identify an additional data source used in inference or training.
|
public void setS3DataType(String s3DataType)
The data type of the additional data source that you specify for use in inference or training.
s3DataType
- The data type of the additional data source that you specify for use in inference or training.AdditionalS3DataSourceDataType
public String getS3DataType()
The data type of the additional data source that you specify for use in inference or training.
AdditionalS3DataSourceDataType
public AdditionalS3DataSource withS3DataType(String s3DataType)
The data type of the additional data source that you specify for use in inference or training.
s3DataType
- The data type of the additional data source that you specify for use in inference or training.AdditionalS3DataSourceDataType
public AdditionalS3DataSource withS3DataType(AdditionalS3DataSourceDataType s3DataType)
The data type of the additional data source that you specify for use in inference or training.
s3DataType
- The data type of the additional data source that you specify for use in inference or training.AdditionalS3DataSourceDataType
public void setS3Uri(String s3Uri)
The uniform resource identifier (URI) used to identify an additional data source used in inference or training.
s3Uri
- The uniform resource identifier (URI) used to identify an additional data source used in inference or
training.public String getS3Uri()
The uniform resource identifier (URI) used to identify an additional data source used in inference or training.
public AdditionalS3DataSource withS3Uri(String s3Uri)
The uniform resource identifier (URI) used to identify an additional data source used in inference or training.
s3Uri
- The uniform resource identifier (URI) used to identify an additional data source used in inference or
training.public void setCompressionType(String compressionType)
The type of compression used for an additional data source used in inference or training. Specify
None
if your additional data source is not compressed.
compressionType
- The type of compression used for an additional data source used in inference or training. Specify
None
if your additional data source is not compressed.CompressionType
public String getCompressionType()
The type of compression used for an additional data source used in inference or training. Specify
None
if your additional data source is not compressed.
None
if your additional data source is not compressed.CompressionType
public AdditionalS3DataSource withCompressionType(String compressionType)
The type of compression used for an additional data source used in inference or training. Specify
None
if your additional data source is not compressed.
compressionType
- The type of compression used for an additional data source used in inference or training. Specify
None
if your additional data source is not compressed.CompressionType
public AdditionalS3DataSource withCompressionType(CompressionType compressionType)
The type of compression used for an additional data source used in inference or training. Specify
None
if your additional data source is not compressed.
compressionType
- The type of compression used for an additional data source used in inference or training. Specify
None
if your additional data source is not compressed.CompressionType
public String toString()
toString
in class Object
Object.toString()
public AdditionalS3DataSource clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.