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.
5285 5286 5287 5288 5289 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 5285 class CreateAlgorithmOutput < Struct.new( :algorithm_arn) SENSITIVE = [] include Aws::Structure end |