Package org.mlflow.api.proto
Class EvaluationDatasets.EvaluationDataset
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessageV3
-
- org.mlflow.api.proto.EvaluationDatasets.EvaluationDataset
-
- All Implemented Interfaces:
com.google.protobuf.Message
,com.google.protobuf.MessageLite
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,java.io.Serializable
,EvaluationDatasets.EvaluationDatasetOrBuilder
- Enclosing class:
- EvaluationDatasets
public static final class EvaluationDatasets.EvaluationDataset extends com.google.protobuf.GeneratedMessageV3 implements EvaluationDatasets.EvaluationDatasetOrBuilder
Protobuf typemlflow.evaluation_datasets.EvaluationDataset
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
EvaluationDatasets.EvaluationDataset.Builder
Protobuf typemlflow.evaluation_datasets.EvaluationDataset
-
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
-
-
Field Summary
Fields Modifier and Type Field Description static int
CREATED_BY_FIELD_NUMBER
static int
CREATED_TIME_FIELD_NUMBER
static int
DATASET_ID_FIELD_NUMBER
static int
DIGEST_FIELD_NUMBER
static int
EXPERIMENT_IDS_FIELD_NUMBER
static int
LAST_UPDATE_TIME_FIELD_NUMBER
static int
LAST_UPDATED_BY_FIELD_NUMBER
static int
NAME_FIELD_NUMBER
static com.google.protobuf.Parser<EvaluationDatasets.EvaluationDataset>
PARSER
Deprecated.static int
PROFILE_FIELD_NUMBER
static int
SCHEMA_FIELD_NUMBER
static int
TAGS_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object obj)
java.lang.String
getCreatedBy()
User who created the datasetcom.google.protobuf.ByteString
getCreatedByBytes()
User who created the datasetlong
getCreatedTime()
Creation timestamp in millisecondsjava.lang.String
getDatasetId()
Unique identifier for the datasetcom.google.protobuf.ByteString
getDatasetIdBytes()
Unique identifier for the datasetstatic EvaluationDatasets.EvaluationDataset
getDefaultInstance()
EvaluationDatasets.EvaluationDataset
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
java.lang.String
getDigest()
Dataset digest for integrity checkingcom.google.protobuf.ByteString
getDigestBytes()
Dataset digest for integrity checkingjava.lang.String
getExperimentIds(int index)
Associated experiment IDs (populated from entity_associations table)com.google.protobuf.ByteString
getExperimentIdsBytes(int index)
Associated experiment IDs (populated from entity_associations table)int
getExperimentIdsCount()
Associated experiment IDs (populated from entity_associations table)com.google.protobuf.ProtocolStringList
getExperimentIdsList()
Associated experiment IDs (populated from entity_associations table)java.lang.String
getLastUpdatedBy()
User who last updated the datasetcom.google.protobuf.ByteString
getLastUpdatedByBytes()
User who last updated the datasetlong
getLastUpdateTime()
Last update timestamp in millisecondsjava.lang.String
getName()
Dataset name (user-friendly identifier)com.google.protobuf.ByteString
getNameBytes()
Dataset name (user-friendly identifier)com.google.protobuf.Parser<EvaluationDatasets.EvaluationDataset>
getParserForType()
java.lang.String
getProfile()
Profile information (JSON)com.google.protobuf.ByteString
getProfileBytes()
Profile information (JSON)java.lang.String
getSchema()
Schema information (JSON)com.google.protobuf.ByteString
getSchemaBytes()
Schema information (JSON)int
getSerializedSize()
java.lang.String
getTags()
Tags as JSON string (key-value pairs for metadata)com.google.protobuf.ByteString
getTagsBytes()
Tags as JSON string (key-value pairs for metadata)com.google.protobuf.UnknownFieldSet
getUnknownFields()
boolean
hasCreatedBy()
User who created the datasetboolean
hasCreatedTime()
Creation timestamp in millisecondsboolean
hasDatasetId()
Unique identifier for the datasetboolean
hasDigest()
Dataset digest for integrity checkingint
hashCode()
boolean
hasLastUpdatedBy()
User who last updated the datasetboolean
hasLastUpdateTime()
Last update timestamp in millisecondsboolean
hasName()
Dataset name (user-friendly identifier)boolean
hasProfile()
Profile information (JSON)boolean
hasSchema()
Schema information (JSON)boolean
hasTags()
Tags as JSON string (key-value pairs for metadata)protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
static EvaluationDatasets.EvaluationDataset.Builder
newBuilder()
static EvaluationDatasets.EvaluationDataset.Builder
newBuilder(EvaluationDatasets.EvaluationDataset prototype)
EvaluationDatasets.EvaluationDataset.Builder
newBuilderForType()
protected EvaluationDatasets.EvaluationDataset.Builder
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
protected java.lang.Object
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
static EvaluationDatasets.EvaluationDataset
parseDelimitedFrom(java.io.InputStream input)
static EvaluationDatasets.EvaluationDataset
parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static EvaluationDatasets.EvaluationDataset
parseFrom(byte[] data)
static EvaluationDatasets.EvaluationDataset
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static EvaluationDatasets.EvaluationDataset
parseFrom(com.google.protobuf.ByteString data)
static EvaluationDatasets.EvaluationDataset
parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static EvaluationDatasets.EvaluationDataset
parseFrom(com.google.protobuf.CodedInputStream input)
static EvaluationDatasets.EvaluationDataset
parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static EvaluationDatasets.EvaluationDataset
parseFrom(java.io.InputStream input)
static EvaluationDatasets.EvaluationDataset
parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static EvaluationDatasets.EvaluationDataset
parseFrom(java.nio.ByteBuffer data)
static EvaluationDatasets.EvaluationDataset
parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static com.google.protobuf.Parser<EvaluationDatasets.EvaluationDataset>
parser()
EvaluationDatasets.EvaluationDataset.Builder
toBuilder()
void
writeTo(com.google.protobuf.CodedOutputStream output)
-
Methods inherited from class com.google.protobuf.GeneratedMessageV3
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
-
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
DATASET_ID_FIELD_NUMBER
public static final int DATASET_ID_FIELD_NUMBER
- See Also:
- Constant Field Values
-
NAME_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER
- See Also:
- Constant Field Values
-
TAGS_FIELD_NUMBER
public static final int TAGS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
SCHEMA_FIELD_NUMBER
public static final int SCHEMA_FIELD_NUMBER
- See Also:
- Constant Field Values
-
PROFILE_FIELD_NUMBER
public static final int PROFILE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
DIGEST_FIELD_NUMBER
public static final int DIGEST_FIELD_NUMBER
- See Also:
- Constant Field Values
-
CREATED_TIME_FIELD_NUMBER
public static final int CREATED_TIME_FIELD_NUMBER
- See Also:
- Constant Field Values
-
LAST_UPDATE_TIME_FIELD_NUMBER
public static final int LAST_UPDATE_TIME_FIELD_NUMBER
- See Also:
- Constant Field Values
-
CREATED_BY_FIELD_NUMBER
public static final int CREATED_BY_FIELD_NUMBER
- See Also:
- Constant Field Values
-
LAST_UPDATED_BY_FIELD_NUMBER
public static final int LAST_UPDATED_BY_FIELD_NUMBER
- See Also:
- Constant Field Values
-
EXPERIMENT_IDS_FIELD_NUMBER
public static final int EXPERIMENT_IDS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
PARSER
@Deprecated public static final com.google.protobuf.Parser<EvaluationDatasets.EvaluationDataset> PARSER
Deprecated.
-
-
Method Detail
-
newInstance
protected java.lang.Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
- Overrides:
newInstance
in classcom.google.protobuf.GeneratedMessageV3
-
getUnknownFields
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
- Specified by:
getUnknownFields
in interfacecom.google.protobuf.MessageOrBuilder
- Overrides:
getUnknownFields
in classcom.google.protobuf.GeneratedMessageV3
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3
-
hasDatasetId
public boolean hasDatasetId()
Unique identifier for the dataset
optional string dataset_id = 1;
- Specified by:
hasDatasetId
in interfaceEvaluationDatasets.EvaluationDatasetOrBuilder
- Returns:
- Whether the datasetId field is set.
-
getDatasetId
public java.lang.String getDatasetId()
Unique identifier for the dataset
optional string dataset_id = 1;
- Specified by:
getDatasetId
in interfaceEvaluationDatasets.EvaluationDatasetOrBuilder
- Returns:
- The datasetId.
-
getDatasetIdBytes
public com.google.protobuf.ByteString getDatasetIdBytes()
Unique identifier for the dataset
optional string dataset_id = 1;
- Specified by:
getDatasetIdBytes
in interfaceEvaluationDatasets.EvaluationDatasetOrBuilder
- Returns:
- The bytes for datasetId.
-
hasName
public boolean hasName()
Dataset name (user-friendly identifier)
optional string name = 2;
- Specified by:
hasName
in interfaceEvaluationDatasets.EvaluationDatasetOrBuilder
- Returns:
- Whether the name field is set.
-
getName
public java.lang.String getName()
Dataset name (user-friendly identifier)
optional string name = 2;
- Specified by:
getName
in interfaceEvaluationDatasets.EvaluationDatasetOrBuilder
- Returns:
- The name.
-
getNameBytes
public com.google.protobuf.ByteString getNameBytes()
Dataset name (user-friendly identifier)
optional string name = 2;
- Specified by:
getNameBytes
in interfaceEvaluationDatasets.EvaluationDatasetOrBuilder
- Returns:
- The bytes for name.
-
hasTags
public boolean hasTags()
Tags as JSON string (key-value pairs for metadata)
optional string tags = 3;
- Specified by:
hasTags
in interfaceEvaluationDatasets.EvaluationDatasetOrBuilder
- Returns:
- Whether the tags field is set.
-
getTags
public java.lang.String getTags()
Tags as JSON string (key-value pairs for metadata)
optional string tags = 3;
- Specified by:
getTags
in interfaceEvaluationDatasets.EvaluationDatasetOrBuilder
- Returns:
- The tags.
-
getTagsBytes
public com.google.protobuf.ByteString getTagsBytes()
Tags as JSON string (key-value pairs for metadata)
optional string tags = 3;
- Specified by:
getTagsBytes
in interfaceEvaluationDatasets.EvaluationDatasetOrBuilder
- Returns:
- The bytes for tags.
-
hasSchema
public boolean hasSchema()
Schema information (JSON)
optional string schema = 4;
- Specified by:
hasSchema
in interfaceEvaluationDatasets.EvaluationDatasetOrBuilder
- Returns:
- Whether the schema field is set.
-
getSchema
public java.lang.String getSchema()
Schema information (JSON)
optional string schema = 4;
- Specified by:
getSchema
in interfaceEvaluationDatasets.EvaluationDatasetOrBuilder
- Returns:
- The schema.
-
getSchemaBytes
public com.google.protobuf.ByteString getSchemaBytes()
Schema information (JSON)
optional string schema = 4;
- Specified by:
getSchemaBytes
in interfaceEvaluationDatasets.EvaluationDatasetOrBuilder
- Returns:
- The bytes for schema.
-
hasProfile
public boolean hasProfile()
Profile information (JSON)
optional string profile = 5;
- Specified by:
hasProfile
in interfaceEvaluationDatasets.EvaluationDatasetOrBuilder
- Returns:
- Whether the profile field is set.
-
getProfile
public java.lang.String getProfile()
Profile information (JSON)
optional string profile = 5;
- Specified by:
getProfile
in interfaceEvaluationDatasets.EvaluationDatasetOrBuilder
- Returns:
- The profile.
-
getProfileBytes
public com.google.protobuf.ByteString getProfileBytes()
Profile information (JSON)
optional string profile = 5;
- Specified by:
getProfileBytes
in interfaceEvaluationDatasets.EvaluationDatasetOrBuilder
- Returns:
- The bytes for profile.
-
hasDigest
public boolean hasDigest()
Dataset digest for integrity checking
optional string digest = 6;
- Specified by:
hasDigest
in interfaceEvaluationDatasets.EvaluationDatasetOrBuilder
- Returns:
- Whether the digest field is set.
-
getDigest
public java.lang.String getDigest()
Dataset digest for integrity checking
optional string digest = 6;
- Specified by:
getDigest
in interfaceEvaluationDatasets.EvaluationDatasetOrBuilder
- Returns:
- The digest.
-
getDigestBytes
public com.google.protobuf.ByteString getDigestBytes()
Dataset digest for integrity checking
optional string digest = 6;
- Specified by:
getDigestBytes
in interfaceEvaluationDatasets.EvaluationDatasetOrBuilder
- Returns:
- The bytes for digest.
-
hasCreatedTime
public boolean hasCreatedTime()
Creation timestamp in milliseconds
optional int64 created_time = 7;
- Specified by:
hasCreatedTime
in interfaceEvaluationDatasets.EvaluationDatasetOrBuilder
- Returns:
- Whether the createdTime field is set.
-
getCreatedTime
public long getCreatedTime()
Creation timestamp in milliseconds
optional int64 created_time = 7;
- Specified by:
getCreatedTime
in interfaceEvaluationDatasets.EvaluationDatasetOrBuilder
- Returns:
- The createdTime.
-
hasLastUpdateTime
public boolean hasLastUpdateTime()
Last update timestamp in milliseconds
optional int64 last_update_time = 8;
- Specified by:
hasLastUpdateTime
in interfaceEvaluationDatasets.EvaluationDatasetOrBuilder
- Returns:
- Whether the lastUpdateTime field is set.
-
getLastUpdateTime
public long getLastUpdateTime()
Last update timestamp in milliseconds
optional int64 last_update_time = 8;
- Specified by:
getLastUpdateTime
in interfaceEvaluationDatasets.EvaluationDatasetOrBuilder
- Returns:
- The lastUpdateTime.
-
hasCreatedBy
public boolean hasCreatedBy()
User who created the dataset
optional string created_by = 9;
- Specified by:
hasCreatedBy
in interfaceEvaluationDatasets.EvaluationDatasetOrBuilder
- Returns:
- Whether the createdBy field is set.
-
getCreatedBy
public java.lang.String getCreatedBy()
User who created the dataset
optional string created_by = 9;
- Specified by:
getCreatedBy
in interfaceEvaluationDatasets.EvaluationDatasetOrBuilder
- Returns:
- The createdBy.
-
getCreatedByBytes
public com.google.protobuf.ByteString getCreatedByBytes()
User who created the dataset
optional string created_by = 9;
- Specified by:
getCreatedByBytes
in interfaceEvaluationDatasets.EvaluationDatasetOrBuilder
- Returns:
- The bytes for createdBy.
-
hasLastUpdatedBy
public boolean hasLastUpdatedBy()
User who last updated the dataset
optional string last_updated_by = 10;
- Specified by:
hasLastUpdatedBy
in interfaceEvaluationDatasets.EvaluationDatasetOrBuilder
- Returns:
- Whether the lastUpdatedBy field is set.
-
getLastUpdatedBy
public java.lang.String getLastUpdatedBy()
User who last updated the dataset
optional string last_updated_by = 10;
- Specified by:
getLastUpdatedBy
in interfaceEvaluationDatasets.EvaluationDatasetOrBuilder
- Returns:
- The lastUpdatedBy.
-
getLastUpdatedByBytes
public com.google.protobuf.ByteString getLastUpdatedByBytes()
User who last updated the dataset
optional string last_updated_by = 10;
- Specified by:
getLastUpdatedByBytes
in interfaceEvaluationDatasets.EvaluationDatasetOrBuilder
- Returns:
- The bytes for lastUpdatedBy.
-
getExperimentIdsList
public com.google.protobuf.ProtocolStringList getExperimentIdsList()
Associated experiment IDs (populated from entity_associations table)
repeated string experiment_ids = 11;
- Specified by:
getExperimentIdsList
in interfaceEvaluationDatasets.EvaluationDatasetOrBuilder
- Returns:
- A list containing the experimentIds.
-
getExperimentIdsCount
public int getExperimentIdsCount()
Associated experiment IDs (populated from entity_associations table)
repeated string experiment_ids = 11;
- Specified by:
getExperimentIdsCount
in interfaceEvaluationDatasets.EvaluationDatasetOrBuilder
- Returns:
- The count of experimentIds.
-
getExperimentIds
public java.lang.String getExperimentIds(int index)
Associated experiment IDs (populated from entity_associations table)
repeated string experiment_ids = 11;
- Specified by:
getExperimentIds
in interfaceEvaluationDatasets.EvaluationDatasetOrBuilder
- Parameters:
index
- The index of the element to return.- Returns:
- The experimentIds at the given index.
-
getExperimentIdsBytes
public com.google.protobuf.ByteString getExperimentIdsBytes(int index)
Associated experiment IDs (populated from entity_associations table)
repeated string experiment_ids = 11;
- Specified by:
getExperimentIdsBytes
in interfaceEvaluationDatasets.EvaluationDatasetOrBuilder
- Parameters:
index
- The index of the value to return.- Returns:
- The bytes of the experimentIds at the given index.
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3
-
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException
- Specified by:
writeTo
in interfacecom.google.protobuf.MessageLite
- Overrides:
writeTo
in classcom.google.protobuf.GeneratedMessageV3
- Throws:
java.io.IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSize
in interfacecom.google.protobuf.MessageLite
- Overrides:
getSerializedSize
in classcom.google.protobuf.GeneratedMessageV3
-
equals
public boolean equals(java.lang.Object obj)
- Specified by:
equals
in interfacecom.google.protobuf.Message
- Overrides:
equals
in classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()
- Specified by:
hashCode
in interfacecom.google.protobuf.Message
- Overrides:
hashCode
in classcom.google.protobuf.AbstractMessage
-
parseFrom
public static EvaluationDatasets.EvaluationDataset parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static EvaluationDatasets.EvaluationDataset parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static EvaluationDatasets.EvaluationDataset parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static EvaluationDatasets.EvaluationDataset parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static EvaluationDatasets.EvaluationDataset parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static EvaluationDatasets.EvaluationDataset parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static EvaluationDatasets.EvaluationDataset parseFrom(java.io.InputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static EvaluationDatasets.EvaluationDataset parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
parseDelimitedFrom
public static EvaluationDatasets.EvaluationDataset parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseDelimitedFrom
public static EvaluationDatasets.EvaluationDataset parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static EvaluationDatasets.EvaluationDataset parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static EvaluationDatasets.EvaluationDataset parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
newBuilderForType
public EvaluationDatasets.EvaluationDataset.Builder newBuilderForType()
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.Message
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.MessageLite
-
newBuilder
public static EvaluationDatasets.EvaluationDataset.Builder newBuilder()
-
newBuilder
public static EvaluationDatasets.EvaluationDataset.Builder newBuilder(EvaluationDatasets.EvaluationDataset prototype)
-
toBuilder
public EvaluationDatasets.EvaluationDataset.Builder toBuilder()
- Specified by:
toBuilder
in interfacecom.google.protobuf.Message
- Specified by:
toBuilder
in interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected EvaluationDatasets.EvaluationDataset.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForType
in classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
public static EvaluationDatasets.EvaluationDataset getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<EvaluationDatasets.EvaluationDataset> parser()
-
getParserForType
public com.google.protobuf.Parser<EvaluationDatasets.EvaluationDataset> getParserForType()
- Specified by:
getParserForType
in interfacecom.google.protobuf.Message
- Specified by:
getParserForType
in interfacecom.google.protobuf.MessageLite
- Overrides:
getParserForType
in classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
public EvaluationDatasets.EvaluationDataset getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
-