Uses of Interface
software.amazon.awssdk.services.sagemakera2iruntime.model.StartHumanLoopRequest.Builder
-
Packages that use StartHumanLoopRequest.Builder Package Description software.amazon.awssdk.services.sagemakera2iruntime Amazon Augmented AI (Amazon A2I) adds the benefit of human judgment to any machine learning application.software.amazon.awssdk.services.sagemakera2iruntime.model -
-
Uses of StartHumanLoopRequest.Builder in software.amazon.awssdk.services.sagemakera2iruntime
Method parameters in software.amazon.awssdk.services.sagemakera2iruntime with type arguments of type StartHumanLoopRequest.Builder Modifier and Type Method Description default CompletableFuture<StartHumanLoopResponse>SageMakerA2IRuntimeAsyncClient. startHumanLoop(Consumer<StartHumanLoopRequest.Builder> startHumanLoopRequest)Starts a human loop, provided that at least one activation condition is met.default StartHumanLoopResponseSageMakerA2IRuntimeClient. startHumanLoop(Consumer<StartHumanLoopRequest.Builder> startHumanLoopRequest)Starts a human loop, provided that at least one activation condition is met. -
Uses of StartHumanLoopRequest.Builder in software.amazon.awssdk.services.sagemakera2iruntime.model
Methods in software.amazon.awssdk.services.sagemakera2iruntime.model that return StartHumanLoopRequest.Builder Modifier and Type Method Description static StartHumanLoopRequest.BuilderStartHumanLoopRequest. builder()default StartHumanLoopRequest.BuilderStartHumanLoopRequest.Builder. dataAttributes(Consumer<HumanLoopDataAttributes.Builder> dataAttributes)Attributes of the specified data.StartHumanLoopRequest.BuilderStartHumanLoopRequest.Builder. dataAttributes(HumanLoopDataAttributes dataAttributes)Attributes of the specified data.StartHumanLoopRequest.BuilderStartHumanLoopRequest.Builder. flowDefinitionArn(String flowDefinitionArn)The Amazon Resource Name (ARN) of the flow definition associated with this human loop.default StartHumanLoopRequest.BuilderStartHumanLoopRequest.Builder. humanLoopInput(Consumer<HumanLoopInput.Builder> humanLoopInput)An object that contains information about the human loop.StartHumanLoopRequest.BuilderStartHumanLoopRequest.Builder. humanLoopInput(HumanLoopInput humanLoopInput)An object that contains information about the human loop.StartHumanLoopRequest.BuilderStartHumanLoopRequest.Builder. humanLoopName(String humanLoopName)The name of the human loop.StartHumanLoopRequest.BuilderStartHumanLoopRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)StartHumanLoopRequest.BuilderStartHumanLoopRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)StartHumanLoopRequest.BuilderStartHumanLoopRequest. toBuilder()Methods in software.amazon.awssdk.services.sagemakera2iruntime.model that return types with arguments of type StartHumanLoopRequest.Builder Modifier and Type Method Description static Class<? extends StartHumanLoopRequest.Builder>StartHumanLoopRequest. serializableBuilderClass()
-