Class Evaluation
- All Implemented Interfaces:
Serializable
,SdkPojo
,ToCopyableBuilder<Evaluation.Builder,
Evaluation>
Represents the output of GetEvaluation
operation.
The content consists of the detailed metadata and data file information and the current status of the
Evaluation
.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic Evaluation.Builder
builder()
final Long
Returns the value of the ComputeTime property for this object.final Instant
The time that theEvaluation
was created.final String
The AWS user account that invoked the evaluation.final boolean
final boolean
equalsBySdkFields
(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final String
The ID of theDataSource
that is used to evaluate theMLModel
.final String
The ID that is assigned to theEvaluation
at creation.final Instant
Returns the value of the FinishedAt property for this object.final <T> Optional
<T> getValueForField
(String fieldName, Class<T> clazz) final int
hashCode()
final String
The location and name of the data in Amazon Simple Storage Server (Amazon S3) that is used in the evaluation.final Instant
The time of the most recent edit to theEvaluation
.final String
message()
A description of the most recent details about evaluating theMLModel
.final String
The ID of theMLModel
that is the focus of the evaluation.final String
name()
A user-supplied name or description of theEvaluation
.final PerformanceMetrics
Measurements of how well theMLModel
performed, using observations referenced by theDataSource
.static Class
<? extends Evaluation.Builder> final Instant
Returns the value of the StartedAt property for this object.final EntityStatus
status()
The status of the evaluation.final String
The status of the evaluation.Take this object and create a builder that contains all of the current property values of this object.final String
toString()
Returns a string representation of this object.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
evaluationId
The ID that is assigned to the
Evaluation
at creation.- Returns:
- The ID that is assigned to the
Evaluation
at creation.
-
mlModelId
The ID of the
MLModel
that is the focus of the evaluation.- Returns:
- The ID of the
MLModel
that is the focus of the evaluation.
-
evaluationDataSourceId
The ID of the
DataSource
that is used to evaluate theMLModel
.- Returns:
- The ID of the
DataSource
that is used to evaluate theMLModel
.
-
inputDataLocationS3
The location and name of the data in Amazon Simple Storage Server (Amazon S3) that is used in the evaluation.
- Returns:
- The location and name of the data in Amazon Simple Storage Server (Amazon S3) that is used in the evaluation.
-
createdByIamUser
The AWS user account that invoked the evaluation. The account type can be either an AWS root account or an AWS Identity and Access Management (IAM) user account.
- Returns:
- The AWS user account that invoked the evaluation. The account type can be either an AWS root account or an AWS Identity and Access Management (IAM) user account.
-
createdAt
The time that the
Evaluation
was created. The time is expressed in epoch time.- Returns:
- The time that the
Evaluation
was created. The time is expressed in epoch time.
-
lastUpdatedAt
The time of the most recent edit to the
Evaluation
. The time is expressed in epoch time.- Returns:
- The time of the most recent edit to the
Evaluation
. The time is expressed in epoch time.
-
name
A user-supplied name or description of the
Evaluation
.- Returns:
- A user-supplied name or description of the
Evaluation
.
-
status
The status of the evaluation. This element can have one of the following values:
-
PENDING
- Amazon Machine Learning (Amazon ML) submitted a request to evaluate anMLModel
. -
INPROGRESS
- The evaluation is underway. -
FAILED
- The request to evaluate anMLModel
did not run to completion. It is not usable. -
COMPLETED
- The evaluation process completed successfully. -
DELETED
- TheEvaluation
is marked as deleted. It is not usable.
If the service returns an enum value that is not available in the current SDK version,
status
will returnEntityStatus.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromstatusAsString()
.- Returns:
- The status of the evaluation. This element can have one of the following values:
-
PENDING
- Amazon Machine Learning (Amazon ML) submitted a request to evaluate anMLModel
. -
INPROGRESS
- The evaluation is underway. -
FAILED
- The request to evaluate anMLModel
did not run to completion. It is not usable. -
COMPLETED
- The evaluation process completed successfully. -
DELETED
- TheEvaluation
is marked as deleted. It is not usable.
-
- See Also:
-
-
statusAsString
The status of the evaluation. This element can have one of the following values:
-
PENDING
- Amazon Machine Learning (Amazon ML) submitted a request to evaluate anMLModel
. -
INPROGRESS
- The evaluation is underway. -
FAILED
- The request to evaluate anMLModel
did not run to completion. It is not usable. -
COMPLETED
- The evaluation process completed successfully. -
DELETED
- TheEvaluation
is marked as deleted. It is not usable.
If the service returns an enum value that is not available in the current SDK version,
status
will returnEntityStatus.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromstatusAsString()
.- Returns:
- The status of the evaluation. This element can have one of the following values:
-
PENDING
- Amazon Machine Learning (Amazon ML) submitted a request to evaluate anMLModel
. -
INPROGRESS
- The evaluation is underway. -
FAILED
- The request to evaluate anMLModel
did not run to completion. It is not usable. -
COMPLETED
- The evaluation process completed successfully. -
DELETED
- TheEvaluation
is marked as deleted. It is not usable.
-
- See Also:
-
-
performanceMetrics
Measurements of how well the
MLModel
performed, using observations referenced by theDataSource
. One of the following metrics is returned, based on the type of theMLModel
:-
BinaryAUC: A binary
MLModel
uses the Area Under the Curve (AUC) technique to measure performance. -
RegressionRMSE: A regression
MLModel
uses the Root Mean Square Error (RMSE) technique to measure performance. RMSE measures the difference between predicted and actual values for a single variable. -
MulticlassAvgFScore: A multiclass
MLModel
uses the F1 score technique to measure performance.
For more information about performance metrics, please see the Amazon Machine Learning Developer Guide.
- Returns:
- Measurements of how well the
MLModel
performed, using observations referenced by theDataSource
. One of the following metrics is returned, based on the type of theMLModel
:-
BinaryAUC: A binary
MLModel
uses the Area Under the Curve (AUC) technique to measure performance. -
RegressionRMSE: A regression
MLModel
uses the Root Mean Square Error (RMSE) technique to measure performance. RMSE measures the difference between predicted and actual values for a single variable. -
MulticlassAvgFScore: A multiclass
MLModel
uses the F1 score technique to measure performance.
For more information about performance metrics, please see the Amazon Machine Learning Developer Guide.
-
-
-
message
A description of the most recent details about evaluating the
MLModel
.- Returns:
- A description of the most recent details about evaluating the
MLModel
.
-
computeTime
Returns the value of the ComputeTime property for this object.- Returns:
- The value of the ComputeTime property for this object.
-
finishedAt
Returns the value of the FinishedAt property for this object.- Returns:
- The value of the FinishedAt property for this object.
-
startedAt
Returns the value of the StartedAt property for this object.- Returns:
- The value of the StartedAt property for this object.
-
toBuilder
Description copied from interface:ToCopyableBuilder
Take this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilder
in interfaceToCopyableBuilder<Evaluation.Builder,
Evaluation> - Returns:
- a builder for type T
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
Description copied from interface:SdkPojo
Indicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojo
class, and is generated based on a service model.If an
SdkPojo
class does not have any inherited fields,equalsBySdkFields
andequals
are essentially the same.- Specified by:
equalsBySdkFields
in interfaceSdkPojo
- Parameters:
obj
- the object to be compared with- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
-
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
-
sdkFields
-