Class: Aws::SageMaker::Types::KendraSettings

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb

Overview

The Amazon SageMaker Canvas application setting where you configure document querying.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#statusString

Describes whether the document querying feature is enabled or disabled in the Canvas application.

Returns:

  • (String)


25219
25220
25221
25222
25223
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 25219

class KendraSettings < Struct.new(
  :status)
  SENSITIVE = []
  include Aws::Structure
end