public static class RuntimeOperatorSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
public RuntimeOperatorSummary.Builder key(String key)
The RuntimeOperator key.
key
- the value to setpublic RuntimeOperatorSummary.Builder taskRunKey(String taskRunKey)
The TaskRun key.
taskRunKey
- the value to setpublic RuntimeOperatorSummary.Builder startTimeInMillis(Long startTimeInMillis)
The runtime operator start time.
startTimeInMillis
- the value to setpublic RuntimeOperatorSummary.Builder endTimeInMillis(Long endTimeInMillis)
The runtime operator end time.
endTimeInMillis
- the value to setpublic RuntimeOperatorSummary.Builder status(RuntimeOperatorSummary.Status status)
Status of RuntimeOperator. This field is deprecated, use RuntimeOperator’s executionState field instead.
status
- the value to setpublic RuntimeOperatorSummary.Builder modelType(String modelType)
The type of the object.
modelType
- the value to setpublic RuntimeOperatorSummary.Builder modelVersion(String modelVersion)
The model version of an object.
modelVersion
- the value to setpublic RuntimeOperatorSummary.Builder parentRef(ParentReference parentRef)
public RuntimeOperatorSummary.Builder name(String name)
Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
name
- the value to setpublic RuntimeOperatorSummary.Builder objectVersion(Integer objectVersion)
The version of the object that is used to track changes in the object instance.
objectVersion
- the value to setpublic RuntimeOperatorSummary.Builder identifier(String identifier)
Value can only contain upper case letters, underscore and numbers. It should begin with upper case letter or underscore. The value can be modified.
identifier
- the value to setpublic RuntimeOperatorSummary.Builder executionState(RuntimeOperatorSummary.ExecutionState executionState)
status
executionState
- the value to setpublic RuntimeOperatorSummary.Builder parameters(List<Parameter> parameters)
A list of parameters for the pipeline, this allows certain aspects of the pipeline to be configured when the pipeline is executed.
parameters
- the value to setpublic RuntimeOperatorSummary.Builder objectStatus(Integer objectStatus)
The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
objectStatus
- the value to setpublic RuntimeOperatorSummary.Builder metadata(ObjectMetadata metadata)
public RuntimeOperatorSummary.Builder operator(Operator operator)
public RuntimeOperatorSummary.Builder inputs(Map<String,ParameterValue> inputs)
The configuration provider bindings.
inputs
- the value to setpublic RuntimeOperatorSummary.Builder outputs(Map<String,ParameterValue> outputs)
The configuration provider bindings.
outputs
- the value to setpublic RuntimeOperatorSummary.Builder taskType(RuntimeOperatorSummary.TaskType taskType)
The type of task run.
taskType
- the value to setpublic RuntimeOperatorSummary.Builder configProvider(ConfigProvider configProvider)
public RuntimeOperatorSummary.Builder operatorType(RuntimeOperatorSummary.OperatorType operatorType)
The type of Runtime Operator
operatorType
- the value to setpublic RuntimeOperatorSummary.Builder metrics(Map<String,Float> metrics)
A map metrics for the task run.
metrics
- the value to setpublic RuntimeOperatorSummary build()
public RuntimeOperatorSummary.Builder copy(RuntimeOperatorSummary model)
Copyright © 2016–2024. All rights reserved.