Class: Aws::NovaAct::Types::CreateWorkflowRunRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::NovaAct::Types::CreateWorkflowRunRequest
- Defined in:
- gems/aws-sdk-novaact/lib/aws-sdk-novaact/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_info ⇒ Types::ClientInfo
Information about the client making the request, including compatibility version and SDK version.
-
#client_token ⇒ String
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
-
#log_group_name ⇒ String
The CloudWatch log group name for storing workflow execution logs.
-
#model_id ⇒ String
The ID of the AI model to use for workflow execution.
-
#workflow_definition_name ⇒ String
The name of the workflow definition to execute.
Instance Attribute Details
#client_info ⇒ Types::ClientInfo
Information about the client making the request, including compatibility version and SDK version.
404 405 406 407 408 409 410 411 412 |
# File 'gems/aws-sdk-novaact/lib/aws-sdk-novaact/types.rb', line 404 class CreateWorkflowRunRequest < Struct.new( :workflow_definition_name, :model_id, :client_token, :log_group_name, :client_info) SENSITIVE = [] include Aws::Structure end |
#client_token ⇒ String
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
A suitable default value is auto-generated. You should normally not need to pass this option.
404 405 406 407 408 409 410 411 412 |
# File 'gems/aws-sdk-novaact/lib/aws-sdk-novaact/types.rb', line 404 class CreateWorkflowRunRequest < Struct.new( :workflow_definition_name, :model_id, :client_token, :log_group_name, :client_info) SENSITIVE = [] include Aws::Structure end |
#log_group_name ⇒ String
The CloudWatch log group name for storing workflow execution logs.
404 405 406 407 408 409 410 411 412 |
# File 'gems/aws-sdk-novaact/lib/aws-sdk-novaact/types.rb', line 404 class CreateWorkflowRunRequest < Struct.new( :workflow_definition_name, :model_id, :client_token, :log_group_name, :client_info) SENSITIVE = [] include Aws::Structure end |
#model_id ⇒ String
The ID of the AI model to use for workflow execution.
404 405 406 407 408 409 410 411 412 |
# File 'gems/aws-sdk-novaact/lib/aws-sdk-novaact/types.rb', line 404 class CreateWorkflowRunRequest < Struct.new( :workflow_definition_name, :model_id, :client_token, :log_group_name, :client_info) SENSITIVE = [] include Aws::Structure end |
#workflow_definition_name ⇒ String
The name of the workflow definition to execute.
404 405 406 407 408 409 410 411 412 |
# File 'gems/aws-sdk-novaact/lib/aws-sdk-novaact/types.rb', line 404 class CreateWorkflowRunRequest < Struct.new( :workflow_definition_name, :model_id, :client_token, :log_group_name, :client_info) SENSITIVE = [] include Aws::Structure end |