Class: Aws::CleanRoomsML::Types::CreateConfiguredModelAlgorithmResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRoomsML::Types::CreateConfiguredModelAlgorithmResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cleanroomsml/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#configured_model_algorithm_arn ⇒ String
The Amazon Resource Name (ARN) of the configured model algorithm.
Instance Attribute Details
#configured_model_algorithm_arn ⇒ String
The Amazon Resource Name (ARN) of the configured model algorithm.
1349 1350 1351 1352 1353 |
# File 'lib/aws-sdk-cleanroomsml/types.rb', line 1349 class CreateConfiguredModelAlgorithmResponse < Struct.new( :configured_model_algorithm_arn) SENSITIVE = [] include Aws::Structure end |