@Generated(value="software.amazon.awssdk:codegen") public final class GetEvaluationRequest extends MachineLearningRequest implements ToCopyableBuilder<GetEvaluationRequest.Builder,GetEvaluationRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetEvaluationRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GetEvaluationRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
evaluationId()
The ID of the
Evaluation to retrieve. |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetEvaluationRequest.Builder> |
serializableBuilderClass() |
GetEvaluationRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String evaluationId()
The ID of the Evaluation to retrieve. The evaluation of each MLModel is recorded and
cataloged. The ID provides the means to access the information.
Evaluation to retrieve. The evaluation of each MLModel is
recorded and cataloged. The ID provides the means to access the information.public GetEvaluationRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetEvaluationRequest.Builder,GetEvaluationRequest>toBuilder in class MachineLearningRequestpublic static GetEvaluationRequest.Builder builder()
public static Class<? extends GetEvaluationRequest.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsRequestpublic boolean equals(Object obj)
equals in class AwsRequestpublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2020. All rights reserved.