Class: Aws::SageMaker::Types::PartnerAppSummary
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::PartnerAppSummary
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
A subset of information related to a SageMaker Partner AI App. This information is used as part of the ‘ListPartnerApps` API response.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ARN of the SageMaker Partner AI App.
 - 
  
    
      #creation_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The creation time of the SageMaker Partner AI App.
 - 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the SageMaker Partner AI App.
 - 
  
    
      #status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The status of the SageMaker Partner AI App.
 - 
  
    
      #type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The type of SageMaker Partner AI App to create.
 
Instance Attribute Details
#arn ⇒ String
The ARN of the SageMaker Partner AI App.
      37889 37890 37891 37892 37893 37894 37895 37896 37897  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 37889 class PartnerAppSummary < Struct.new( :arn, :name, :type, :status, :creation_time) SENSITIVE = [] include Aws::Structure end  | 
  
#creation_time ⇒ Time
The creation time of the SageMaker Partner AI App.
      37889 37890 37891 37892 37893 37894 37895 37896 37897  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 37889 class PartnerAppSummary < Struct.new( :arn, :name, :type, :status, :creation_time) SENSITIVE = [] include Aws::Structure end  | 
  
#name ⇒ String
The name of the SageMaker Partner AI App.
      37889 37890 37891 37892 37893 37894 37895 37896 37897  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 37889 class PartnerAppSummary < Struct.new( :arn, :name, :type, :status, :creation_time) SENSITIVE = [] include Aws::Structure end  | 
  
#status ⇒ String
The status of the SageMaker Partner AI App.
      37889 37890 37891 37892 37893 37894 37895 37896 37897  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 37889 class PartnerAppSummary < Struct.new( :arn, :name, :type, :status, :creation_time) SENSITIVE = [] include Aws::Structure end  | 
  
#type ⇒ String
The type of SageMaker Partner AI App to create. Must be one of the following: ‘lakera-guard`, `comet`, `deepchecks-llm-evaluation`, or `fiddler`.
      37889 37890 37891 37892 37893 37894 37895 37896 37897  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 37889 class PartnerAppSummary < Struct.new( :arn, :name, :type, :status, :creation_time) SENSITIVE = [] include Aws::Structure end  |