Package flyteidl.core

Interface Literals.StructuredDatasetOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Literals.StructuredDatasetMetadata getMetadata()
      .flyteidl.core.StructuredDatasetMetadata metadata = 2;
      Literals.StructuredDatasetMetadataOrBuilder getMetadataOrBuilder()
      .flyteidl.core.StructuredDatasetMetadata metadata = 2;
      String getUri()
      String location uniquely identifying where the data is.
      com.google.protobuf.ByteString getUriBytes()
      String location uniquely identifying where the data is.
      boolean hasMetadata()
      .flyteidl.core.StructuredDatasetMetadata metadata = 2;
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • 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.