Class: Aws::CleanRoomsML::Types::CreateConfiguredModelAlgorithmAssociationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRoomsML::Types::CreateConfiguredModelAlgorithmAssociationResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cleanroomsml/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#configured_model_algorithm_association_arn ⇒ String
The Amazon Resource Name (ARN) of the configured model algorithm association.
Instance Attribute Details
#configured_model_algorithm_association_arn ⇒ String
The Amazon Resource Name (ARN) of the configured model algorithm association.
1261 1262 1263 1264 1265 |
# File 'lib/aws-sdk-cleanroomsml/types.rb', line 1261 class CreateConfiguredModelAlgorithmAssociationResponse < Struct.new( :configured_model_algorithm_association_arn) SENSITIVE = [] include Aws::Structure end |