Cloneable, ReadLimitInfo, ToCopyableBuilder<CreateEvaluationRequest.Builder,CreateEvaluationRequest>@Generated("software.amazon.awssdk:codegen") public class CreateEvaluationRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<CreateEvaluationRequest.Builder,CreateEvaluationRequest>
| Modifier and Type | Class | Description |
|---|---|---|
static interface |
CreateEvaluationRequest.Builder |
NOOP| Modifier and Type | Method | Description |
|---|---|---|
static CreateEvaluationRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
String |
evaluationDataSourceId() |
The ID of the
DataSource for the evaluation. |
String |
evaluationId() |
A user-supplied ID that uniquely identifies the
Evaluation. |
String |
evaluationName() |
A user-supplied name or description of the
Evaluation. |
int |
hashCode() |
|
String |
mlModelId() |
The ID of the
MLModel to evaluate. |
static Class<? extends CreateEvaluationRequest.Builder> |
serializableBuilderClass() |
|
CreateEvaluationRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeoutpublic String evaluationId()
A user-supplied ID that uniquely identifies the Evaluation.
Evaluation.public String evaluationName()
A user-supplied name or description of the Evaluation.
Evaluation.public 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.
MLModel to evaluate.
The schema used in creating the MLModel must match the schema of the DataSource
used in the Evaluation.
public String evaluationDataSourceId()
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.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<CreateEvaluationRequest.Builder,CreateEvaluationRequest>public static CreateEvaluationRequest.Builder builder()
public static Class<? extends CreateEvaluationRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.