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
1570 |
# File 'sig/client.rbs', line 1570
def created_at: () -> ::Time
|
#description ⇒ ::String
1566 |
# File 'sig/client.rbs', line 1566
def description: () -> ::String
|
#name ⇒ ::String
1565 |
# File 'sig/client.rbs', line 1565
def name: () -> ::String
|
#recommendation_arn ⇒ ::String
1564 |
# File 'sig/client.rbs', line 1564
def recommendation_arn: () -> ::String
|
#recommendation_config ⇒ Types::RecommendationConfig
1568 |
# File 'sig/client.rbs', line 1568
def recommendation_config: () -> Types::RecommendationConfig
|
#recommendation_id ⇒ ::String
1563 |
# File 'sig/client.rbs', line 1563
def recommendation_id: () -> ::String
|
#status ⇒ "PENDING", ...
1569 |
# File 'sig/client.rbs', line 1569
def status: () -> ("PENDING" | "IN_PROGRESS" | "COMPLETED" | "FAILED" | "DELETING")
|
#type ⇒ "SYSTEM_PROMPT_RECOMMENDATION", "TOOL_DESCRIPTION_RECOMMENDATION"
1567 |
# File 'sig/client.rbs', line 1567
def type: () -> ("SYSTEM_PROMPT_RECOMMENDATION" | "TOOL_DESCRIPTION_RECOMMENDATION")
|
#updated_at ⇒ ::Time
1571 |
# File 'sig/client.rbs', line 1571
def updated_at: () -> ::Time
|