Package flyteidl.core
Interface Literals.StructuredDatasetOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Literals.StructuredDataset,Literals.StructuredDataset.Builder
- Enclosing class:
- Literals
public static interface Literals.StructuredDatasetOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Literals.StructuredDatasetMetadatagetMetadata().flyteidl.core.StructuredDatasetMetadata metadata = 2;Literals.StructuredDatasetMetadataOrBuildergetMetadataOrBuilder().flyteidl.core.StructuredDatasetMetadata metadata = 2;StringgetUri()String location uniquely identifying where the data is.com.google.protobuf.ByteStringgetUriBytes()String location uniquely identifying where the data is.booleanhasMetadata().flyteidl.core.StructuredDatasetMetadata metadata = 2;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getUri
String getUri()
String location uniquely identifying where the data is. Should start with the storage location (e.g. s3://, gs://, bq://, etc.)
string uri = 1;- Returns:
- The uri.
-
getUriBytes
com.google.protobuf.ByteString getUriBytes()
String location uniquely identifying where the data is. Should start with the storage location (e.g. s3://, gs://, bq://, etc.)
string uri = 1;- Returns:
- The bytes for uri.
-
hasMetadata
boolean hasMetadata()
.flyteidl.core.StructuredDatasetMetadata metadata = 2;- Returns:
- Whether the metadata field is set.
-
getMetadata
Literals.StructuredDatasetMetadata getMetadata()
.flyteidl.core.StructuredDatasetMetadata metadata = 2;- Returns:
- The metadata.
-
getMetadataOrBuilder
Literals.StructuredDatasetMetadataOrBuilder getMetadataOrBuilder()
.flyteidl.core.StructuredDatasetMetadata metadata = 2;
-
-