LabelingJobLabelingJobAlgorithmsConfigLabelingJobResourceConfig class

Constructors

LabelingJobLabelingJobAlgorithmsConfigLabelingJobResourceConfig({Input<String?>? volumeKmsKeyId, Input<LabelingJobLabelingJobAlgorithmsConfigLabelingJobResourceConfigVpcConfig?>? vpcConfig})
Creates a new LabelingJobLabelingJobAlgorithmsConfigLabelingJobResourceConfig. volumeKmsKeyId ID of the key that Amazon SageMaker uses to encrypt data on the storage volume attached to the ML compute instance(s) that run the training and inference jobs used for automated data labeling. vpcConfig VPC that SageMaker jobs, hosted models, and compute resources have access to. Fields are documented below.
const
LabelingJobLabelingJobAlgorithmsConfigLabelingJobResourceConfig.fromMap(Map<String, dynamic> map)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
volumeKmsKeyId → Input<String?>?
ID of the key that Amazon SageMaker uses to encrypt data on the storage volume attached to the ML compute instance(s) that run the training and inference jobs used for automated data labeling.
final
vpcConfig → Input<LabelingJobLabelingJobAlgorithmsConfigLabelingJobResourceConfigVpcConfig?>?
VPC that SageMaker jobs, hosted models, and compute resources have access to. Fields are documented below.
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