Class: Aws::CleanRoomsML::Types::GetTrainedModelRequest
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::CleanRoomsML::Types::GetTrainedModelRequest
 
- Defined in:
- gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #membership_identifier  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The membership ID of the member that created the trained model that you are interested in. 
- 
  
    
      #trained_model_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The Amazon Resource Name (ARN) of the trained model that you are interested in. 
- 
  
    
      #version_identifier  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The version identifier of the trained model to retrieve. 
Instance Attribute Details
#membership_identifier ⇒ String
The membership ID of the member that created the trained model that you are interested in.
| 3298 3299 3300 3301 3302 3303 3304 | # File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 3298 class GetTrainedModelRequest < Struct.new( :trained_model_arn, :membership_identifier, :version_identifier) SENSITIVE = [] include Aws::Structure end | 
#trained_model_arn ⇒ String
The Amazon Resource Name (ARN) of the trained model that you are interested in.
| 3298 3299 3300 3301 3302 3303 3304 | # File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 3298 class GetTrainedModelRequest < Struct.new( :trained_model_arn, :membership_identifier, :version_identifier) SENSITIVE = [] include Aws::Structure end | 
#version_identifier ⇒ String
The version identifier of the trained model to retrieve. If not specified, the operation returns information about the latest version of the trained model.
| 3298 3299 3300 3301 3302 3303 3304 | # File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 3298 class GetTrainedModelRequest < Struct.new( :trained_model_arn, :membership_identifier, :version_identifier) SENSITIVE = [] include Aws::Structure end |