| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
static FlowDefinitionOutputConfig.Builder |
FlowDefinitionOutputConfig.builder() |
FlowDefinitionOutputConfig.Builder |
FlowDefinitionOutputConfig.Builder.kmsKeyId(String kmsKeyId)
The Amazon Key Management Service (KMS) key ID for server-side encryption.
|
FlowDefinitionOutputConfig.Builder |
FlowDefinitionOutputConfig.Builder.s3OutputPath(String s3OutputPath)
The Amazon S3 path where the object containing human output will be made available.
|
FlowDefinitionOutputConfig.Builder |
FlowDefinitionOutputConfig.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends FlowDefinitionOutputConfig.Builder> |
FlowDefinitionOutputConfig.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default DescribeFlowDefinitionResponse.Builder |
DescribeFlowDefinitionResponse.Builder.outputConfig(Consumer<FlowDefinitionOutputConfig.Builder> outputConfig)
An object containing information about the output file.
|
default CreateFlowDefinitionRequest.Builder |
CreateFlowDefinitionRequest.Builder.outputConfig(Consumer<FlowDefinitionOutputConfig.Builder> outputConfig)
An object containing information about where the human review results will be uploaded.
|
Copyright © 2021. All rights reserved.