Class: Aws::CleanRoomsML::Types::GetTrainedModelInferenceJobRequest
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::CleanRoomsML::Types::GetTrainedModelInferenceJobRequest
 
- Defined in:
- gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #membership_identifier  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Provides the membership ID of the membership that contains the trained model inference job that you are interested in. 
- 
  
    
      #trained_model_inference_job_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Provides the Amazon Resource Name (ARN) of the trained model inference job that you are interested in. 
Instance Attribute Details
#membership_identifier ⇒ String
Provides the membership ID of the membership that contains the trained model inference job that you are interested in.
| 3111 3112 3113 3114 3115 3116 | # File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 3111 class GetTrainedModelInferenceJobRequest < Struct.new( :membership_identifier, :trained_model_inference_job_arn) SENSITIVE = [] include Aws::Structure end | 
#trained_model_inference_job_arn ⇒ String
Provides the Amazon Resource Name (ARN) of the trained model inference job that you are interested in.
| 3111 3112 3113 3114 3115 3116 | # File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 3111 class GetTrainedModelInferenceJobRequest < Struct.new( :membership_identifier, :trained_model_inference_job_arn) SENSITIVE = [] include Aws::Structure end |