NovaActService¶
Client¶
- class NovaActService.Client¶
A low-level client representing Nova Act Service
The Nova Act service provides a REST API for managing AI-powered workflow automation. It enables users to create workflow definitions, execute workflow runs, manage sessions, and orchestrate acts (individual AI tasks) with tool integrations.
import boto3 client = boto3.client('nova-act')
These are the available methods:
- can_paginate
- close
- create_act
- create_session
- create_workflow_definition
- create_workflow_run
- delete_workflow_definition
- delete_workflow_run
- get_paginator
- get_waiter
- get_workflow_definition
- get_workflow_run
- invoke_act_step
- list_acts
- list_models
- list_sessions
- list_workflow_definitions
- list_workflow_runs
- update_act
- update_workflow_run
Paginators¶
Paginators are available on a client instance via the get_paginator method. For more detailed instructions and examples on the usage of paginators, see the paginators user guide.
The available paginators are: