Class: Aws::SageMaker::Types::EdgePackagingJobSummary
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::EdgePackagingJobSummary
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
Summary of edge packaging job.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #compilation_job_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the SageMaker Neo compilation job.
 - 
  
    
      #creation_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The timestamp of when the job was created.
 - 
  
    
      #edge_packaging_job_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) of the edge packaging job.
 - 
  
    
      #edge_packaging_job_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the edge packaging job.
 - 
  
    
      #edge_packaging_job_status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The status of the edge packaging job.
 - 
  
    
      #last_modified_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The timestamp of when the edge packaging job was last updated.
 - 
  
    
      #model_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the model.
 - 
  
    
      #model_version  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The version of the model.
 
Instance Attribute Details
#compilation_job_name ⇒ String
The name of the SageMaker Neo compilation job.
      20659 20660 20661 20662 20663 20664 20665 20666 20667 20668 20669 20670  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 20659 class EdgePackagingJobSummary < Struct.new( :edge_packaging_job_arn, :edge_packaging_job_name, :edge_packaging_job_status, :compilation_job_name, :model_name, :model_version, :creation_time, :last_modified_time) SENSITIVE = [] include Aws::Structure end  | 
  
#creation_time ⇒ Time
The timestamp of when the job was created.
      20659 20660 20661 20662 20663 20664 20665 20666 20667 20668 20669 20670  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 20659 class EdgePackagingJobSummary < Struct.new( :edge_packaging_job_arn, :edge_packaging_job_name, :edge_packaging_job_status, :compilation_job_name, :model_name, :model_version, :creation_time, :last_modified_time) SENSITIVE = [] include Aws::Structure end  | 
  
#edge_packaging_job_arn ⇒ String
The Amazon Resource Name (ARN) of the edge packaging job.
      20659 20660 20661 20662 20663 20664 20665 20666 20667 20668 20669 20670  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 20659 class EdgePackagingJobSummary < Struct.new( :edge_packaging_job_arn, :edge_packaging_job_name, :edge_packaging_job_status, :compilation_job_name, :model_name, :model_version, :creation_time, :last_modified_time) SENSITIVE = [] include Aws::Structure end  | 
  
#edge_packaging_job_name ⇒ String
The name of the edge packaging job.
      20659 20660 20661 20662 20663 20664 20665 20666 20667 20668 20669 20670  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 20659 class EdgePackagingJobSummary < Struct.new( :edge_packaging_job_arn, :edge_packaging_job_name, :edge_packaging_job_status, :compilation_job_name, :model_name, :model_version, :creation_time, :last_modified_time) SENSITIVE = [] include Aws::Structure end  | 
  
#edge_packaging_job_status ⇒ String
The status of the edge packaging job.
      20659 20660 20661 20662 20663 20664 20665 20666 20667 20668 20669 20670  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 20659 class EdgePackagingJobSummary < Struct.new( :edge_packaging_job_arn, :edge_packaging_job_name, :edge_packaging_job_status, :compilation_job_name, :model_name, :model_version, :creation_time, :last_modified_time) SENSITIVE = [] include Aws::Structure end  | 
  
#last_modified_time ⇒ Time
The timestamp of when the edge packaging job was last updated.
      20659 20660 20661 20662 20663 20664 20665 20666 20667 20668 20669 20670  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 20659 class EdgePackagingJobSummary < Struct.new( :edge_packaging_job_arn, :edge_packaging_job_name, :edge_packaging_job_status, :compilation_job_name, :model_name, :model_version, :creation_time, :last_modified_time) SENSITIVE = [] include Aws::Structure end  | 
  
#model_name ⇒ String
The name of the model.
      20659 20660 20661 20662 20663 20664 20665 20666 20667 20668 20669 20670  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 20659 class EdgePackagingJobSummary < Struct.new( :edge_packaging_job_arn, :edge_packaging_job_name, :edge_packaging_job_status, :compilation_job_name, :model_name, :model_version, :creation_time, :last_modified_time) SENSITIVE = [] include Aws::Structure end  | 
  
#model_version ⇒ String
The version of the model.
      20659 20660 20661 20662 20663 20664 20665 20666 20667 20668 20669 20670  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 20659 class EdgePackagingJobSummary < Struct.new( :edge_packaging_job_arn, :edge_packaging_job_name, :edge_packaging_job_status, :compilation_job_name, :model_name, :model_version, :creation_time, :last_modified_time) SENSITIVE = [] include Aws::Structure end  |