Uses of Interface
software.amazon.awssdk.services.sagemaker.model.FlowDefinitionOutputConfig.Builder
-
Packages that use FlowDefinitionOutputConfig.Builder Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of FlowDefinitionOutputConfig.Builder in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return FlowDefinitionOutputConfig.Builder Modifier and Type Method Description static FlowDefinitionOutputConfig.BuilderFlowDefinitionOutputConfig. builder()FlowDefinitionOutputConfig.BuilderFlowDefinitionOutputConfig.Builder. kmsKeyId(String kmsKeyId)The Amazon Key Management Service (KMS) key ID for server-side encryption.FlowDefinitionOutputConfig.BuilderFlowDefinitionOutputConfig.Builder. s3OutputPath(String s3OutputPath)The Amazon S3 path where the object containing human output will be made available.FlowDefinitionOutputConfig.BuilderFlowDefinitionOutputConfig. toBuilder()Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type FlowDefinitionOutputConfig.Builder Modifier and Type Method Description static Class<? extends FlowDefinitionOutputConfig.Builder>FlowDefinitionOutputConfig. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type FlowDefinitionOutputConfig.Builder Modifier and Type Method Description default CreateFlowDefinitionRequest.BuilderCreateFlowDefinitionRequest.Builder. outputConfig(Consumer<FlowDefinitionOutputConfig.Builder> outputConfig)An object containing information about where the human review results will be uploaded.default DescribeFlowDefinitionResponse.BuilderDescribeFlowDefinitionResponse.Builder. outputConfig(Consumer<FlowDefinitionOutputConfig.Builder> outputConfig)An object containing information about the output file.
-