Uses of Class
com.amazonaws.services.machinelearning.model.GetEvaluationResult
Packages that use GetEvaluationResult
Package
Description
-
Uses of GetEvaluationResult in com.amazonaws.services.machinelearning
Methods in com.amazonaws.services.machinelearning that return GetEvaluationResultModifier and TypeMethodDescriptionAbstractAmazonMachineLearning.getEvaluation
(GetEvaluationRequest request) AmazonMachineLearning.getEvaluation
(GetEvaluationRequest getEvaluationRequest) Returns anEvaluation
that includes metadata as well as the current status of theEvaluation
.AmazonMachineLearningClient.getEvaluation
(GetEvaluationRequest getEvaluationRequest) Returns anEvaluation
that includes metadata as well as the current status of theEvaluation
.Methods in com.amazonaws.services.machinelearning that return types with arguments of type GetEvaluationResultModifier and TypeMethodDescriptionAbstractAmazonMachineLearningAsync.getEvaluationAsync
(GetEvaluationRequest request) AbstractAmazonMachineLearningAsync.getEvaluationAsync
(GetEvaluationRequest request, AsyncHandler<GetEvaluationRequest, GetEvaluationResult> asyncHandler) AmazonMachineLearningAsync.getEvaluationAsync
(GetEvaluationRequest getEvaluationRequest) Returns anEvaluation
that includes metadata as well as the current status of theEvaluation
.AmazonMachineLearningAsync.getEvaluationAsync
(GetEvaluationRequest getEvaluationRequest, AsyncHandler<GetEvaluationRequest, GetEvaluationResult> asyncHandler) Returns anEvaluation
that includes metadata as well as the current status of theEvaluation
.AmazonMachineLearningAsyncClient.getEvaluationAsync
(GetEvaluationRequest request) AmazonMachineLearningAsyncClient.getEvaluationAsync
(GetEvaluationRequest request, AsyncHandler<GetEvaluationRequest, GetEvaluationResult> asyncHandler) Method parameters in com.amazonaws.services.machinelearning with type arguments of type GetEvaluationResultModifier and TypeMethodDescriptionAbstractAmazonMachineLearningAsync.getEvaluationAsync
(GetEvaluationRequest request, AsyncHandler<GetEvaluationRequest, GetEvaluationResult> asyncHandler) AmazonMachineLearningAsync.getEvaluationAsync
(GetEvaluationRequest getEvaluationRequest, AsyncHandler<GetEvaluationRequest, GetEvaluationResult> asyncHandler) Returns anEvaluation
that includes metadata as well as the current status of theEvaluation
.AmazonMachineLearningAsyncClient.getEvaluationAsync
(GetEvaluationRequest request, AsyncHandler<GetEvaluationRequest, GetEvaluationResult> asyncHandler) -
Uses of GetEvaluationResult in com.amazonaws.services.machinelearning.model
Methods in com.amazonaws.services.machinelearning.model that return GetEvaluationResultModifier and TypeMethodDescriptionGetEvaluationResult.clone()
GetEvaluationResult.withCreatedAt
(Date createdAt) The time that theEvaluation
was created.GetEvaluationResult.withCreatedByIamUser
(String createdByIamUser) The AWS user account that invoked the evaluation.GetEvaluationResult.withEvaluationDataSourceId
(String evaluationDataSourceId) TheDataSource
used for this evaluation.GetEvaluationResult.withEvaluationId
(String evaluationId) The evaluation ID which is same as theEvaluationId
in the request.GetEvaluationResult.withInputDataLocationS3
(String inputDataLocationS3) The location of the data file or directory in Amazon Simple Storage Service (Amazon S3).GetEvaluationResult.withLastUpdatedAt
(Date lastUpdatedAt) The time of the most recent edit to theBatchPrediction
.GetEvaluationResult.withLogUri
(String logUri) A link to the file that contains logs of the CreateEvaluation operation.GetEvaluationResult.withMessage
(String message) A description of the most recent details about evaluating theMLModel
.GetEvaluationResult.withMLModelId
(String mLModelId) The ID of theMLModel
that was the focus of the evaluation.A user-supplied name or description of theEvaluation
.GetEvaluationResult.withPerformanceMetrics
(PerformanceMetrics performanceMetrics) Measurements of how well theMLModel
performed using observations referenced by theDataSource
.GetEvaluationResult.withStatus
(EntityStatus status) The status of the evaluation.GetEvaluationResult.withStatus
(String status) The status of the evaluation.