| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker |
Provides APIs for creating and managing Amazon SageMaker resources.
|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
default CreateFlowDefinitionResponse |
SageMakerClient.createFlowDefinition(Consumer<CreateFlowDefinitionRequest.Builder> createFlowDefinitionRequest)
Creates a flow definition.
|
default CompletableFuture<CreateFlowDefinitionResponse> |
SageMakerAsyncClient.createFlowDefinition(Consumer<CreateFlowDefinitionRequest.Builder> createFlowDefinitionRequest)
Creates a flow definition.
|
| Modifier and Type | Method and Description |
|---|---|
static CreateFlowDefinitionRequest.Builder |
CreateFlowDefinitionRequest.builder() |
CreateFlowDefinitionRequest.Builder |
CreateFlowDefinitionRequest.Builder.flowDefinitionName(String flowDefinitionName)
The name of your flow definition.
|
default CreateFlowDefinitionRequest.Builder |
CreateFlowDefinitionRequest.Builder.humanLoopActivationConfig(Consumer<HumanLoopActivationConfig.Builder> humanLoopActivationConfig)
An object containing information about the events that trigger a human workflow.
|
CreateFlowDefinitionRequest.Builder |
CreateFlowDefinitionRequest.Builder.humanLoopActivationConfig(HumanLoopActivationConfig humanLoopActivationConfig)
An object containing information about the events that trigger a human workflow.
|
default CreateFlowDefinitionRequest.Builder |
CreateFlowDefinitionRequest.Builder.humanLoopConfig(Consumer<HumanLoopConfig.Builder> humanLoopConfig)
An object containing information about the tasks the human reviewers will perform.
|
CreateFlowDefinitionRequest.Builder |
CreateFlowDefinitionRequest.Builder.humanLoopConfig(HumanLoopConfig humanLoopConfig)
An object containing information about the tasks the human reviewers will perform.
|
default CreateFlowDefinitionRequest.Builder |
CreateFlowDefinitionRequest.Builder.humanLoopRequestSource(Consumer<HumanLoopRequestSource.Builder> humanLoopRequestSource)
Container for configuring the source of human task requests.
|
CreateFlowDefinitionRequest.Builder |
CreateFlowDefinitionRequest.Builder.humanLoopRequestSource(HumanLoopRequestSource humanLoopRequestSource)
Container for configuring the source of human task requests.
|
default CreateFlowDefinitionRequest.Builder |
CreateFlowDefinitionRequest.Builder.outputConfig(Consumer<FlowDefinitionOutputConfig.Builder> outputConfig)
An object containing information about where the human review results will be uploaded.
|
CreateFlowDefinitionRequest.Builder |
CreateFlowDefinitionRequest.Builder.outputConfig(FlowDefinitionOutputConfig outputConfig)
An object containing information about where the human review results will be uploaded.
|
CreateFlowDefinitionRequest.Builder |
CreateFlowDefinitionRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateFlowDefinitionRequest.Builder |
CreateFlowDefinitionRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateFlowDefinitionRequest.Builder |
CreateFlowDefinitionRequest.Builder.roleArn(String roleArn)
The Amazon Resource Name (ARN) of the role needed to call other services on your behalf.
|
CreateFlowDefinitionRequest.Builder |
CreateFlowDefinitionRequest.Builder.tags(Collection<Tag> tags)
An array of key-value pairs that contain metadata to help you categorize and organize a flow definition.
|
CreateFlowDefinitionRequest.Builder |
CreateFlowDefinitionRequest.Builder.tags(Consumer<Tag.Builder>... tags)
An array of key-value pairs that contain metadata to help you categorize and organize a flow definition.
|
CreateFlowDefinitionRequest.Builder |
CreateFlowDefinitionRequest.Builder.tags(Tag... tags)
An array of key-value pairs that contain metadata to help you categorize and organize a flow definition.
|
CreateFlowDefinitionRequest.Builder |
CreateFlowDefinitionRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateFlowDefinitionRequest.Builder> |
CreateFlowDefinitionRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.