Class: Aws::BedrockAgentCore::Types::StartRecommendationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCore::Types::StartRecommendationResponse
- Defined in:
- gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created_at ⇒ Time
The timestamp when the recommendation was created.
-
#description ⇒ String
The description of the recommendation.
-
#name ⇒ String
The name of the recommendation.
-
#recommendation_arn ⇒ String
The Amazon Resource Name (ARN) of the created recommendation.
-
#recommendation_config ⇒ Types::RecommendationConfig
The configuration for the recommendation.
-
#recommendation_id ⇒ String
The unique identifier of the created recommendation.
-
#status ⇒ String
The status of the recommendation.
-
#type ⇒ String
The type of recommendation.
-
#updated_at ⇒ Time
The timestamp when the recommendation was last updated.
Instance Attribute Details
#created_at ⇒ Time
The timestamp when the recommendation was created.
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 |
#description ⇒ String
The description of 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 |
#name ⇒ String
The name of 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_arn ⇒ String
The Amazon Resource Name (ARN) of the created 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_config ⇒ Types::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_id ⇒ String
The unique identifier of the created 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 |
#status ⇒ String
The status of 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 |
#type ⇒ String
The type of 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 |
#updated_at ⇒ Time
The timestamp when the recommendation was last updated.
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 |