| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
FlowDefinitionOutputConfig |
FlowDefinitionOutputConfig.clone() |
FlowDefinitionOutputConfig |
DescribeFlowDefinitionResult.getOutputConfig()
An object containing information about the output file.
|
FlowDefinitionOutputConfig |
CreateFlowDefinitionRequest.getOutputConfig()
An object containing information about where the human review results will be uploaded.
|
FlowDefinitionOutputConfig |
FlowDefinitionOutputConfig.withKmsKeyId(String kmsKeyId)
The Amazon Key Management Service (KMS) key ID for server-side encryption.
|
FlowDefinitionOutputConfig |
FlowDefinitionOutputConfig.withS3OutputPath(String s3OutputPath)
The Amazon S3 path where the object containing human output will be made available.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeFlowDefinitionResult.setOutputConfig(FlowDefinitionOutputConfig outputConfig)
An object containing information about the output file.
|
void |
CreateFlowDefinitionRequest.setOutputConfig(FlowDefinitionOutputConfig outputConfig)
An object containing information about where the human review results will be uploaded.
|
DescribeFlowDefinitionResult |
DescribeFlowDefinitionResult.withOutputConfig(FlowDefinitionOutputConfig outputConfig)
An object containing information about the output file.
|
CreateFlowDefinitionRequest |
CreateFlowDefinitionRequest.withOutputConfig(FlowDefinitionOutputConfig outputConfig)
An object containing information about where the human review results will be uploaded.
|
Copyright © 2025. All rights reserved.