You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::SageMaker::Types::AlgorithmSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::AlgorithmSummary
- Defined in:
- (unknown)
Overview
Provides summary information about an algorithm.
Instance Attribute Summary collapse
-
#algorithm_arn ⇒ String
The Amazon Resource Name (ARN) of the algorithm.
-
#algorithm_description ⇒ String
A brief description of the algorithm.
-
#algorithm_name ⇒ String
The name of the algorithm that is described by the summary.
-
#algorithm_status ⇒ String
The overall status of the algorithm.
-
#creation_time ⇒ Time
A timestamp that shows when the algorithm was created.
Instance Attribute Details
#algorithm_arn ⇒ String
The Amazon Resource Name (ARN) of the algorithm.
#algorithm_description ⇒ String
A brief description of the algorithm.
#algorithm_name ⇒ String
The name of the algorithm that is described by the summary.
#algorithm_status ⇒ String
The overall status of the algorithm.
Possible values:
- Pending
- InProgress
- Completed
- Failed
- Deleting
#creation_time ⇒ Time
A timestamp that shows when the algorithm was created.