Package | Description |
---|---|
com.amazonaws.services.machinelearning | |
com.amazonaws.services.machinelearning.model | |
com.amazonaws.services.machinelearning.model.transform |
Modifier and Type | Method and Description |
---|---|
GetEvaluationResult |
AmazonMachineLearningClient.getEvaluation(GetEvaluationRequest getEvaluationRequest)
Returns an
Evaluation that includes metadata as well as the
current status of the Evaluation . |
GetEvaluationResult |
AmazonMachineLearning.getEvaluation(GetEvaluationRequest getEvaluationRequest)
Returns an
Evaluation that includes metadata as well as the
current status of the Evaluation . |
GetEvaluationResult |
AbstractAmazonMachineLearning.getEvaluation(GetEvaluationRequest request) |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<GetEvaluationResult> |
AmazonMachineLearningAsyncClient.getEvaluationAsync(GetEvaluationRequest request) |
java.util.concurrent.Future<GetEvaluationResult> |
AmazonMachineLearningAsync.getEvaluationAsync(GetEvaluationRequest getEvaluationRequest)
Returns an
Evaluation that includes metadata as well as the
current status of the Evaluation . |
java.util.concurrent.Future<GetEvaluationResult> |
AbstractAmazonMachineLearningAsync.getEvaluationAsync(GetEvaluationRequest request) |
java.util.concurrent.Future<GetEvaluationResult> |
AmazonMachineLearningAsyncClient.getEvaluationAsync(GetEvaluationRequest request,
AsyncHandler<GetEvaluationRequest,GetEvaluationResult> asyncHandler) |
java.util.concurrent.Future<GetEvaluationResult> |
AmazonMachineLearningAsync.getEvaluationAsync(GetEvaluationRequest getEvaluationRequest,
AsyncHandler<GetEvaluationRequest,GetEvaluationResult> asyncHandler)
Returns an
Evaluation that includes metadata as well as the
current status of the Evaluation . |
java.util.concurrent.Future<GetEvaluationResult> |
AbstractAmazonMachineLearningAsync.getEvaluationAsync(GetEvaluationRequest request,
AsyncHandler<GetEvaluationRequest,GetEvaluationResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<GetEvaluationResult> |
AmazonMachineLearningAsyncClient.getEvaluationAsync(GetEvaluationRequest request,
AsyncHandler<GetEvaluationRequest,GetEvaluationResult> asyncHandler) |
java.util.concurrent.Future<GetEvaluationResult> |
AmazonMachineLearningAsync.getEvaluationAsync(GetEvaluationRequest getEvaluationRequest,
AsyncHandler<GetEvaluationRequest,GetEvaluationResult> asyncHandler)
Returns an
Evaluation that includes metadata as well as the
current status of the Evaluation . |
java.util.concurrent.Future<GetEvaluationResult> |
AbstractAmazonMachineLearningAsync.getEvaluationAsync(GetEvaluationRequest request,
AsyncHandler<GetEvaluationRequest,GetEvaluationResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
GetEvaluationResult |
GetEvaluationResult.clone() |
GetEvaluationResult |
GetEvaluationResult.withCreatedAt(java.util.Date createdAt)
The time that the
Evaluation was created. |
GetEvaluationResult |
GetEvaluationResult.withCreatedByIamUser(java.lang.String createdByIamUser)
The AWS user account that invoked the evaluation.
|
GetEvaluationResult |
GetEvaluationResult.withEvaluationDataSourceId(java.lang.String evaluationDataSourceId)
The
DataSource used for this evaluation. |
GetEvaluationResult |
GetEvaluationResult.withEvaluationId(java.lang.String evaluationId)
The evaluation ID which is same as the
EvaluationId in the
request. |
GetEvaluationResult |
GetEvaluationResult.withInputDataLocationS3(java.lang.String inputDataLocationS3)
The location of the data file or directory in Amazon Simple Storage
Service (Amazon S3).
|
GetEvaluationResult |
GetEvaluationResult.withLastUpdatedAt(java.util.Date lastUpdatedAt)
The time of the most recent edit to the
BatchPrediction . |
GetEvaluationResult |
GetEvaluationResult.withLogUri(java.lang.String logUri)
A link to the file that contains logs of the CreateEvaluation
operation.
|
GetEvaluationResult |
GetEvaluationResult.withMessage(java.lang.String message)
A description of the most recent details about evaluating the
MLModel . |
GetEvaluationResult |
GetEvaluationResult.withMLModelId(java.lang.String mLModelId)
The ID of the
MLModel that was the focus of the evaluation. |
GetEvaluationResult |
GetEvaluationResult.withName(java.lang.String name)
A user-supplied name or description of the
Evaluation . |
GetEvaluationResult |
GetEvaluationResult.withPerformanceMetrics(PerformanceMetrics performanceMetrics)
Measurements of how well the
MLModel performed using
observations referenced by the DataSource . |
GetEvaluationResult |
GetEvaluationResult.withStatus(EntityStatus status)
The status of the evaluation.
|
GetEvaluationResult |
GetEvaluationResult.withStatus(java.lang.String status)
The status of the evaluation.
|
Modifier and Type | Method and Description |
---|---|
GetEvaluationResult |
GetEvaluationResultJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |