Module: Aws::BedrockAgentCore::Client::_StartRecommendationResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::StartRecommendationResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #created_at ⇒ ::Time
- #description ⇒ ::String
- #name ⇒ ::String
- #recommendation_arn ⇒ ::String
- #recommendation_config ⇒ Types::RecommendationConfig
- #recommendation_id ⇒ ::String
- #status ⇒ "PENDING", ...
- #type ⇒ "SYSTEM_PROMPT_RECOMMENDATION", "TOOL_DESCRIPTION_RECOMMENDATION"
- #updated_at ⇒ ::Time
Instance Method Details
#created_at ⇒ ::Time
1557 |
# File 'sig/client.rbs', line 1557
def created_at: () -> ::Time
|
#description ⇒ ::String
1553 |
# File 'sig/client.rbs', line 1553
def description: () -> ::String
|
#name ⇒ ::String
1552 |
# File 'sig/client.rbs', line 1552
def name: () -> ::String
|
#recommendation_arn ⇒ ::String
1551 |
# File 'sig/client.rbs', line 1551
def recommendation_arn: () -> ::String
|
#recommendation_config ⇒ Types::RecommendationConfig
1555 |
# File 'sig/client.rbs', line 1555
def recommendation_config: () -> Types::RecommendationConfig
|
#recommendation_id ⇒ ::String
1550 |
# File 'sig/client.rbs', line 1550
def recommendation_id: () -> ::String
|
#status ⇒ "PENDING", ...
1556 |
# File 'sig/client.rbs', line 1556
def status: () -> ("PENDING" | "IN_PROGRESS" | "COMPLETED" | "FAILED" | "DELETING")
|
#type ⇒ "SYSTEM_PROMPT_RECOMMENDATION", "TOOL_DESCRIPTION_RECOMMENDATION"
1554 |
# File 'sig/client.rbs', line 1554
def type: () -> ("SYSTEM_PROMPT_RECOMMENDATION" | "TOOL_DESCRIPTION_RECOMMENDATION")
|
#updated_at ⇒ ::Time
1558 |
# File 'sig/client.rbs', line 1558
def updated_at: () -> ::Time
|