HyperParameterTuningJobTrainingJobDefinitionInputDataConfigDataSourceFileSystemDataSource constructor
const
HyperParameterTuningJobTrainingJobDefinitionInputDataConfigDataSourceFileSystemDataSource({})
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.
Implementation
const HyperParameterTuningJobTrainingJobDefinitionInputDataConfigDataSourceFileSystemDataSource({
required this.directoryPath,
required this.fileSystemAccessMode,
required this.fileSystemId,
required this.fileSystemType,
});