Class FileScanReport.FileResult.Details.FileTypeDetails.KerasFileAttributes
-
- All Implemented Interfaces:
public final class FileScanReport.FileResult.Details.FileTypeDetails.KerasFileAttributes
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classFileScanReport.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 FileScanReport.FileResult.Details.FileTypeDetails.KerasFileAttributes.Builder toBuilder()
-
validate
final FileScanReport.FileResult.Details.FileTypeDetails.KerasFileAttributes validate()
Validates that the types of all values in this object match their expected types recursively.
This method is not forwards compatible with new types from the API for existing fields.
-
builder
final static FileScanReport.FileResult.Details.FileTypeDetails.KerasFileAttributes.Builder builder()
Returns a mutable builder for constructing an instance of KerasFileAttributes.
The following fields are required:
.pickleModules() .subtype()
-
-
-
-