@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchInferenceJobOutput extends Object implements Serializable, Cloneable, StructuredPojo
The output configuration parameters of a batch inference job.
Constructor and Description |
---|
BatchInferenceJobOutput() |
Modifier and Type | Method and Description |
---|---|
BatchInferenceJobOutput |
clone() |
boolean |
equals(Object obj) |
S3DataConfig |
getS3DataDestination()
Information on the Amazon S3 bucket in which the batch inference job's output is stored.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setS3DataDestination(S3DataConfig s3DataDestination)
Information on the Amazon S3 bucket in which the batch inference job's output is stored.
|
String |
toString()
Returns a string representation of this object.
|
BatchInferenceJobOutput |
withS3DataDestination(S3DataConfig s3DataDestination)
Information on the Amazon S3 bucket in which the batch inference job's output is stored.
|
public void setS3DataDestination(S3DataConfig s3DataDestination)
Information on the Amazon S3 bucket in which the batch inference job's output is stored.
s3DataDestination
- Information on the Amazon S3 bucket in which the batch inference job's output is stored.public S3DataConfig getS3DataDestination()
Information on the Amazon S3 bucket in which the batch inference job's output is stored.
public BatchInferenceJobOutput withS3DataDestination(S3DataConfig s3DataDestination)
Information on the Amazon S3 bucket in which the batch inference job's output is stored.
s3DataDestination
- Information on the Amazon S3 bucket in which the batch inference job's output is stored.public String toString()
toString
in class Object
Object.toString()
public BatchInferenceJobOutput clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.