public static interface HumanLoopConfig.Builder extends SdkPojo, CopyableBuilder<HumanLoopConfig.Builder,HumanLoopConfig>
| Modifier and Type | Method and Description |
|---|---|
default HumanLoopConfig.Builder |
dataAttributes(Consumer<HumanLoopDataAttributes.Builder> dataAttributes)
Sets attributes of the input data.
|
HumanLoopConfig.Builder |
dataAttributes(HumanLoopDataAttributes dataAttributes)
Sets attributes of the input data.
|
HumanLoopConfig.Builder |
flowDefinitionArn(String flowDefinitionArn)
The Amazon Resource Name (ARN) of the flow definition.
|
HumanLoopConfig.Builder |
humanLoopName(String humanLoopName)
The name of the human review used for this image.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildHumanLoopConfig.Builder humanLoopName(String humanLoopName)
The name of the human review used for this image. This should be kept unique within a region.
humanLoopName - The name of the human review used for this image. This should be kept unique within a region.HumanLoopConfig.Builder flowDefinitionArn(String flowDefinitionArn)
The Amazon Resource Name (ARN) of the flow definition. You can create a flow definition by using the Amazon Sagemaker CreateFlowDefinition Operation.
flowDefinitionArn - The Amazon Resource Name (ARN) of the flow definition. You can create a flow definition by using the
Amazon Sagemaker CreateFlowDefinition Operation.HumanLoopConfig.Builder dataAttributes(HumanLoopDataAttributes dataAttributes)
Sets attributes of the input data.
dataAttributes - Sets attributes of the input data.default HumanLoopConfig.Builder dataAttributes(Consumer<HumanLoopDataAttributes.Builder> dataAttributes)
Sets attributes of the input data.
This is a convenience that creates an instance of theHumanLoopDataAttributes.Builder avoiding the
need to create one manually via HumanLoopDataAttributes.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to dataAttributes(HumanLoopDataAttributes).dataAttributes - a consumer that will call methods on HumanLoopDataAttributes.BuilderdataAttributes(HumanLoopDataAttributes)Copyright © 2021. All rights reserved.