HyperParameterTuningJobTrainingJobDefinitionInputDataConfigDataSourceFileSystemDataSource class

Constructors

HyperParameterTuningJobTrainingJobDefinitionInputDataConfigDataSourceFileSystemDataSource({required Input<String> directoryPath, required Input<String> fileSystemAccessMode, required Input<String> fileSystemId, required Input<String> fileSystemType})
Creates a new HyperParameterTuningJobTrainingJobDefinitionInputDataConfigDataSourceFileSystemDataSource. directoryPath Directory path in the file system. fileSystemAccessMode Access mode for the file system. fileSystemId File system ID. fileSystemType File system type.
const
HyperParameterTuningJobTrainingJobDefinitionInputDataConfigDataSourceFileSystemDataSource.fromMap(Map<String, dynamic> map)
factory

Properties

directoryPath → Input<String>
Directory path in the file system.
final
fileSystemAccessMode → Input<String>
Access mode for the file system.
final
fileSystemId → Input<String>
File system ID.
final
fileSystemType → Input<String>
File system type.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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