TransformResources class
Describes the resources, including ML instance types and ML instance count, to use for transform job.
Constructors
- TransformResources({required int instanceCount, required TransformInstanceType instanceType, String? volumeKmsKeyId})
-
TransformResources.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- instanceCount → int
-
The number of ML compute instances to use in the transform job. For
distributed transform jobs, specify a value greater than 1. The default
value is
1
.final - instanceType → TransformInstanceType
-
The ML compute instance type for the transform job. If you are using
built-in algorithms to transform moderately sized datasets, we recommend
using ml.m4.xlarge or
ml.m5.large
instance types.final - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- volumeKmsKeyId → String?
-
The AWS Key Management Service (AWS KMS) key that Amazon SageMaker uses to
encrypt model data on the storage volume attached to the ML compute
instance(s) that run the batch transform job. The
VolumeKmsKeyId
can be any of the following formats:final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited