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.
5400 5401 5402 5403 5404 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 5400 class CreateAlgorithmOutput < Struct.new( :algorithm_arn) SENSITIVE = [] include Aws::Structure end |