Package | Description |
---|---|
com.oracle.bmc.dataintegration.model |
Modifier and Type | Method and Description |
---|---|
static RuntimeOperator.OperatorType |
RuntimeOperator.OperatorType.create(String key) |
RuntimeOperator.OperatorType |
RuntimeOperator.getOperatorType()
The type of Runtime Operator
|
static RuntimeOperator.OperatorType |
RuntimeOperator.OperatorType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RuntimeOperator.OperatorType[] |
RuntimeOperator.OperatorType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
RuntimeOperator.Builder |
RuntimeOperator.Builder.operatorType(RuntimeOperator.OperatorType operatorType)
The type of Runtime Operator
|
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.
|
Copyright © 2016–2024. All rights reserved.