Class PipelineOutputOptions
Contains user specified options to use when saving results from a pipeline execution.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanThe format that the user would like applied to all saved results, or empty if no preference was given.ThePipelineDeclarationthat 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.inthashCode()booleanTrue, if the user would like to have a checksum generated for saved results.booleanTrue, if the user would like existing content to be replaced.voidsetChecksum(boolean checksum) True, if the user would like to have a checksum generated for saved results.voidvoidsetPipelineDeclaration(Optional<PipelineDeclaration> pipelineDeclaration) ThePipelineDeclarationthat the pipeline was realized from, if known.voidsetReference(String reference) A reference to use for the job's output, usually the id of the pipeline or model being run.voidsetReplace(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
PipelineDeclarationthat 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
PipelineDeclarationthat 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
-