Uses of Class
io.github.ai4ci.output.ImmutableOutbreakConfigurationJson
Packages that use ImmutableOutbreakConfigurationJson
-
Uses of ImmutableOutbreakConfigurationJson in io.github.ai4ci.output
Methods in io.github.ai4ci.output that return ImmutableOutbreakConfigurationJsonModifier and TypeMethodDescriptionImmutableOutbreakConfigurationJson.Builder.build()
Builds a newImmutableOutbreakConfigurationJson
.ImmutableOutbreakConfigurationJson.copyOf
(OutbreakConfigurationJson instance) Creates an immutable copy of aOutbreakConfigurationJson
value.abstract ImmutableOutbreakConfigurationJson
ImmutableOutbreakConfigurationJson.withExecutionConfiguration
(ExecutionConfiguration value) Copy the current immutable object by setting a value for theexecutionConfiguration
attribute.ImmutableOutbreakConfigurationJson.withExperimentName
(String value) Copy the current immutable object by setting a value for theexperimentName
attribute.ImmutableOutbreakConfigurationJson.withExperimentReplica
(int value) Copy the current immutable object by setting a value for theexperimentReplica
attribute.ImmutableOutbreakConfigurationJson.withModelName
(String value) Copy the current immutable object by setting a value for themodelName
attribute.ImmutableOutbreakConfigurationJson.withModelReplica
(int value) Copy the current immutable object by setting a value for themodelReplica
attribute.ImmutableOutbreakConfigurationJson.withSetupConfiguration
(SetupConfiguration value) Copy the current immutable object by setting a value for thesetupConfiguration
attribute.