@Generated(value="OracleSDKGenerator", comments="API Version: 20200430") public final class RuntimeOperator extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
Runtime operator model which holds the runtime metadata of the task operator executed.
Note: Objects should always be created or deserialized using the RuntimeOperator.Builder
. This model
distinguishes fields that are null
because they are unset from fields that are explicitly
set to null
. This is done in the setter methods of the RuntimeOperator.Builder
, which maintain a
set of all explicitly set fields called ExplicitlySetBmcModel.__explicitlySet__
. The hashCode()
and
equals(Object)
methods are implemented to take ExplicitlySetBmcModel.__explicitlySet__
into account.
The constructor, on the other hand, does not set ExplicitlySetBmcModel.__explicitlySet__
(since the
constructor cannot distinguish explicit null
from unset null
).
Modifier and Type | Class and Description |
---|---|
static class |
RuntimeOperator.Builder |
static class |
RuntimeOperator.ExecutionState
status
|
static class |
RuntimeOperator.Status
status
|
Constructor and Description |
---|
RuntimeOperator(String taskRunKey,
Long startTimeInMillis,
Long endTimeInMillis,
RuntimeOperator.Status status,
RuntimeOperator.ExecutionState executionState,
List<Parameter> parameters,
Map<String,ParameterValue> inputs,
Map<String,ParameterValue> outputs,
Map<String,Float> metrics)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static RuntimeOperator.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
Long |
getEndTimeInMillis()
The runtime operator end time.
|
RuntimeOperator.ExecutionState |
getExecutionState()
status
|
Map<String,ParameterValue> |
getInputs()
The configuration provider bindings.
|
Map<String,Float> |
getMetrics()
A map metrics for the task run.
|
Map<String,ParameterValue> |
getOutputs()
The configuration provider bindings.
|
List<Parameter> |
getParameters()
A list of parameters for the pipeline, this allows certain aspects of the pipeline to be
configured when the pipeline is executed.
|
Long |
getStartTimeInMillis()
The runtime operator start time.
|
RuntimeOperator.Status |
getStatus()
status
|
String |
getTaskRunKey()
The TaskRun key.
|
int |
hashCode() |
RuntimeOperator.Builder |
toBuilder() |
String |
toString() |
String |
toString(boolean includeByteArrayContents)
Return a string representation of the object.
|
markPropertyAsExplicitlySet, wasPropertyExplicitlySet
@Deprecated @ConstructorProperties(value={"taskRunKey","startTimeInMillis","endTimeInMillis","status","executionState","parameters","inputs","outputs","metrics"}) public RuntimeOperator(String taskRunKey, Long startTimeInMillis, Long endTimeInMillis, RuntimeOperator.Status status, RuntimeOperator.ExecutionState executionState, List<Parameter> parameters, Map<String,ParameterValue> inputs, Map<String,ParameterValue> outputs, Map<String,Float> metrics)
public static RuntimeOperator.Builder builder()
Create a new builder.
public RuntimeOperator.Builder toBuilder()
public String getTaskRunKey()
The TaskRun key.
public Long getStartTimeInMillis()
The runtime operator start time.
public Long getEndTimeInMillis()
The runtime operator end time.
public RuntimeOperator.Status getStatus()
status
public RuntimeOperator.ExecutionState getExecutionState()
status
public List<Parameter> getParameters()
A list of parameters for the pipeline, this allows certain aspects of the pipeline to be configured when the pipeline is executed.
public Map<String,ParameterValue> getInputs()
The configuration provider bindings.
public Map<String,ParameterValue> getOutputs()
The configuration provider bindings.
public String toString()
toString
in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
public String toString(boolean includeByteArrayContents)
Return a string representation of the object.
includeByteArrayContents
- true to include the full contents of byte arrayspublic boolean equals(Object o)
equals
in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
public int hashCode()
hashCode
in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
Copyright © 2016–2023. All rights reserved.