Class ScanReport.FileResult.Details.FileTypeDetails.KerasFileAttributes
-
- All Implemented Interfaces:
public final class ScanReport.FileResult.Details.FileTypeDetails.KerasFileAttributes
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classScanReport.FileResult.Details.FileTypeDetails.KerasFileAttributes.BuilderA builder for KerasFileAttributes.
-
Method Summary
-
-
Method Detail
-
pickleModules
final List<String> pickleModules()
-
kerasClassName
final Optional<String> kerasClassName()
-
kerasDateSavedAt
final Optional<String> kerasDateSavedAt()
-
kerasModule
final Optional<String> kerasModule()
-
kerasVersion
final Optional<String> kerasVersion()
version of the Keras file
-
_pickleModules
final JsonField<List<String>> _pickleModules()
Returns the raw JSON value of pickleModules.
Unlike pickleModules, this method doesn't throw if the JSON field has an unexpected type.
-
_subtype
final JsonField<List<String>> _subtype()
Returns the raw JSON value of subtype.
Unlike subtype, this method doesn't throw if the JSON field has an unexpected type.
-
_kerasClassName
final JsonField<String> _kerasClassName()
Returns the raw JSON value of kerasClassName.
Unlike kerasClassName, this method doesn't throw if the JSON field has an unexpected type.
-
_kerasDateSavedAt
final JsonField<String> _kerasDateSavedAt()
Returns the raw JSON value of kerasDateSavedAt.
Unlike kerasDateSavedAt, this method doesn't throw if the JSON field has an unexpected type.
-
_kerasModule
final JsonField<String> _kerasModule()
Returns the raw JSON value of kerasModule.
Unlike kerasModule, this method doesn't throw if the JSON field has an unexpected type.
-
_kerasVersion
final JsonField<String> _kerasVersion()
Returns the raw JSON value of kerasVersion.
Unlike kerasVersion, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final ScanReport.FileResult.Details.FileTypeDetails.KerasFileAttributes.Builder toBuilder()
-
builder
final static ScanReport.FileResult.Details.FileTypeDetails.KerasFileAttributes.Builder builder()
Returns a mutable builder for constructing an instance of KerasFileAttributes.
The following fields are required:
.pickleModules() .subtype()
-
-
-
-