Module: Aws::Bedrock::Client::_GetAutomatedReasoningPolicyBuildWorkflowResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetAutomatedReasoningPolicyBuildWorkflowResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #build_workflow_id ⇒ ::String
- #build_workflow_type ⇒ "INGEST_CONTENT", ...
- #created_at ⇒ ::Time
- #document_content_type ⇒ "pdf", "txt"
- #document_description ⇒ ::String
- #document_name ⇒ ::String
- #policy_arn ⇒ ::String
- #status ⇒ "SCHEDULED", ...
- #updated_at ⇒ ::Time
Instance Method Details
#build_workflow_id ⇒ ::String
994 |
# File 'sig/client.rbs', line 994
def build_workflow_id: () -> ::String
|
#build_workflow_type ⇒ "INGEST_CONTENT", ...
996 |
# File 'sig/client.rbs', line 996
def build_workflow_type: () -> ("INGEST_CONTENT" | "REFINE_POLICY" | "IMPORT_POLICY" | "GENERATE_FIDELITY_REPORT" | "GENERATE_POLICY_SCENARIOS" | "RESOLVE_POLICY_AMBIGUITIES" | "ITERATIVELY_REFINE_POLICY")
|
#created_at ⇒ ::Time
1000 |
# File 'sig/client.rbs', line 1000
def created_at: () -> ::Time
|
#document_content_type ⇒ "pdf", "txt"
998 |
# File 'sig/client.rbs', line 998
def document_content_type: () -> ("pdf" | "txt")
|
#document_description ⇒ ::String
999 |
# File 'sig/client.rbs', line 999
def document_description: () -> ::String
|
#document_name ⇒ ::String
997 |
# File 'sig/client.rbs', line 997
def document_name: () -> ::String
|
#policy_arn ⇒ ::String
993 |
# File 'sig/client.rbs', line 993
def policy_arn: () -> ::String
|
#status ⇒ "SCHEDULED", ...
995 |
# File 'sig/client.rbs', line 995
def status: () -> ("SCHEDULED" | "CANCEL_REQUESTED" | "PREPROCESSING" | "BUILDING" | "TESTING" | "COMPLETED" | "FAILED" | "CANCELLED")
|
#updated_at ⇒ ::Time
1001 |
# File 'sig/client.rbs', line 1001
def updated_at: () -> ::Time
|