Class: Aws::SageMaker::Types::DataCaptureConfigSummary

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#capture_statusString

Whether data capture is currently functional.

Returns:

  • (String)


9821
9822
9823
9824
9825
9826
9827
9828
9829
# File 'lib/aws-sdk-sagemaker/types.rb', line 9821

class DataCaptureConfigSummary < Struct.new(
  :enable_capture,
  :capture_status,
  :current_sampling_percentage,
  :destination_s3_uri,
  :kms_key_id)
  SENSITIVE = []
  include Aws::Structure
end

#current_sampling_percentageInteger

The percentage of requests being captured by your Endpoint.

Returns:

  • (Integer)


9821
9822
9823
9824
9825
9826
9827
9828
9829
# File 'lib/aws-sdk-sagemaker/types.rb', line 9821

class DataCaptureConfigSummary < Struct.new(
  :enable_capture,
  :capture_status,
  :current_sampling_percentage,
  :destination_s3_uri,
  :kms_key_id)
  SENSITIVE = []
  include Aws::Structure
end

#destination_s3_uriString

The Amazon S3 location being used to capture the data.

Returns:

  • (String)


9821
9822
9823
9824
9825
9826
9827
9828
9829
# File 'lib/aws-sdk-sagemaker/types.rb', line 9821

class DataCaptureConfigSummary < Struct.new(
  :enable_capture,
  :capture_status,
  :current_sampling_percentage,
  :destination_s3_uri,
  :kms_key_id)
  SENSITIVE = []
  include Aws::Structure
end

#enable_captureBoolean

Whether data capture is enabled or disabled.

Returns:

  • (Boolean)


9821
9822
9823
9824
9825
9826
9827
9828
9829
# File 'lib/aws-sdk-sagemaker/types.rb', line 9821

class DataCaptureConfigSummary < Struct.new(
  :enable_capture,
  :capture_status,
  :current_sampling_percentage,
  :destination_s3_uri,
  :kms_key_id)
  SENSITIVE = []
  include Aws::Structure
end

#kms_key_idString

The KMS key being used to encrypt the data in Amazon S3.

Returns:

  • (String)


9821
9822
9823
9824
9825
9826
9827
9828
9829
# File 'lib/aws-sdk-sagemaker/types.rb', line 9821

class DataCaptureConfigSummary < Struct.new(
  :enable_capture,
  :capture_status,
  :current_sampling_percentage,
  :destination_s3_uri,
  :kms_key_id)
  SENSITIVE = []
  include Aws::Structure
end