Class: Aws::SageMaker::Types::CreateAlgorithmOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::CreateAlgorithmOutput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#algorithm_arn ⇒ String
The Amazon Resource Name (ARN) of the new algorithm.
Instance Attribute Details
#algorithm_arn ⇒ String
The Amazon Resource Name (ARN) of the new algorithm.
7649 7650 7651 7652 7653 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 7649 class CreateAlgorithmOutput < Struct.new( :algorithm_arn) SENSITIVE = [] include Aws::Structure end |