@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchInferenceJobInput extends Object implements Serializable, Cloneable, StructuredPojo
The input configuration of a batch inference job.
Constructor and Description |
---|
BatchInferenceJobInput() |
Modifier and Type | Method and Description |
---|---|
BatchInferenceJobInput |
clone() |
boolean |
equals(Object obj) |
S3DataConfig |
getS3DataSource()
The URI of the Amazon S3 location that contains your input data.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setS3DataSource(S3DataConfig s3DataSource)
The URI of the Amazon S3 location that contains your input data.
|
String |
toString()
Returns a string representation of this object.
|
BatchInferenceJobInput |
withS3DataSource(S3DataConfig s3DataSource)
The URI of the Amazon S3 location that contains your input data.
|
public void setS3DataSource(S3DataConfig s3DataSource)
The URI of the Amazon S3 location that contains your input data. The Amazon S3 bucket must be in the same region as the API endpoint you are calling.
s3DataSource
- The URI of the Amazon S3 location that contains your input data. The Amazon S3 bucket must be in the same
region as the API endpoint you are calling.public S3DataConfig getS3DataSource()
The URI of the Amazon S3 location that contains your input data. The Amazon S3 bucket must be in the same region as the API endpoint you are calling.
public BatchInferenceJobInput withS3DataSource(S3DataConfig s3DataSource)
The URI of the Amazon S3 location that contains your input data. The Amazon S3 bucket must be in the same region as the API endpoint you are calling.
s3DataSource
- The URI of the Amazon S3 location that contains your input data. The Amazon S3 bucket must be in the same
region as the API endpoint you are calling.public String toString()
toString
in class Object
Object.toString()
public BatchInferenceJobInput clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.