TensorBoardOutputConfig class
Configuration of storage locations for the Debugger TensorBoard output data.
Constructors
- TensorBoardOutputConfig({required String s3OutputPath, String? localPath})
-
TensorBoardOutputConfig.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- localPath → String?
-
Path to local storage location for tensorBoard output. Defaults to
/opt/ml/output/tensorboard
.final - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- s3OutputPath → String
-
Path to Amazon S3 storage location for TensorBoard output.
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