Class: Aws::LookoutEquipment::Types::UpdateModelRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::LookoutEquipment::Types::UpdateModelRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-lookoutequipment/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #labels_input_configuration  ⇒ Types::LabelsInputConfiguration 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Contains the configuration information for the S3 location being used to hold label data.
 - 
  
    
      #model_diagnostics_output_configuration  ⇒ Types::ModelDiagnosticsOutputConfiguration 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon S3 location where you want Amazon Lookout for Equipment to save the pointwise model diagnostics for the model.
 - 
  
    
      #model_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the model to update.
 - 
  
    
      #role_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ARN of the model to update.
 
Instance Attribute Details
#labels_input_configuration ⇒ Types::LabelsInputConfiguration
Contains the configuration information for the S3 location being used to hold label data.
      4472 4473 4474 4475 4476 4477 4478 4479  | 
    
      # File 'lib/aws-sdk-lookoutequipment/types.rb', line 4472 class UpdateModelRequest < Struct.new( :model_name, :labels_input_configuration, :role_arn, :model_diagnostics_output_configuration) SENSITIVE = [] include Aws::Structure end  | 
  
#model_diagnostics_output_configuration ⇒ Types::ModelDiagnosticsOutputConfiguration
The Amazon S3 location where you want Amazon Lookout for Equipment to save the pointwise model diagnostics for the model. You must also specify the ‘RoleArn` request parameter.
      4472 4473 4474 4475 4476 4477 4478 4479  | 
    
      # File 'lib/aws-sdk-lookoutequipment/types.rb', line 4472 class UpdateModelRequest < Struct.new( :model_name, :labels_input_configuration, :role_arn, :model_diagnostics_output_configuration) SENSITIVE = [] include Aws::Structure end  | 
  
#model_name ⇒ String
The name of the model to update.
      4472 4473 4474 4475 4476 4477 4478 4479  | 
    
      # File 'lib/aws-sdk-lookoutequipment/types.rb', line 4472 class UpdateModelRequest < Struct.new( :model_name, :labels_input_configuration, :role_arn, :model_diagnostics_output_configuration) SENSITIVE = [] include Aws::Structure end  | 
  
#role_arn ⇒ String
The ARN of the model to update.
      4472 4473 4474 4475 4476 4477 4478 4479  | 
    
      # File 'lib/aws-sdk-lookoutequipment/types.rb', line 4472 class UpdateModelRequest < Struct.new( :model_name, :labels_input_configuration, :role_arn, :model_diagnostics_output_configuration) SENSITIVE = [] include Aws::Structure end  |