class Aws::SageMaker::Types::FlowDefinitionOutputConfig

Contains information about where human output will be stored.

@note When making an API call, you may pass FlowDefinitionOutputConfig

data as a hash:

    {
      s3_output_path: "S3Uri", # required
      kms_key_id: "KmsKeyId",
    }

@!attribute [rw] s3_output_path

The Amazon S3 path where the object containing human output will be
made available.

To learn more about the format of Amazon A2I output data, see
[Amazon A2I Output Data][1].

[1]: https://docs.aws.amazon.com/sagemaker/latest/dg/a2i-output-data.html
@return [String]

@!attribute [rw] kms_key_id

The Amazon Key Management Service (KMS) key ID for server-side
encryption.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/FlowDefinitionOutputConfig AWS API Documentation

Constants

SENSITIVE