Class: Aws::Bedrock::Types::HumanWorkflowConfig

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb

Overview

Contains SageMakerFlowDefinition object. The object is used to specify the prompt dataset, task type, rating method and metric names.

Constant Summary collapse

SENSITIVE =
[:instructions]

Instance Attribute Summary collapse

Instance Attribute Details

#flow_definition_arnString

The Amazon Resource Number (ARN) for the flow definition

Returns:

  • (String)


2309
2310
2311
2312
2313
2314
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 2309

class HumanWorkflowConfig < Struct.new(
  :flow_definition_arn,
  :instructions)
  SENSITIVE = [:instructions]
  include Aws::Structure
end

#instructionsString

Instructions for the flow definition

Returns:

  • (String)


2309
2310
2311
2312
2313
2314
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 2309

class HumanWorkflowConfig < Struct.new(
  :flow_definition_arn,
  :instructions)
  SENSITIVE = [:instructions]
  include Aws::Structure
end