Module: Aws::BedrockAgentCore::Client::_GetRecommendationResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetRecommendationResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #created_at ⇒ ::Time
- #description ⇒ ::String
- #kms_key_arn ⇒ ::String
- #name ⇒ ::String
- #recommendation_arn ⇒ ::String
- #recommendation_config ⇒ Types::RecommendationConfig
- #recommendation_id ⇒ ::String
- #recommendation_result ⇒ Types::RecommendationResult
- #status ⇒ "PENDING", ...
- #type ⇒ "SYSTEM_PROMPT_RECOMMENDATION", "TOOL_DESCRIPTION_RECOMMENDATION"
- #updated_at ⇒ ::Time
Instance Method Details
#created_at ⇒ ::Time
641 |
# File 'sig/client.rbs', line 641
def created_at: () -> ::Time
|
#description ⇒ ::String
637 |
# File 'sig/client.rbs', line 637
def description: () -> ::String
|
#kms_key_arn ⇒ ::String
644 |
# File 'sig/client.rbs', line 644
def kms_key_arn: () -> ::String
|
#name ⇒ ::String
636 |
# File 'sig/client.rbs', line 636
def name: () -> ::String
|
#recommendation_arn ⇒ ::String
635 |
# File 'sig/client.rbs', line 635
def recommendation_arn: () -> ::String
|
#recommendation_config ⇒ Types::RecommendationConfig
639 |
# File 'sig/client.rbs', line 639
def recommendation_config: () -> Types::RecommendationConfig
|
#recommendation_id ⇒ ::String
634 |
# File 'sig/client.rbs', line 634
def recommendation_id: () -> ::String
|
#recommendation_result ⇒ Types::RecommendationResult
643 |
# File 'sig/client.rbs', line 643
def recommendation_result: () -> Types::RecommendationResult
|
#status ⇒ "PENDING", ...
640 |
# File 'sig/client.rbs', line 640
def status: () -> ("PENDING" | "IN_PROGRESS" | "COMPLETED" | "FAILED" | "DELETING")
|
#type ⇒ "SYSTEM_PROMPT_RECOMMENDATION", "TOOL_DESCRIPTION_RECOMMENDATION"
638 |
# File 'sig/client.rbs', line 638
def type: () -> ("SYSTEM_PROMPT_RECOMMENDATION" | "TOOL_DESCRIPTION_RECOMMENDATION")
|
#updated_at ⇒ ::Time
642 |
# File 'sig/client.rbs', line 642
def updated_at: () -> ::Time
|