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
1541 |
# File 'sig/client.rbs', line 1541
def created_at: () -> ::Time
|
#description ⇒ ::String
1537 |
# File 'sig/client.rbs', line 1537
def description: () -> ::String
|
#name ⇒ ::String
1536 |
# File 'sig/client.rbs', line 1536
def name: () -> ::String
|
#recommendation_arn ⇒ ::String
1535 |
# File 'sig/client.rbs', line 1535
def recommendation_arn: () -> ::String
|
#recommendation_config ⇒ Types::RecommendationConfig
1539 |
# File 'sig/client.rbs', line 1539
def recommendation_config: () -> Types::RecommendationConfig
|
#recommendation_id ⇒ ::String
1534 |
# File 'sig/client.rbs', line 1534
def recommendation_id: () -> ::String
|
#status ⇒ "PENDING", ...
1540 |
# File 'sig/client.rbs', line 1540
def status: () -> ("PENDING" | "IN_PROGRESS" | "COMPLETED" | "FAILED" | "DELETING")
|
#type ⇒ "SYSTEM_PROMPT_RECOMMENDATION", "TOOL_DESCRIPTION_RECOMMENDATION"
1538 |
# File 'sig/client.rbs', line 1538
def type: () -> ("SYSTEM_PROMPT_RECOMMENDATION" | "TOOL_DESCRIPTION_RECOMMENDATION")
|
#updated_at ⇒ ::Time
1542 |
# File 'sig/client.rbs', line 1542
def updated_at: () -> ::Time
|