Class CreateEvaluationRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.machinelearning.model.MachineLearningRequest
-
- software.amazon.awssdk.services.machinelearning.model.CreateEvaluationRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<CreateEvaluationRequest.Builder,CreateEvaluationRequest>
@Generated("software.amazon.awssdk:codegen") public final class CreateEvaluationRequest extends MachineLearningRequest implements ToCopyableBuilder<CreateEvaluationRequest.Builder,CreateEvaluationRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceCreateEvaluationRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CreateEvaluationRequest.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)StringevaluationDataSourceId()The ID of theDataSourcefor the evaluation.StringevaluationId()A user-supplied ID that uniquely identifies theEvaluation.StringevaluationName()A user-supplied name or description of theEvaluation.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringmlModelId()The ID of theMLModelto evaluate.List<SdkField<?>>sdkFields()static Class<? extends CreateEvaluationRequest.Builder>serializableBuilderClass()CreateEvaluationRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
evaluationId
public final String evaluationId()
A user-supplied ID that uniquely identifies the
Evaluation.- Returns:
- A user-supplied ID that uniquely identifies the
Evaluation.
-
evaluationName
public final String evaluationName()
A user-supplied name or description of the
Evaluation.- Returns:
- A user-supplied name or description of the
Evaluation.
-
mlModelId
public final String mlModelId()
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.
-
evaluationDataSourceId
public final String evaluationDataSourceId()
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.
-
toBuilder
public CreateEvaluationRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<CreateEvaluationRequest.Builder,CreateEvaluationRequest>- Specified by:
toBuilderin classMachineLearningRequest
-
builder
public static CreateEvaluationRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends CreateEvaluationRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
-