Class: Aws::SageMaker::Types::ProjectSummary
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::ProjectSummary
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
Information about a project.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #creation_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The time that the project was created.
 - 
  
    
      #project_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) of the project.
 - 
  
    
      #project_description  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The description of the project.
 - 
  
    
      #project_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the project.
 - 
  
    
      #project_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the project.
 - 
  
    
      #project_status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The status of the project.
 
Instance Attribute Details
#creation_time ⇒ Time
The time that the project was created.
      39650 39651 39652 39653 39654 39655 39656 39657 39658 39659  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 39650 class ProjectSummary < Struct.new( :project_name, :project_description, :project_arn, :project_id, :creation_time, :project_status) SENSITIVE = [] include Aws::Structure end  | 
  
#project_arn ⇒ String
The Amazon Resource Name (ARN) of the project.
      39650 39651 39652 39653 39654 39655 39656 39657 39658 39659  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 39650 class ProjectSummary < Struct.new( :project_name, :project_description, :project_arn, :project_id, :creation_time, :project_status) SENSITIVE = [] include Aws::Structure end  | 
  
#project_description ⇒ String
The description of the project.
      39650 39651 39652 39653 39654 39655 39656 39657 39658 39659  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 39650 class ProjectSummary < Struct.new( :project_name, :project_description, :project_arn, :project_id, :creation_time, :project_status) SENSITIVE = [] include Aws::Structure end  | 
  
#project_id ⇒ String
The ID of the project.
      39650 39651 39652 39653 39654 39655 39656 39657 39658 39659  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 39650 class ProjectSummary < Struct.new( :project_name, :project_description, :project_arn, :project_id, :creation_time, :project_status) SENSITIVE = [] include Aws::Structure end  | 
  
#project_name ⇒ String
The name of the project.
      39650 39651 39652 39653 39654 39655 39656 39657 39658 39659  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 39650 class ProjectSummary < Struct.new( :project_name, :project_description, :project_arn, :project_id, :creation_time, :project_status) SENSITIVE = [] include Aws::Structure end  | 
  
#project_status ⇒ String
The status of the project.
      39650 39651 39652 39653 39654 39655 39656 39657 39658 39659  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 39650 class ProjectSummary < Struct.new( :project_name, :project_description, :project_arn, :project_id, :creation_time, :project_status) SENSITIVE = [] include Aws::Structure end  |