Interface Datasets.DatasetRecordSourceOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Datasets.DatasetRecordSource, Datasets.DatasetRecordSource.Builder
Enclosing class:
Datasets

public static interface Datasets.DatasetRecordSourceOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Source-specific data as JSON
    com.google.protobuf.ByteString
    Source-specific data as JSON
    The type of the source.
    boolean
    Source-specific data as JSON
    boolean
    The type of the source.

    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 Details

    • hasSourceType

      boolean hasSourceType()
       The type of the source.
       
      optional .mlflow.datasets.DatasetRecordSource.SourceType source_type = 1;
      Returns:
      Whether the sourceType field is set.
    • getSourceType

       The type of the source.
       
      optional .mlflow.datasets.DatasetRecordSource.SourceType source_type = 1;
      Returns:
      The sourceType.
    • hasSourceData

      boolean hasSourceData()
       Source-specific data as JSON
       
      optional string source_data = 2;
      Returns:
      Whether the sourceData field is set.
    • getSourceData

      String getSourceData()
       Source-specific data as JSON
       
      optional string source_data = 2;
      Returns:
      The sourceData.
    • getSourceDataBytes

      com.google.protobuf.ByteString getSourceDataBytes()
       Source-specific data as JSON
       
      optional string source_data = 2;
      Returns:
      The bytes for sourceData.