@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartMLLabelingSetGenerationTaskRunRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
StartMLLabelingSetGenerationTaskRunRequest() |
Modifier and Type | Method and Description |
---|---|
StartMLLabelingSetGenerationTaskRunRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getOutputS3Path()
The Amazon Simple Storage Service (Amazon S3) path where you generate the labeling set.
|
String |
getTransformId()
The unique identifier of the machine learning transform.
|
int |
hashCode() |
void |
setOutputS3Path(String outputS3Path)
The Amazon Simple Storage Service (Amazon S3) path where you generate the labeling set.
|
void |
setTransformId(String transformId)
The unique identifier of the machine learning transform.
|
String |
toString()
Returns a string representation of this object.
|
StartMLLabelingSetGenerationTaskRunRequest |
withOutputS3Path(String outputS3Path)
The Amazon Simple Storage Service (Amazon S3) path where you generate the labeling set.
|
StartMLLabelingSetGenerationTaskRunRequest |
withTransformId(String transformId)
The unique identifier of the machine learning transform.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public StartMLLabelingSetGenerationTaskRunRequest()
public void setTransformId(String transformId)
The unique identifier of the machine learning transform.
transformId
- The unique identifier of the machine learning transform.public String getTransformId()
The unique identifier of the machine learning transform.
public StartMLLabelingSetGenerationTaskRunRequest withTransformId(String transformId)
The unique identifier of the machine learning transform.
transformId
- The unique identifier of the machine learning transform.public void setOutputS3Path(String outputS3Path)
The Amazon Simple Storage Service (Amazon S3) path where you generate the labeling set.
outputS3Path
- The Amazon Simple Storage Service (Amazon S3) path where you generate the labeling set.public String getOutputS3Path()
The Amazon Simple Storage Service (Amazon S3) path where you generate the labeling set.
public StartMLLabelingSetGenerationTaskRunRequest withOutputS3Path(String outputS3Path)
The Amazon Simple Storage Service (Amazon S3) path where you generate the labeling set.
outputS3Path
- The Amazon Simple Storage Service (Amazon S3) path where you generate the labeling set.public String toString()
toString
in class Object
Object.toString()
public StartMLLabelingSetGenerationTaskRunRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.