Class: OCI::GenerativeAiInference::GenerativeAiInferenceClientCompositeOperations
- Inherits:
 - 
      Object
      
        
- Object
 - OCI::GenerativeAiInference::GenerativeAiInferenceClientCompositeOperations
 
 
- Defined in:
 - lib/oci/generative_ai_inference/generative_ai_inference_client_composite_operations.rb
 
Overview
This class provides a wrapper around GenerativeAiInferenceClient and offers convenience methods for operations that would otherwise need to be chained together. For example, instead of performing an action on a resource (e.g. launching an instance, creating a load balancer) and then using a waiter to wait for the resource to enter a given state, you can call a single method in this class to accomplish the same functionality
Instance Attribute Summary collapse
- 
  
    
      #service_client  ⇒ OCI::GenerativeAiInference::GenerativeAiInferenceClient 
    
    
  
  
  
  
    
      readonly
    
    
  
  
  
  
  
  
    
The GenerativeAiInferenceClient used to communicate with the service_client.
 
Instance Method Summary collapse
- 
  
    
      #initialize(service_client = OCI::GenerativeAiInference::GenerativeAiInferenceClient.new)  ⇒ GenerativeAiInferenceClientCompositeOperations 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
Initializes a new GenerativeAiInferenceClientCompositeOperations.
 
Constructor Details
#initialize(service_client = OCI::GenerativeAiInference::GenerativeAiInferenceClient.new) ⇒ GenerativeAiInferenceClientCompositeOperations
Initializes a new GenerativeAiInferenceClientCompositeOperations
      22 23 24  | 
    
      # File 'lib/oci/generative_ai_inference/generative_ai_inference_client_composite_operations.rb', line 22 def initialize(service_client = OCI::GenerativeAiInference::GenerativeAiInferenceClient.new) @service_client = service_client end  | 
  
Instance Attribute Details
#service_client ⇒ OCI::GenerativeAiInference::GenerativeAiInferenceClient (readonly)
The OCI::GenerativeAiInference::GenerativeAiInferenceClient used to communicate with the service_client
      16 17 18  | 
    
      # File 'lib/oci/generative_ai_inference/generative_ai_inference_client_composite_operations.rb', line 16 def service_client @service_client end  |