DeviceFleetOutputConfig class

Constructors

DeviceFleetOutputConfig({Input<String?>? kmsKeyId, required Input<String> s3OutputLocation})
Creates a new DeviceFleetOutputConfig. kmsKeyId KMS key that Amazon SageMaker AI uses to encrypt data on the storage volume after compilation job. If you don't provide a KMS key ID, Amazon SageMaker AI uses the default KMS key for Amazon S3 for your role's account. s3OutputLocation The Amazon Simple Storage (S3) bucker URI.
const
DeviceFleetOutputConfig.fromMap(Map<String, dynamic> map)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
kmsKeyId → Input<String?>?
KMS key that Amazon SageMaker AI uses to encrypt data on the storage volume after compilation job. If you don't provide a KMS key ID, Amazon SageMaker AI uses the default KMS key for Amazon S3 for your role's account.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
s3OutputLocation → Input<String>
The Amazon Simple Storage (S3) bucker URI.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited