Class: Aws::CleanRoomsML::Types::CreateTrainedModelResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRoomsML::Types::CreateTrainedModelResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cleanroomsml/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#trained_model_arn ⇒ String
The Amazon Resource Name (ARN) of the trained model.
Instance Attribute Details
#trained_model_arn ⇒ String
The Amazon Resource Name (ARN) of the trained model.
1550 1551 1552 1553 1554 |
# File 'lib/aws-sdk-cleanroomsml/types.rb', line 1550 class CreateTrainedModelResponse < Struct.new( :trained_model_arn) SENSITIVE = [] include Aws::Structure end |