Package flyteidl.admin
Interface TaskExecutionOuterClass.TaskExecutionGetDataResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
TaskExecutionOuterClass.TaskExecutionGetDataResponse,TaskExecutionOuterClass.TaskExecutionGetDataResponse.Builder
- Enclosing class:
- TaskExecutionOuterClass
public static interface TaskExecutionOuterClass.TaskExecutionGetDataResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Literals.LiteralMapgetFullInputs()Optional, full_inputs will only be populated if they are under a configured size threshold.Literals.LiteralMapOrBuildergetFullInputsOrBuilder()Optional, full_inputs will only be populated if they are under a configured size threshold.Literals.LiteralMapgetFullOutputs()Optional, full_outputs will only be populated if they are under a configured size threshold.Literals.LiteralMapOrBuildergetFullOutputsOrBuilder()Optional, full_outputs will only be populated if they are under a configured size threshold.Common.UrlBlobgetInputs()Signed url to fetch a core.LiteralMap of task execution inputs.Common.UrlBlobOrBuildergetInputsOrBuilder()Signed url to fetch a core.LiteralMap of task execution inputs.Common.UrlBlobgetOutputs()Signed url to fetch a core.LiteralMap of task execution outputs.Common.UrlBlobOrBuildergetOutputsOrBuilder()Signed url to fetch a core.LiteralMap of task execution outputs.booleanhasFullInputs()Optional, full_inputs will only be populated if they are under a configured size threshold.booleanhasFullOutputs()Optional, full_outputs will only be populated if they are under a configured size threshold.booleanhasInputs()Signed url to fetch a core.LiteralMap of task execution inputs.booleanhasOutputs()Signed url to fetch a core.LiteralMap of task execution outputs.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasInputs
boolean hasInputs()
Signed url to fetch a core.LiteralMap of task execution inputs.
.flyteidl.admin.UrlBlob inputs = 1;- Returns:
- Whether the inputs field is set.
-
getInputs
Common.UrlBlob getInputs()
Signed url to fetch a core.LiteralMap of task execution inputs.
.flyteidl.admin.UrlBlob inputs = 1;- Returns:
- The inputs.
-
getInputsOrBuilder
Common.UrlBlobOrBuilder getInputsOrBuilder()
Signed url to fetch a core.LiteralMap of task execution inputs.
.flyteidl.admin.UrlBlob inputs = 1;
-
hasOutputs
boolean hasOutputs()
Signed url to fetch a core.LiteralMap of task execution outputs.
.flyteidl.admin.UrlBlob outputs = 2;- Returns:
- Whether the outputs field is set.
-
getOutputs
Common.UrlBlob getOutputs()
Signed url to fetch a core.LiteralMap of task execution outputs.
.flyteidl.admin.UrlBlob outputs = 2;- Returns:
- The outputs.
-
getOutputsOrBuilder
Common.UrlBlobOrBuilder getOutputsOrBuilder()
Signed url to fetch a core.LiteralMap of task execution outputs.
.flyteidl.admin.UrlBlob outputs = 2;
-
hasFullInputs
boolean hasFullInputs()
Optional, full_inputs will only be populated if they are under a configured size threshold.
.flyteidl.core.LiteralMap full_inputs = 3;- Returns:
- Whether the fullInputs field is set.
-
getFullInputs
Literals.LiteralMap getFullInputs()
Optional, full_inputs will only be populated if they are under a configured size threshold.
.flyteidl.core.LiteralMap full_inputs = 3;- Returns:
- The fullInputs.
-
getFullInputsOrBuilder
Literals.LiteralMapOrBuilder getFullInputsOrBuilder()
Optional, full_inputs will only be populated if they are under a configured size threshold.
.flyteidl.core.LiteralMap full_inputs = 3;
-
hasFullOutputs
boolean hasFullOutputs()
Optional, full_outputs will only be populated if they are under a configured size threshold.
.flyteidl.core.LiteralMap full_outputs = 4;- Returns:
- Whether the fullOutputs field is set.
-
getFullOutputs
Literals.LiteralMap getFullOutputs()
Optional, full_outputs will only be populated if they are under a configured size threshold.
.flyteidl.core.LiteralMap full_outputs = 4;- Returns:
- The fullOutputs.
-
getFullOutputsOrBuilder
Literals.LiteralMapOrBuilder getFullOutputsOrBuilder()
Optional, full_outputs will only be populated if they are under a configured size threshold.
.flyteidl.core.LiteralMap full_outputs = 4;
-
-