Class PipelineOutputOptions
Contains user specified options to use when saving results from a pipeline execution.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
The format that the user would like applied to all saved results, or empty if no preference was given.ThePipelineDeclaration
that the pipeline was realized from, if known.A reference to use for the job's output, usually the id of the pipeline or model being run.int
hashCode()
boolean
True, if the user would like to have a checksum generated for saved results.boolean
True, if the user would like existing content to be replaced.void
setChecksum
(boolean checksum) True, if the user would like to have a checksum generated for saved results.void
void
setPipelineDeclaration
(Optional<PipelineDeclaration> pipelineDeclaration) ThePipelineDeclaration
that the pipeline was realized from, if known.void
setReference
(String reference) A reference to use for the job's output, usually the id of the pipeline or model being run.void
setReplace
(boolean replace) True, if the user would like existing content to be replaced.toString()
-
Constructor Details
-
PipelineOutputOptions
-
-
Method Details
-
setFormat
-
getReference
A reference to use for the job's output, usually the id of the pipeline or model being run.
-
isReplace
public boolean isReplace()True, if the user would like existing content to be replaced.
-
isChecksum
public boolean isChecksum()True, if the user would like to have a checksum generated for saved results.
-
getFormat
The format that the user would like applied to all saved results, or empty if no preference was given.
-
getPipelineDeclaration
The
PipelineDeclaration
that the pipeline was realized from, if known. TODO this is probably no longer optional - come back and clean up -
setReference
A reference to use for the job's output, usually the id of the pipeline or model being run.
-
setReplace
public void setReplace(boolean replace) True, if the user would like existing content to be replaced.
-
setChecksum
public void setChecksum(boolean checksum) True, if the user would like to have a checksum generated for saved results.
-
setPipelineDeclaration
The
PipelineDeclaration
that the pipeline was realized from, if known. TODO this is probably no longer optional - come back and clean up -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-