interface EdgeOutputConfigProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Sagemaker.CfnDeviceFleet.EdgeOutputConfigProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awssagemaker#CfnDeviceFleet_EdgeOutputConfigProperty |
![]() | software.amazon.awscdk.services.sagemaker.CfnDeviceFleet.EdgeOutputConfigProperty |
![]() | aws_cdk.aws_sagemaker.CfnDeviceFleet.EdgeOutputConfigProperty |
![]() | aws-cdk-lib » aws_sagemaker » CfnDeviceFleet » EdgeOutputConfigProperty |
The output configuration for storing sample data collected by the fleet.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_sagemaker as sagemaker } from 'aws-cdk-lib';
const edgeOutputConfigProperty: sagemaker.CfnDeviceFleet.EdgeOutputConfigProperty = {
s3OutputLocation: 's3OutputLocation',
// the properties below are optional
kmsKeyId: 'kmsKeyId',
};
Properties
Name | Type | Description |
---|---|---|
s3 | string | The Amazon Simple Storage (S3) bucket URI. |
kms | string | The AWS Key Management Service ( AWS KMS) key that Amazon SageMaker uses to encrypt data on the storage volume after compilation job. |
s3OutputLocation
Type:
string
The Amazon Simple Storage (S3) bucket URI.
kmsKeyId?
Type:
string
(optional)
The AWS Key Management Service ( AWS KMS) key that Amazon SageMaker uses to encrypt data on the storage volume after compilation job.
If you don't provide a KMS key ID, Amazon SageMaker uses the default KMS key for Amazon S3 for your role's account.