Package org.mlflow.api.proto
Interface Service.CreateDatasetOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Service.CreateDataset,Service.CreateDataset.Builder
- Enclosing class:
- Service
public static interface Service.CreateDatasetOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionUser creating the datasetcom.google.protobuf.ByteStringUser creating the datasetgetExperimentIds(int index) Associated experiment IDs.com.google.protobuf.ByteStringgetExperimentIdsBytes(int index) Associated experiment IDs.intAssociated experiment IDs.Associated experiment IDs.getName()Dataset namecom.google.protobuf.ByteStringDataset nameProfile information (JSON)com.google.protobuf.ByteStringProfile information (JSON)Schema information (JSON)com.google.protobuf.ByteStringSchema information (JSON)Source informationcom.google.protobuf.ByteStringSource informationSource typegetTags()Tags to set on the dataset (JSON string mapping keys to values)com.google.protobuf.ByteStringTags to set on the dataset (JSON string mapping keys to values)booleanUser creating the datasetbooleanhasName()Dataset namebooleanProfile information (JSON)booleanSchema information (JSON)booleanSource informationbooleanSource typebooleanhasTags()Tags to set on the dataset (JSON string mapping keys to values)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
-
hasName
boolean hasName()Dataset name
optional string name = 1 [(.mlflow.validate_required) = true];- Returns:
- Whether the name field is set.
-
getName
String getName()Dataset name
optional string name = 1 [(.mlflow.validate_required) = true];- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()Dataset name
optional string name = 1 [(.mlflow.validate_required) = true];- Returns:
- The bytes for name.
-
getExperimentIdsList
Associated experiment IDs. If not provided, defaults to the current active experiment.
repeated string experiment_ids = 2;- Returns:
- A list containing the experimentIds.
-
getExperimentIdsCount
int getExperimentIdsCount()Associated experiment IDs. If not provided, defaults to the current active experiment.
repeated string experiment_ids = 2;- Returns:
- The count of experimentIds.
-
getExperimentIds
Associated experiment IDs. If not provided, defaults to the current active experiment.
repeated string experiment_ids = 2;- Parameters:
index- The index of the element to return.- Returns:
- The experimentIds at the given index.
-
getExperimentIdsBytes
com.google.protobuf.ByteString getExperimentIdsBytes(int index) Associated experiment IDs. If not provided, defaults to the current active experiment.
repeated string experiment_ids = 2;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the experimentIds at the given index.
-
hasSourceType
boolean hasSourceType()Source type
optional .mlflow.datasets.DatasetRecordSource.SourceType source_type = 3;- Returns:
- Whether the sourceType field is set.
-
getSourceType
Datasets.DatasetRecordSource.SourceType getSourceType()Source type
optional .mlflow.datasets.DatasetRecordSource.SourceType source_type = 3;- Returns:
- The sourceType.
-
hasSource
boolean hasSource()Source information
optional string source = 4;- Returns:
- Whether the source field is set.
-
getSource
String getSource()Source information
optional string source = 4;- Returns:
- The source.
-
getSourceBytes
com.google.protobuf.ByteString getSourceBytes()Source information
optional string source = 4;- Returns:
- The bytes for source.
-
hasSchema
boolean hasSchema()Schema information (JSON)
optional string schema = 5;- Returns:
- Whether the schema field is set.
-
getSchema
String getSchema()Schema information (JSON)
optional string schema = 5;- Returns:
- The schema.
-
getSchemaBytes
com.google.protobuf.ByteString getSchemaBytes()Schema information (JSON)
optional string schema = 5;- Returns:
- The bytes for schema.
-
hasProfile
boolean hasProfile()Profile information (JSON)
optional string profile = 6;- Returns:
- Whether the profile field is set.
-
getProfile
String getProfile()Profile information (JSON)
optional string profile = 6;- Returns:
- The profile.
-
getProfileBytes
com.google.protobuf.ByteString getProfileBytes()Profile information (JSON)
optional string profile = 6;- Returns:
- The bytes for profile.
-
hasCreatedBy
boolean hasCreatedBy()User creating the dataset
optional string created_by = 7;- Returns:
- Whether the createdBy field is set.
-
getCreatedBy
String getCreatedBy()User creating the dataset
optional string created_by = 7;- Returns:
- The createdBy.
-
getCreatedByBytes
com.google.protobuf.ByteString getCreatedByBytes()User creating the dataset
optional string created_by = 7;- Returns:
- The bytes for createdBy.
-
hasTags
boolean hasTags()Tags to set on the dataset (JSON string mapping keys to values)
optional string tags = 8;- Returns:
- Whether the tags field is set.
-
getTags
String getTags()Tags to set on the dataset (JSON string mapping keys to values)
optional string tags = 8;- Returns:
- The tags.
-
getTagsBytes
com.google.protobuf.ByteString getTagsBytes()Tags to set on the dataset (JSON string mapping keys to values)
optional string tags = 8;- Returns:
- The bytes for tags.
-