Interface SagemakerFlowDefinitionHumanLoopRequestSource
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
SagemakerFlowDefinitionHumanLoopRequestSource.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-30T04:56:54.946Z") @Stability(Stable) public interface SagemakerFlowDefinitionHumanLoopRequestSource extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classSagemakerFlowDefinitionHumanLoopRequestSource.BuilderA builder forSagemakerFlowDefinitionHumanLoopRequestSourcestatic classSagemakerFlowDefinitionHumanLoopRequestSource.Jsii$ProxyAn implementation forSagemakerFlowDefinitionHumanLoopRequestSource
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static SagemakerFlowDefinitionHumanLoopRequestSource.Builderbuilder()StringgetAwsManagedHumanLoopRequestSource()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/sagemaker_flow_definition#aws_managed_human_loop_request_source SagemakerFlowDefinition#aws_managed_human_loop_request_source}.
-
-
-
Method Detail
-
getAwsManagedHumanLoopRequestSource
@Stability(Stable) @NotNull String getAwsManagedHumanLoopRequestSource()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/sagemaker_flow_definition#aws_managed_human_loop_request_source SagemakerFlowDefinition#aws_managed_human_loop_request_source}.
-
builder
@Stability(Stable) static SagemakerFlowDefinitionHumanLoopRequestSource.Builder builder()
-
-