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
1587 |
# File 'sig/client.rbs', line 1587
def created_at: () -> ::Time
|
#description ⇒ ::String
1583 |
# File 'sig/client.rbs', line 1583
def description: () -> ::String
|
#name ⇒ ::String
1582 |
# File 'sig/client.rbs', line 1582
def name: () -> ::String
|
#recommendation_arn ⇒ ::String
1581 |
# File 'sig/client.rbs', line 1581
def recommendation_arn: () -> ::String
|
#recommendation_config ⇒ Types::RecommendationConfig
1585 |
# File 'sig/client.rbs', line 1585
def recommendation_config: () -> Types::RecommendationConfig
|
#recommendation_id ⇒ ::String
1580 |
# File 'sig/client.rbs', line 1580
def recommendation_id: () -> ::String
|
#status ⇒ "PENDING", ...
1586 |
# File 'sig/client.rbs', line 1586
def status: () -> ("PENDING" | "IN_PROGRESS" | "COMPLETED" | "FAILED" | "DELETING")
|
#type ⇒ "SYSTEM_PROMPT_RECOMMENDATION", "TOOL_DESCRIPTION_RECOMMENDATION"
1584 |
# File 'sig/client.rbs', line 1584
def type: () -> ("SYSTEM_PROMPT_RECOMMENDATION" | "TOOL_DESCRIPTION_RECOMMENDATION")
|
#updated_at ⇒ ::Time
1588 |
# File 'sig/client.rbs', line 1588
def updated_at: () -> ::Time
|