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
667 |
# File 'sig/client.rbs', line 667
def created_at: () -> ::Time
|
#description ⇒ ::String
663 |
# File 'sig/client.rbs', line 663
def description: () -> ::String
|
#kms_key_arn ⇒ ::String
670 |
# File 'sig/client.rbs', line 670
def kms_key_arn: () -> ::String
|
#name ⇒ ::String
662 |
# File 'sig/client.rbs', line 662
def name: () -> ::String
|
#recommendation_arn ⇒ ::String
661 |
# File 'sig/client.rbs', line 661
def recommendation_arn: () -> ::String
|
#recommendation_config ⇒ Types::RecommendationConfig
665 |
# File 'sig/client.rbs', line 665
def recommendation_config: () -> Types::RecommendationConfig
|
#recommendation_id ⇒ ::String
660 |
# File 'sig/client.rbs', line 660
def recommendation_id: () -> ::String
|
#recommendation_result ⇒ Types::RecommendationResult
669 |
# File 'sig/client.rbs', line 669
def recommendation_result: () -> Types::RecommendationResult
|
#status ⇒ "PENDING", ...
666 |
# File 'sig/client.rbs', line 666
def status: () -> ("PENDING" | "IN_PROGRESS" | "COMPLETED" | "FAILED" | "DELETING")
|
#type ⇒ "SYSTEM_PROMPT_RECOMMENDATION", "TOOL_DESCRIPTION_RECOMMENDATION"
664 |
# File 'sig/client.rbs', line 664
def type: () -> ("SYSTEM_PROMPT_RECOMMENDATION" | "TOOL_DESCRIPTION_RECOMMENDATION")
|
#updated_at ⇒ ::Time
668 |
# File 'sig/client.rbs', line 668
def updated_at: () -> ::Time
|