- Navigation Guide
@aws-sdk/client-machine-learning
GetEvaluationCommandOutput Interface
Members
Name | Type | Details |
---|---|---|
$metadata Required | ResponseMetadata | Metadata pertaining to this request. |
ComputeTime | number | undefined | The approximate CPU time in milliseconds that Amazon Machine Learning spent processing the |
CreatedAt | Date | undefined | The time that the |
CreatedByIamUser | string | undefined | 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. |
EvaluationDataSourceId | string | undefined | The |
EvaluationId | string | undefined | The evaluation ID which is same as the |
FinishedAt | Date | undefined | The epoch time when Amazon Machine Learning marked the |
InputDataLocationS3 | string | undefined | The location of the data file or directory in Amazon Simple Storage Service (Amazon S3). |
LastUpdatedAt | Date | undefined | The time of the most recent edit to the |
LogUri | string | undefined | A link to the file that contains logs of the |
MLModelId | string | undefined | The ID of the |
Message | string | undefined | A description of the most recent details about evaluating the |
Name | string | undefined | A user-supplied name or description of the |
PerformanceMetrics | PerformanceMetrics | undefined | Measurements of how well the
For more information about performance metrics, please see the Amazon Machine Learning Developer Guide . |
StartedAt | Date | undefined | The epoch time when Amazon Machine Learning marked the |
Status | EntityStatus | undefined | The status of the evaluation. This element can have one of the following values:
|
Full Signature
export interface GetEvaluationCommandOutput extends GetEvaluationOutput, MetadataBearer