class Aws::AugmentedAIRuntime::Types::StartHumanLoopRequest
@note When making an API call, you may pass StartHumanLoopRequest
data as a hash: { human_loop_name: "HumanLoopName", # required flow_definition_arn: "FlowDefinitionArn", # required human_loop_input: { # required input_content: "InputContent", # required }, data_attributes: { content_classifiers: ["FreeOfPersonallyIdentifiableInformation"], # required, accepts FreeOfPersonallyIdentifiableInformation, FreeOfAdultContent }, }
@!attribute [rw] human_loop_name
The name of the human loop. @return [String]
@!attribute [rw] flow_definition_arn
The Amazon Resource Name (ARN) of the flow definition associated with this human loop. @return [String]
@!attribute [rw] human_loop_input
An object that contains information about the human loop. @return [Types::HumanLoopInput]
@!attribute [rw] data_attributes
Attributes of the specified data. Use `DataAttributes` to specify if your data is free of personally identifiable information and/or free of adult content. @return [Types::HumanLoopDataAttributes]
@see docs.aws.amazon.com/goto/WebAPI/sagemaker-a2i-runtime-2019-11-07/StartHumanLoopRequest AWS API Documentation
Constants
- SENSITIVE