Class CreateEvaluationRequest
- All Implemented Interfaces:
ReadLimitInfo, Serializable, Cloneable
- See Also:
-
Field Summary
Fields inherited from class AmazonWebServiceRequest
NOOP -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Creates a shallow clone of this request.booleanThe ID of theDataSourcefor the evaluation.A user-supplied ID that uniquely identifies theEvaluation.A user-supplied name or description of theEvaluation.The ID of theMLModelto evaluate.inthashCode()voidsetEvaluationDataSourceId(String evaluationDataSourceId) The ID of theDataSourcefor the evaluation.voidsetEvaluationId(String evaluationId) A user-supplied ID that uniquely identifies theEvaluation.voidsetEvaluationName(String evaluationName) A user-supplied name or description of theEvaluation.voidsetMLModelId(String mLModelId) The ID of theMLModelto evaluate.toString()Returns a string representation of this object; useful for testing and debugging.withEvaluationDataSourceId(String evaluationDataSourceId) The ID of theDataSourcefor the evaluation.withEvaluationId(String evaluationId) A user-supplied ID that uniquely identifies theEvaluation.withEvaluationName(String evaluationName) A user-supplied name or description of theEvaluation.withMLModelId(String mLModelId) The ID of theMLModelto evaluate.Methods inherited from class AmazonWebServiceRequest
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
-
Constructor Details
-
CreateEvaluationRequest
public CreateEvaluationRequest()
-
-
Method Details
-
setEvaluationId
A user-supplied ID that uniquely identifies the
Evaluation.- Parameters:
evaluationId- A user-supplied ID that uniquely identifies theEvaluation.
-
getEvaluationId
A user-supplied ID that uniquely identifies the
Evaluation.- Returns:
- A user-supplied ID that uniquely identifies the
Evaluation.
-
withEvaluationId
A user-supplied ID that uniquely identifies the
Evaluation.- Parameters:
evaluationId- A user-supplied ID that uniquely identifies theEvaluation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setEvaluationName
A user-supplied name or description of the
Evaluation.- Parameters:
evaluationName- A user-supplied name or description of theEvaluation.
-
getEvaluationName
A user-supplied name or description of the
Evaluation.- Returns:
- A user-supplied name or description of the
Evaluation.
-
withEvaluationName
A user-supplied name or description of the
Evaluation.- Parameters:
evaluationName- A user-supplied name or description of theEvaluation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setMLModelId
The ID of the
MLModelto evaluate.The schema used in creating the
MLModelmust match the schema of theDataSourceused in theEvaluation.- Parameters:
mLModelId- The ID of theMLModelto evaluate.The schema used in creating the
MLModelmust match the schema of theDataSourceused in theEvaluation.
-
getMLModelId
The ID of the
MLModelto evaluate.The schema used in creating the
MLModelmust match the schema of theDataSourceused in theEvaluation.- Returns:
- The ID of the
MLModelto evaluate.The schema used in creating the
MLModelmust match the schema of theDataSourceused in theEvaluation.
-
withMLModelId
The ID of the
MLModelto evaluate.The schema used in creating the
MLModelmust match the schema of theDataSourceused in theEvaluation.- Parameters:
mLModelId- The ID of theMLModelto evaluate.The schema used in creating the
MLModelmust match the schema of theDataSourceused in theEvaluation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setEvaluationDataSourceId
The ID of the
DataSourcefor the evaluation. The schema of theDataSourcemust match the schema used to create theMLModel.- Parameters:
evaluationDataSourceId- The ID of theDataSourcefor the evaluation. The schema of theDataSourcemust match the schema used to create theMLModel.
-
getEvaluationDataSourceId
The ID of the
DataSourcefor the evaluation. The schema of theDataSourcemust match the schema used to create theMLModel.- Returns:
- The ID of the
DataSourcefor the evaluation. The schema of theDataSourcemust match the schema used to create theMLModel.
-
withEvaluationDataSourceId
The ID of the
DataSourcefor the evaluation. The schema of theDataSourcemust match the schema used to create theMLModel.- Parameters:
evaluationDataSourceId- The ID of theDataSourcefor the evaluation. The schema of theDataSourcemust match the schema used to create theMLModel.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
-
equals
-
hashCode
-
clone
Description copied from class:AmazonWebServiceRequestCreates a shallow clone of this request. Explicitly does not clone the deep structure of the request object.- Overrides:
clonein classAmazonWebServiceRequest- See Also:
-