Class: Aws::Greengrass::Types::SageMakerMachineLearningModelResourceData
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Greengrass::Types::SageMakerMachineLearningModelResourceData
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-greengrass/types.rb
 
Overview
Attributes that define an Amazon SageMaker machine learning resource.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #destination_path  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The absolute local path of the resource inside the Lambda environment.
 - 
  
    
      #owner_setting  ⇒ Types::ResourceDownloadOwnerSetting 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The owner setting for downloaded machine learning resources.
 - 
  
    
      #sage_maker_job_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ARN of the Amazon SageMaker training job that represents the source model.
 
Instance Attribute Details
#destination_path ⇒ String
The absolute local path of the resource inside the Lambda environment.
      4240 4241 4242 4243 4244 4245 4246  | 
    
      # File 'lib/aws-sdk-greengrass/types.rb', line 4240 class SageMakerMachineLearningModelResourceData < Struct.new( :destination_path, :owner_setting, :sage_maker_job_arn) SENSITIVE = [] include Aws::Structure end  | 
  
#owner_setting ⇒ Types::ResourceDownloadOwnerSetting
The owner setting for downloaded machine learning resources.
      4240 4241 4242 4243 4244 4245 4246  | 
    
      # File 'lib/aws-sdk-greengrass/types.rb', line 4240 class SageMakerMachineLearningModelResourceData < Struct.new( :destination_path, :owner_setting, :sage_maker_job_arn) SENSITIVE = [] include Aws::Structure end  | 
  
#sage_maker_job_arn ⇒ String
The ARN of the Amazon SageMaker training job that represents the source model.
      4240 4241 4242 4243 4244 4245 4246  | 
    
      # File 'lib/aws-sdk-greengrass/types.rb', line 4240 class SageMakerMachineLearningModelResourceData < Struct.new( :destination_path, :owner_setting, :sage_maker_job_arn) SENSITIVE = [] include Aws::Structure end  |