@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 RuntimeOperator.Builder.__explicitlySet__
. The hashCode()
and equals(Object)
methods are implemented to take the explicitly set
fields into account. The constructor, on the other hand, does not take the explicitly set fields
into account (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.OperatorType
The type of Runtime Operator
|
static class |
RuntimeOperator.Status
Status of RuntimeOperator.
|
static class |
RuntimeOperator.TaskType
The type of task run.
|
EXPLICITLY_SET_FILTER_NAME, EXPLICITLY_SET_PROPERTY_NAME
Constructor and Description |
---|
RuntimeOperator(String key,
String taskRunKey,
Long startTimeInMillis,
Long endTimeInMillis,
RuntimeOperator.Status status,
String modelType,
String modelVersion,
ParentReference parentRef,
String name,
Integer objectVersion,
String identifier,
RuntimeOperator.ExecutionState executionState,
List<Parameter> parameters,
Integer objectStatus,
ObjectMetadata metadata,
Operator operator,
Map<String,ParameterValue> inputs,
Map<String,ParameterValue> outputs,
RuntimeOperator.TaskType taskType,
ConfigProvider configProvider,
RuntimeOperator.OperatorType operatorType,
Map<String,Float> metrics)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static RuntimeOperator.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
ConfigProvider |
getConfigProvider() |
Long |
getEndTimeInMillis()
The runtime operator end time.
|
RuntimeOperator.ExecutionState |
getExecutionState()
status
|
String |
getIdentifier()
Value can only contain upper case letters, underscore and numbers.
|
Map<String,ParameterValue> |
getInputs()
The configuration provider bindings.
|
String |
getKey()
The RuntimeOperator key.
|
ObjectMetadata |
getMetadata() |
Map<String,Float> |
getMetrics()
A map metrics for the task run.
|
String |
getModelType()
The type of the object.
|
String |
getModelVersion()
The model version of an object.
|
String |
getName()
Free form text without any restriction on permitted characters.
|
Integer |
getObjectStatus()
The status of an object that can be set to value 1 for shallow references across objects,
other values reserved.
|
Integer |
getObjectVersion()
The version of the object that is used to track changes in the object instance.
|
Operator |
getOperator() |
RuntimeOperator.OperatorType |
getOperatorType()
The type of Runtime Operator
|
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.
|
ParentReference |
getParentRef() |
Long |
getStartTimeInMillis()
The runtime operator start time.
|
RuntimeOperator.Status |
getStatus()
Status of RuntimeOperator.
|
String |
getTaskRunKey()
The TaskRun key.
|
RuntimeOperator.TaskType |
getTaskType()
The type of task run.
|
int |
hashCode() |
RuntimeOperator.Builder |
toBuilder() |
String |
toString() |
String |
toString(boolean includeByteArrayContents)
Return a string representation of the object.
|
markPropertyAsExplicitlySet, wasPropertyExplicitlySet
@Deprecated @ConstructorProperties(value={"key","taskRunKey","startTimeInMillis","endTimeInMillis","status","modelType","modelVersion","parentRef","name","objectVersion","identifier","executionState","parameters","objectStatus","metadata","operator","inputs","outputs","taskType","configProvider","operatorType","metrics"}) public RuntimeOperator(String key, String taskRunKey, Long startTimeInMillis, Long endTimeInMillis, RuntimeOperator.Status status, String modelType, String modelVersion, ParentReference parentRef, String name, Integer objectVersion, String identifier, RuntimeOperator.ExecutionState executionState, List<Parameter> parameters, Integer objectStatus, ObjectMetadata metadata, Operator operator, Map<String,ParameterValue> inputs, Map<String,ParameterValue> outputs, RuntimeOperator.TaskType taskType, ConfigProvider configProvider, RuntimeOperator.OperatorType operatorType, Map<String,Float> metrics)
public static RuntimeOperator.Builder builder()
Create a new builder.
public RuntimeOperator.Builder toBuilder()
public String getKey()
The RuntimeOperator key.
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 of RuntimeOperator. This field is deprecated, use RuntimeOperator’s executionState field instead.
public String getModelType()
The type of the object.
public String getModelVersion()
The model version of an object.
public ParentReference getParentRef()
public String getName()
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.
public Integer getObjectVersion()
The version of the object that is used to track changes in the object instance.
public String getIdentifier()
Value can only contain upper case letters, underscore and numbers. It should begin with upper case letter or underscore. The value can be modified.
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 Integer getObjectStatus()
The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
public ObjectMetadata getMetadata()
public Operator getOperator()
public Map<String,ParameterValue> getInputs()
The configuration provider bindings.
public Map<String,ParameterValue> getOutputs()
The configuration provider bindings.
public RuntimeOperator.TaskType getTaskType()
The type of task run.
public ConfigProvider getConfigProvider()
public RuntimeOperator.OperatorType getOperatorType()
The type of Runtime Operator
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–2024. All rights reserved.