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
1549 |
# File 'sig/client.rbs', line 1549
def created_at: () -> ::Time
|
#description ⇒ ::String
1545 |
# File 'sig/client.rbs', line 1545
def description: () -> ::String
|
#name ⇒ ::String
1544 |
# File 'sig/client.rbs', line 1544
def name: () -> ::String
|
#recommendation_arn ⇒ ::String
1543 |
# File 'sig/client.rbs', line 1543
def recommendation_arn: () -> ::String
|
#recommendation_config ⇒ Types::RecommendationConfig
1547 |
# File 'sig/client.rbs', line 1547
def recommendation_config: () -> Types::RecommendationConfig
|
#recommendation_id ⇒ ::String
1542 |
# File 'sig/client.rbs', line 1542
def recommendation_id: () -> ::String
|
#status ⇒ "PENDING", ...
1548 |
# File 'sig/client.rbs', line 1548
def status: () -> ("PENDING" | "IN_PROGRESS" | "COMPLETED" | "FAILED" | "DELETING")
|
#type ⇒ "SYSTEM_PROMPT_RECOMMENDATION", "TOOL_DESCRIPTION_RECOMMENDATION"
1546 |
# File 'sig/client.rbs', line 1546
def type: () -> ("SYSTEM_PROMPT_RECOMMENDATION" | "TOOL_DESCRIPTION_RECOMMENDATION")
|
#updated_at ⇒ ::Time
1550 |
# File 'sig/client.rbs', line 1550
def updated_at: () -> ::Time
|