Class: Aws::SageMaker::Types::ProfilerRuleConfiguration
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::ProfilerRuleConfiguration
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
Configuration information for profiling rules.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #instance_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The instance type to deploy a custom rule for profiling a training job.
 - 
  
    
      #local_path  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Path to local storage location for output of rules.
 - 
  
    
      #rule_configuration_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the rule configuration.
 - 
  
    
      #rule_evaluator_image  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Elastic Container Registry Image for the managed rule evaluation.
 - 
  
    
      #rule_parameters  ⇒ Hash<String,String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Runtime configuration for rule container.
 - 
  
    
      #s3_output_path  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Path to Amazon S3 storage location for rules.
 - 
  
    
      #volume_size_in_gb  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The size, in GB, of the ML storage volume attached to the processing instance.
 
Instance Attribute Details
#instance_type ⇒ String
The instance type to deploy a custom rule for profiling a training job.
      39487 39488 39489 39490 39491 39492 39493 39494 39495 39496 39497  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 39487 class ProfilerRuleConfiguration < Struct.new( :rule_configuration_name, :local_path, :s3_output_path, :rule_evaluator_image, :instance_type, :volume_size_in_gb, :rule_parameters) SENSITIVE = [] include Aws::Structure end  | 
  
#local_path ⇒ String
Path to local storage location for output of rules. Defaults to ‘/opt/ml/processing/output/rule/`.
      39487 39488 39489 39490 39491 39492 39493 39494 39495 39496 39497  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 39487 class ProfilerRuleConfiguration < Struct.new( :rule_configuration_name, :local_path, :s3_output_path, :rule_evaluator_image, :instance_type, :volume_size_in_gb, :rule_parameters) SENSITIVE = [] include Aws::Structure end  | 
  
#rule_configuration_name ⇒ String
The name of the rule configuration. It must be unique relative to other rule configuration names.
      39487 39488 39489 39490 39491 39492 39493 39494 39495 39496 39497  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 39487 class ProfilerRuleConfiguration < Struct.new( :rule_configuration_name, :local_path, :s3_output_path, :rule_evaluator_image, :instance_type, :volume_size_in_gb, :rule_parameters) SENSITIVE = [] include Aws::Structure end  | 
  
#rule_evaluator_image ⇒ String
The Amazon Elastic Container Registry Image for the managed rule evaluation.
      39487 39488 39489 39490 39491 39492 39493 39494 39495 39496 39497  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 39487 class ProfilerRuleConfiguration < Struct.new( :rule_configuration_name, :local_path, :s3_output_path, :rule_evaluator_image, :instance_type, :volume_size_in_gb, :rule_parameters) SENSITIVE = [] include Aws::Structure end  | 
  
#rule_parameters ⇒ Hash<String,String>
Runtime configuration for rule container.
      39487 39488 39489 39490 39491 39492 39493 39494 39495 39496 39497  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 39487 class ProfilerRuleConfiguration < Struct.new( :rule_configuration_name, :local_path, :s3_output_path, :rule_evaluator_image, :instance_type, :volume_size_in_gb, :rule_parameters) SENSITIVE = [] include Aws::Structure end  | 
  
#s3_output_path ⇒ String
Path to Amazon S3 storage location for rules.
      39487 39488 39489 39490 39491 39492 39493 39494 39495 39496 39497  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 39487 class ProfilerRuleConfiguration < Struct.new( :rule_configuration_name, :local_path, :s3_output_path, :rule_evaluator_image, :instance_type, :volume_size_in_gb, :rule_parameters) SENSITIVE = [] include Aws::Structure end  | 
  
#volume_size_in_gb ⇒ Integer
The size, in GB, of the ML storage volume attached to the processing instance.
      39487 39488 39489 39490 39491 39492 39493 39494 39495 39496 39497  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 39487 class ProfilerRuleConfiguration < Struct.new( :rule_configuration_name, :local_path, :s3_output_path, :rule_evaluator_image, :instance_type, :volume_size_in_gb, :rule_parameters) SENSITIVE = [] include Aws::Structure end  |