@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class LabelingSetGenerationTaskRunProperties extends Object implements Serializable, Cloneable, StructuredPojo
Specifies configuration properties for a labeling set generation task run.
Constructor and Description |
---|
LabelingSetGenerationTaskRunProperties() |
Modifier and Type | Method and Description |
---|---|
LabelingSetGenerationTaskRunProperties |
clone() |
boolean |
equals(Object obj) |
String |
getOutputS3Path()
The Amazon Simple Storage Service (Amazon S3) path where you will generate the labeling set.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setOutputS3Path(String outputS3Path)
The Amazon Simple Storage Service (Amazon S3) path where you will generate the labeling set.
|
String |
toString()
Returns a string representation of this object.
|
LabelingSetGenerationTaskRunProperties |
withOutputS3Path(String outputS3Path)
The Amazon Simple Storage Service (Amazon S3) path where you will generate the labeling set.
|
public LabelingSetGenerationTaskRunProperties()
public void setOutputS3Path(String outputS3Path)
The Amazon Simple Storage Service (Amazon S3) path where you will generate the labeling set.
outputS3Path
- The Amazon Simple Storage Service (Amazon S3) path where you will generate the labeling set.public String getOutputS3Path()
The Amazon Simple Storage Service (Amazon S3) path where you will generate the labeling set.
public LabelingSetGenerationTaskRunProperties withOutputS3Path(String outputS3Path)
The Amazon Simple Storage Service (Amazon S3) path where you will generate the labeling set.
outputS3Path
- The Amazon Simple Storage Service (Amazon S3) path where you will generate the labeling set.public String toString()
toString
in class Object
Object.toString()
public LabelingSetGenerationTaskRunProperties clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.