Class: Aws::BedrockAgentCore::Types::StartRecommendationResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#created_atTime

The timestamp when the recommendation was created.

Returns:

  • (Time)


9777
9778
9779
9780
9781
9782
9783
9784
9785
9786
9787
9788
9789
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 9777

class StartRecommendationResponse < Struct.new(
  :recommendation_id,
  :recommendation_arn,
  :name,
  :description,
  :type,
  :recommendation_config,
  :status,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description of the recommendation.

Returns:

  • (String)


9777
9778
9779
9780
9781
9782
9783
9784
9785
9786
9787
9788
9789
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 9777

class StartRecommendationResponse < Struct.new(
  :recommendation_id,
  :recommendation_arn,
  :name,
  :description,
  :type,
  :recommendation_config,
  :status,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the recommendation.

Returns:

  • (String)


9777
9778
9779
9780
9781
9782
9783
9784
9785
9786
9787
9788
9789
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 9777

class StartRecommendationResponse < Struct.new(
  :recommendation_id,
  :recommendation_arn,
  :name,
  :description,
  :type,
  :recommendation_config,
  :status,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#recommendation_arnString

The Amazon Resource Name (ARN) of the created recommendation.

Returns:

  • (String)


9777
9778
9779
9780
9781
9782
9783
9784
9785
9786
9787
9788
9789
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 9777

class StartRecommendationResponse < Struct.new(
  :recommendation_id,
  :recommendation_arn,
  :name,
  :description,
  :type,
  :recommendation_config,
  :status,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#recommendation_configTypes::RecommendationConfig

The configuration for the recommendation.



9777
9778
9779
9780
9781
9782
9783
9784
9785
9786
9787
9788
9789
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 9777

class StartRecommendationResponse < Struct.new(
  :recommendation_id,
  :recommendation_arn,
  :name,
  :description,
  :type,
  :recommendation_config,
  :status,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#recommendation_idString

The unique identifier of the created recommendation.

Returns:

  • (String)


9777
9778
9779
9780
9781
9782
9783
9784
9785
9786
9787
9788
9789
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 9777

class StartRecommendationResponse < Struct.new(
  :recommendation_id,
  :recommendation_arn,
  :name,
  :description,
  :type,
  :recommendation_config,
  :status,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the recommendation.

Returns:

  • (String)


9777
9778
9779
9780
9781
9782
9783
9784
9785
9786
9787
9788
9789
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 9777

class StartRecommendationResponse < Struct.new(
  :recommendation_id,
  :recommendation_arn,
  :name,
  :description,
  :type,
  :recommendation_config,
  :status,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of recommendation.

Returns:

  • (String)


9777
9778
9779
9780
9781
9782
9783
9784
9785
9786
9787
9788
9789
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 9777

class StartRecommendationResponse < Struct.new(
  :recommendation_id,
  :recommendation_arn,
  :name,
  :description,
  :type,
  :recommendation_config,
  :status,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#updated_atTime

The timestamp when the recommendation was last updated.

Returns:

  • (Time)


9777
9778
9779
9780
9781
9782
9783
9784
9785
9786
9787
9788
9789
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 9777

class StartRecommendationResponse < Struct.new(
  :recommendation_id,
  :recommendation_arn,
  :name,
  :description,
  :type,
  :recommendation_config,
  :status,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end