@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class InferenceS3InputConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
Specifies configuration information for the input data for the inference, including input data S3 location.
| Constructor and Description |
|---|
InferenceS3InputConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
InferenceS3InputConfiguration |
clone() |
boolean |
equals(Object obj) |
String |
getBucket()
The bucket containing the input dataset for the inference.
|
String |
getPrefix()
The prefix for the S3 bucket used for the input data for the inference.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setBucket(String bucket)
The bucket containing the input dataset for the inference.
|
void |
setPrefix(String prefix)
The prefix for the S3 bucket used for the input data for the inference.
|
String |
toString()
Returns a string representation of this object.
|
InferenceS3InputConfiguration |
withBucket(String bucket)
The bucket containing the input dataset for the inference.
|
InferenceS3InputConfiguration |
withPrefix(String prefix)
The prefix for the S3 bucket used for the input data for the inference.
|
public void setBucket(String bucket)
The bucket containing the input dataset for the inference.
bucket - The bucket containing the input dataset for the inference.public String getBucket()
The bucket containing the input dataset for the inference.
public InferenceS3InputConfiguration withBucket(String bucket)
The bucket containing the input dataset for the inference.
bucket - The bucket containing the input dataset for the inference.public void setPrefix(String prefix)
The prefix for the S3 bucket used for the input data for the inference.
prefix - The prefix for the S3 bucket used for the input data for the inference.public String getPrefix()
The prefix for the S3 bucket used for the input data for the inference.
public InferenceS3InputConfiguration withPrefix(String prefix)
The prefix for the S3 bucket used for the input data for the inference.
prefix - The prefix for the S3 bucket used for the input data for the inference.public String toString()
toString in class ObjectObject.toString()public InferenceS3InputConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.