Package flyteidl.admin
Interface Common.RawOutputDataConfigOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Common.RawOutputDataConfig,Common.RawOutputDataConfig.Builder
- Enclosing class:
- Common
public static interface Common.RawOutputDataConfigOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetOutputLocationPrefix()Prefix for where offloaded data from user workflows will be written e.g.com.google.protobuf.ByteStringgetOutputLocationPrefixBytes()Prefix for where offloaded data from user workflows will be written e.g.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getOutputLocationPrefix
String getOutputLocationPrefix()
Prefix for where offloaded data from user workflows will be written e.g. s3://bucket/key or s3://bucket/
string output_location_prefix = 1;- Returns:
- The outputLocationPrefix.
-
getOutputLocationPrefixBytes
com.google.protobuf.ByteString getOutputLocationPrefixBytes()
Prefix for where offloaded data from user workflows will be written e.g. s3://bucket/key or s3://bucket/
string output_location_prefix = 1;- Returns:
- The bytes for outputLocationPrefix.
-
-