Class: Aws::SageMaker::Types::AmazonQSettings

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

Overview

A collection of settings that configure the Amazon Q experience within the domain.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#q_profile_arnString

The ARN of the Amazon Q profile used within the domain.

Returns:

  • (String)


630
631
632
633
634
635
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 630

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

#statusString

Whether Amazon Q has been enabled within the domain.

Returns:

  • (String)


630
631
632
633
634
635
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 630

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