public class CreateEvaluationRequest extends AmazonWebServiceRequest implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
evaluationDataSourceId
The ID of the
DataSource for the evaluation. |
private java.lang.String |
evaluationId
A user-supplied ID that uniquely identifies the
Evaluation . |
private java.lang.String |
evaluationName
A user-supplied name or description of the
Evaluation . |
private java.lang.String |
mLModelId
The ID of the
MLModel to evaluate. |
NOOP
Constructor and Description |
---|
CreateEvaluationRequest() |
Modifier and Type | Method and Description |
---|---|
CreateEvaluationRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getEvaluationDataSourceId()
The ID of the
DataSource for the evaluation. |
java.lang.String |
getEvaluationId()
A user-supplied ID that uniquely identifies the
Evaluation . |
java.lang.String |
getEvaluationName()
A user-supplied name or description of the
Evaluation . |
java.lang.String |
getMLModelId()
The ID of the
MLModel to evaluate. |
int |
hashCode() |
void |
setEvaluationDataSourceId(java.lang.String evaluationDataSourceId)
The ID of the
DataSource for the evaluation. |
void |
setEvaluationId(java.lang.String evaluationId)
A user-supplied ID that uniquely identifies the
Evaluation . |
void |
setEvaluationName(java.lang.String evaluationName)
A user-supplied name or description of the
Evaluation . |
void |
setMLModelId(java.lang.String mLModelId)
The ID of the
MLModel to evaluate. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CreateEvaluationRequest |
withEvaluationDataSourceId(java.lang.String evaluationDataSourceId)
The ID of the
DataSource for the evaluation. |
CreateEvaluationRequest |
withEvaluationId(java.lang.String evaluationId)
A user-supplied ID that uniquely identifies the
Evaluation . |
CreateEvaluationRequest |
withEvaluationName(java.lang.String evaluationName)
A user-supplied name or description of the
Evaluation . |
CreateEvaluationRequest |
withMLModelId(java.lang.String mLModelId)
The ID of the
MLModel to evaluate. |
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
private java.lang.String evaluationId
A user-supplied ID that uniquely identifies the Evaluation
.
private java.lang.String evaluationName
A user-supplied name or description of the Evaluation
.
private java.lang.String mLModelId
The ID of the MLModel
to evaluate.
The schema used in creating the MLModel
must match the
schema of the DataSource
used in the Evaluation
.
private java.lang.String evaluationDataSourceId
The ID of the DataSource
for the evaluation. The schema of
the DataSource
must match the schema used to create the
MLModel
.
public void setEvaluationId(java.lang.String evaluationId)
A user-supplied ID that uniquely identifies the Evaluation
.
evaluationId
- A user-supplied ID that uniquely identifies the
Evaluation
.public java.lang.String getEvaluationId()
A user-supplied ID that uniquely identifies the Evaluation
.
Evaluation
.public CreateEvaluationRequest withEvaluationId(java.lang.String evaluationId)
A user-supplied ID that uniquely identifies the Evaluation
.
evaluationId
- A user-supplied ID that uniquely identifies the
Evaluation
.public void setEvaluationName(java.lang.String evaluationName)
A user-supplied name or description of the Evaluation
.
evaluationName
- A user-supplied name or description of the Evaluation
.public java.lang.String getEvaluationName()
A user-supplied name or description of the Evaluation
.
Evaluation
.public CreateEvaluationRequest withEvaluationName(java.lang.String evaluationName)
A user-supplied name or description of the Evaluation
.
evaluationName
- A user-supplied name or description of the Evaluation
.public void setMLModelId(java.lang.String mLModelId)
The ID of the MLModel
to evaluate.
The schema used in creating the MLModel
must match the
schema of the DataSource
used in the Evaluation
.
mLModelId
- The ID of the MLModel
to evaluate.
The schema used in creating the MLModel
must match
the schema of the DataSource
used in the
Evaluation
.
public java.lang.String getMLModelId()
The ID of the MLModel
to evaluate.
The schema used in creating the MLModel
must match the
schema of the DataSource
used in the Evaluation
.
MLModel
to evaluate.
The schema used in creating the MLModel
must match
the schema of the DataSource
used in the
Evaluation
.
public CreateEvaluationRequest withMLModelId(java.lang.String mLModelId)
The ID of the MLModel
to evaluate.
The schema used in creating the MLModel
must match the
schema of the DataSource
used in the Evaluation
.
mLModelId
- The ID of the MLModel
to evaluate.
The schema used in creating the MLModel
must match
the schema of the DataSource
used in the
Evaluation
.
public void setEvaluationDataSourceId(java.lang.String evaluationDataSourceId)
The ID of the DataSource
for the evaluation. The schema of
the DataSource
must match the schema used to create the
MLModel
.
evaluationDataSourceId
- The ID of the DataSource
for the evaluation. The
schema of the DataSource
must match the schema used
to create the MLModel
.public java.lang.String getEvaluationDataSourceId()
The ID of the DataSource
for the evaluation. The schema of
the DataSource
must match the schema used to create the
MLModel
.
DataSource
for the evaluation. The
schema of the DataSource
must match the schema used
to create the MLModel
.public CreateEvaluationRequest withEvaluationDataSourceId(java.lang.String evaluationDataSourceId)
The ID of the DataSource
for the evaluation. The schema of
the DataSource
must match the schema used to create the
MLModel
.
evaluationDataSourceId
- The ID of the DataSource
for the evaluation. The
schema of the DataSource
must match the schema used
to create the MLModel
.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public CreateEvaluationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()