Class: Aws::CleanRoomsML::Types::GetConfiguredModelAlgorithmRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRoomsML::Types::GetConfiguredModelAlgorithmRequest
- 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 that you want to return information about.
Instance Attribute Details
#configured_model_algorithm_arn ⇒ String
The Amazon Resource Name (ARN) of the configured model algorithm that you want to return information about.
2593 2594 2595 2596 2597 |
# File 'lib/aws-sdk-cleanroomsml/types.rb', line 2593 class GetConfiguredModelAlgorithmRequest < Struct.new( :configured_model_algorithm_arn) SENSITIVE = [] include Aws::Structure end |