Class: Aws::SageMaker::Types::DataCaptureConfigSummary
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::DataCaptureConfigSummary
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
The currently active data capture configuration used by your Endpoint.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #capture_status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Whether data capture is currently functional.
 - 
  
    
      #current_sampling_percentage  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The percentage of requests being captured by your Endpoint.
 - 
  
    
      #destination_s3_uri  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon S3 location being used to capture the data.
 - 
  
    
      #enable_capture  ⇒ Boolean 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Whether data capture is enabled or disabled.
 - 
  
    
      #kms_key_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The KMS key being used to encrypt the data in Amazon S3.
 
Instance Attribute Details
#capture_status ⇒ String
Whether data capture is currently functional.
      11243 11244 11245 11246 11247 11248 11249 11250 11251  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 11243 class DataCaptureConfigSummary < Struct.new( :enable_capture, :capture_status, :current_sampling_percentage, :destination_s3_uri, :kms_key_id) SENSITIVE = [] include Aws::Structure end  | 
  
#current_sampling_percentage ⇒ Integer
The percentage of requests being captured by your Endpoint.
      11243 11244 11245 11246 11247 11248 11249 11250 11251  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 11243 class DataCaptureConfigSummary < Struct.new( :enable_capture, :capture_status, :current_sampling_percentage, :destination_s3_uri, :kms_key_id) SENSITIVE = [] include Aws::Structure end  | 
  
#destination_s3_uri ⇒ String
The Amazon S3 location being used to capture the data.
      11243 11244 11245 11246 11247 11248 11249 11250 11251  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 11243 class DataCaptureConfigSummary < Struct.new( :enable_capture, :capture_status, :current_sampling_percentage, :destination_s3_uri, :kms_key_id) SENSITIVE = [] include Aws::Structure end  | 
  
#enable_capture ⇒ Boolean
Whether data capture is enabled or disabled.
      11243 11244 11245 11246 11247 11248 11249 11250 11251  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 11243 class DataCaptureConfigSummary < Struct.new( :enable_capture, :capture_status, :current_sampling_percentage, :destination_s3_uri, :kms_key_id) SENSITIVE = [] include Aws::Structure end  | 
  
#kms_key_id ⇒ String
The KMS key being used to encrypt the data in Amazon S3.
      11243 11244 11245 11246 11247 11248 11249 11250 11251  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 11243 class DataCaptureConfigSummary < Struct.new( :enable_capture, :capture_status, :current_sampling_percentage, :destination_s3_uri, :kms_key_id) SENSITIVE = [] include Aws::Structure end  |