@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartExportLabelsTaskRunRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
StartExportLabelsTaskRunRequest() |
Modifier and Type | Method and Description |
---|---|
StartExportLabelsTaskRunRequest |
clone() |
boolean |
equals(Object obj) |
String |
getOutputS3Path()
The Amazon S3 path where you export the labels.
|
String |
getTransformId()
The unique identifier of the machine learning transform.
|
int |
hashCode() |
void |
setOutputS3Path(String outputS3Path)
The Amazon S3 path where you export the labels.
|
void |
setTransformId(String transformId)
The unique identifier of the machine learning transform.
|
String |
toString()
Returns a string representation of this object.
|
StartExportLabelsTaskRunRequest |
withOutputS3Path(String outputS3Path)
The Amazon S3 path where you export the labels.
|
StartExportLabelsTaskRunRequest |
withTransformId(String transformId)
The unique identifier of the machine learning transform.
|
addHandlerContext, copyBaseTo, 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 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 StartExportLabelsTaskRunRequest 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 S3 path where you export the labels.
outputS3Path
- The Amazon S3 path where you export the labels.public String getOutputS3Path()
The Amazon S3 path where you export the labels.
public StartExportLabelsTaskRunRequest withOutputS3Path(String outputS3Path)
The Amazon S3 path where you export the labels.
outputS3Path
- The Amazon S3 path where you export the labels.public String toString()
toString
in class Object
Object.toString()
public StartExportLabelsTaskRunRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2022. All rights reserved.