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 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

      List<String> 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

      String getExperimentIds(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 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

       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.