CheckpointConfig class

Contains information about the output location for managed spot training checkpoint data.

Constructors

CheckpointConfig({required String s3Uri, String? localPath})
CheckpointConfig.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
localPath String?
(Optional) The local directory where checkpoints are written. The default directory is /opt/ml/checkpoints/.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
s3Uri String
Identifies the S3 path where you want Amazon SageMaker to store checkpoints. For example, s3://bucket-name/key-name-prefix.
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