Class: Aws::SageMaker::Types::AlgorithmSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::AlgorithmSummary
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Provides summary information about an algorithm.
Constant Summary collapse
- SENSITIVE =
[]
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.
553 554 555 556 557 558 559 560 561 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 553 class AlgorithmSummary < Struct.new( :algorithm_name, :algorithm_arn, :algorithm_description, :creation_time, :algorithm_status) SENSITIVE = [] include Aws::Structure end |
#algorithm_description ⇒ String
A brief description of the algorithm.
553 554 555 556 557 558 559 560 561 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 553 class AlgorithmSummary < Struct.new( :algorithm_name, :algorithm_arn, :algorithm_description, :creation_time, :algorithm_status) SENSITIVE = [] include Aws::Structure end |
#algorithm_name ⇒ String
The name of the algorithm that is described by the summary.
553 554 555 556 557 558 559 560 561 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 553 class AlgorithmSummary < Struct.new( :algorithm_name, :algorithm_arn, :algorithm_description, :creation_time, :algorithm_status) SENSITIVE = [] include Aws::Structure end |
#algorithm_status ⇒ String
The overall status of the algorithm.
553 554 555 556 557 558 559 560 561 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 553 class AlgorithmSummary < Struct.new( :algorithm_name, :algorithm_arn, :algorithm_description, :creation_time, :algorithm_status) SENSITIVE = [] include Aws::Structure end |
#creation_time ⇒ Time
A timestamp that shows when the algorithm was created.
553 554 555 556 557 558 559 560 561 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 553 class AlgorithmSummary < Struct.new( :algorithm_name, :algorithm_arn, :algorithm_description, :creation_time, :algorithm_status) SENSITIVE = [] include Aws::Structure end |