@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateProjectVersionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateProjectVersionRequest() |
Modifier and Type | Method and Description |
---|---|
CreateProjectVersionRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
OutputConfig |
getOutputConfig()
The Amazon S3 location to store the results of training.
|
String |
getProjectArn()
The ARN of the Amazon Rekognition Custom Labels project that manages the model that you want to train.
|
TestingData |
getTestingData()
The dataset to use for testing.
|
TrainingData |
getTrainingData()
The dataset to use for training.
|
String |
getVersionName()
A name for the version of the model.
|
int |
hashCode() |
void |
setOutputConfig(OutputConfig outputConfig)
The Amazon S3 location to store the results of training.
|
void |
setProjectArn(String projectArn)
The ARN of the Amazon Rekognition Custom Labels project that manages the model that you want to train.
|
void |
setTestingData(TestingData testingData)
The dataset to use for testing.
|
void |
setTrainingData(TrainingData trainingData)
The dataset to use for training.
|
void |
setVersionName(String versionName)
A name for the version of the model.
|
String |
toString()
Returns a string representation of this object.
|
CreateProjectVersionRequest |
withOutputConfig(OutputConfig outputConfig)
The Amazon S3 location to store the results of training.
|
CreateProjectVersionRequest |
withProjectArn(String projectArn)
The ARN of the Amazon Rekognition Custom Labels project that manages the model that you want to train.
|
CreateProjectVersionRequest |
withTestingData(TestingData testingData)
The dataset to use for testing.
|
CreateProjectVersionRequest |
withTrainingData(TrainingData trainingData)
The dataset to use for training.
|
CreateProjectVersionRequest |
withVersionName(String versionName)
A name for the version of the model.
|
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 void setProjectArn(String projectArn)
The ARN of the Amazon Rekognition Custom Labels project that manages the model that you want to train.
projectArn
- The ARN of the Amazon Rekognition Custom Labels project that manages the model that you want to train.public String getProjectArn()
The ARN of the Amazon Rekognition Custom Labels project that manages the model that you want to train.
public CreateProjectVersionRequest withProjectArn(String projectArn)
The ARN of the Amazon Rekognition Custom Labels project that manages the model that you want to train.
projectArn
- The ARN of the Amazon Rekognition Custom Labels project that manages the model that you want to train.public void setVersionName(String versionName)
A name for the version of the model. This value must be unique.
versionName
- A name for the version of the model. This value must be unique.public String getVersionName()
A name for the version of the model. This value must be unique.
public CreateProjectVersionRequest withVersionName(String versionName)
A name for the version of the model. This value must be unique.
versionName
- A name for the version of the model. This value must be unique.public void setOutputConfig(OutputConfig outputConfig)
The Amazon S3 location to store the results of training.
outputConfig
- The Amazon S3 location to store the results of training.public OutputConfig getOutputConfig()
The Amazon S3 location to store the results of training.
public CreateProjectVersionRequest withOutputConfig(OutputConfig outputConfig)
The Amazon S3 location to store the results of training.
outputConfig
- The Amazon S3 location to store the results of training.public void setTrainingData(TrainingData trainingData)
The dataset to use for training.
trainingData
- The dataset to use for training.public TrainingData getTrainingData()
The dataset to use for training.
public CreateProjectVersionRequest withTrainingData(TrainingData trainingData)
The dataset to use for training.
trainingData
- The dataset to use for training.public void setTestingData(TestingData testingData)
The dataset to use for testing.
testingData
- The dataset to use for testing.public TestingData getTestingData()
The dataset to use for testing.
public CreateProjectVersionRequest withTestingData(TestingData testingData)
The dataset to use for testing.
testingData
- The dataset to use for testing.public String toString()
toString
in class Object
Object.toString()
public CreateProjectVersionRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.