Package org.mlflow.api.proto
Interface EvaluationDatasets.DatasetRecordSourceOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
EvaluationDatasets.DatasetRecordSource,EvaluationDatasets.DatasetRecordSource.Builder
- Enclosing class:
- EvaluationDatasets
public static interface EvaluationDatasets.DatasetRecordSourceOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionSource-specific data as JSONcom.google.protobuf.ByteStringSource-specific data as JSONThe type of the source.booleanSource-specific data as JSONbooleanThe type of the source.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods 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.evaluation_datasets.DatasetRecordSource.SourceType source_type = 1;- Returns:
- Whether the sourceType field is set.
-
getSourceType
EvaluationDatasets.DatasetRecordSource.SourceType getSourceType()The type of the source.
optional .mlflow.evaluation_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.
-