Class Service.CreateExperiment.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<Service.CreateExperiment.Builder>
com.google.protobuf.GeneratedMessageV3.Builder<Service.CreateExperiment.Builder>
org.mlflow.api.proto.Service.CreateExperiment.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable, Service.CreateExperimentOrBuilder
Enclosing class:
Service.CreateExperiment

public static final class Service.CreateExperiment.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<Service.CreateExperiment.Builder> implements Service.CreateExperimentOrBuilder
Protobuf type mlflow.CreateExperiment
  • Method Details

    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<Service.CreateExperiment.Builder>
    • clear

      Specified by:
      clear in interface com.google.protobuf.Message.Builder
      Specified by:
      clear in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clear in class com.google.protobuf.GeneratedMessageV3.Builder<Service.CreateExperiment.Builder>
    • getDescriptorForType

      public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.Message.Builder
      Specified by:
      getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<Service.CreateExperiment.Builder>
    • getDefaultInstanceForType

      public Service.CreateExperiment getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
    • build

      public Service.CreateExperiment build()
      Specified by:
      build in interface com.google.protobuf.Message.Builder
      Specified by:
      build in interface com.google.protobuf.MessageLite.Builder
    • buildPartial

      public Service.CreateExperiment buildPartial()
      Specified by:
      buildPartial in interface com.google.protobuf.Message.Builder
      Specified by:
      buildPartial in interface com.google.protobuf.MessageLite.Builder
    • clone

      Specified by:
      clone in interface com.google.protobuf.Message.Builder
      Specified by:
      clone in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clone in class com.google.protobuf.GeneratedMessageV3.Builder<Service.CreateExperiment.Builder>
    • setField

      public Service.CreateExperiment.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
      Specified by:
      setField in interface com.google.protobuf.Message.Builder
      Overrides:
      setField in class com.google.protobuf.GeneratedMessageV3.Builder<Service.CreateExperiment.Builder>
    • clearField

      public Service.CreateExperiment.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
      Specified by:
      clearField in interface com.google.protobuf.Message.Builder
      Overrides:
      clearField in class com.google.protobuf.GeneratedMessageV3.Builder<Service.CreateExperiment.Builder>
    • clearOneof

      public Service.CreateExperiment.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
      Specified by:
      clearOneof in interface com.google.protobuf.Message.Builder
      Overrides:
      clearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<Service.CreateExperiment.Builder>
    • setRepeatedField

      public Service.CreateExperiment.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
      Specified by:
      setRepeatedField in interface com.google.protobuf.Message.Builder
      Overrides:
      setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Service.CreateExperiment.Builder>
    • addRepeatedField

      public Service.CreateExperiment.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
      Specified by:
      addRepeatedField in interface com.google.protobuf.Message.Builder
      Overrides:
      addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Service.CreateExperiment.Builder>
    • mergeFrom

      public Service.CreateExperiment.Builder mergeFrom(com.google.protobuf.Message other)
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<Service.CreateExperiment.Builder>
    • mergeFrom

    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<Service.CreateExperiment.Builder>
    • mergeFrom

      public Service.CreateExperiment.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Specified by:
      mergeFrom in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<Service.CreateExperiment.Builder>
      Throws:
      IOException
    • hasName

      public boolean hasName()
       Experiment name.
       
      optional string name = 1 [(.mlflow.validate_required) = true];
      Specified by:
      hasName in interface Service.CreateExperimentOrBuilder
      Returns:
      Whether the name field is set.
    • getName

      public String getName()
       Experiment name.
       
      optional string name = 1 [(.mlflow.validate_required) = true];
      Specified by:
      getName in interface Service.CreateExperimentOrBuilder
      Returns:
      The name.
    • getNameBytes

      public com.google.protobuf.ByteString getNameBytes()
       Experiment name.
       
      optional string name = 1 [(.mlflow.validate_required) = true];
      Specified by:
      getNameBytes in interface Service.CreateExperimentOrBuilder
      Returns:
      The bytes for name.
    • setName

      public Service.CreateExperiment.Builder setName(String value)
       Experiment name.
       
      optional string name = 1 [(.mlflow.validate_required) = true];
      Parameters:
      value - The name to set.
      Returns:
      This builder for chaining.
    • clearName

       Experiment name.
       
      optional string name = 1 [(.mlflow.validate_required) = true];
      Returns:
      This builder for chaining.
    • setNameBytes

      public Service.CreateExperiment.Builder setNameBytes(com.google.protobuf.ByteString value)
       Experiment name.
       
      optional string name = 1 [(.mlflow.validate_required) = true];
      Parameters:
      value - The bytes for name to set.
      Returns:
      This builder for chaining.
    • hasArtifactLocation

      public boolean hasArtifactLocation()
       Location where all artifacts for the experiment are stored.
       If not provided, the remote server will select an appropriate default.
       
      optional string artifact_location = 2;
      Specified by:
      hasArtifactLocation in interface Service.CreateExperimentOrBuilder
      Returns:
      Whether the artifactLocation field is set.
    • getArtifactLocation

      public String getArtifactLocation()
       Location where all artifacts for the experiment are stored.
       If not provided, the remote server will select an appropriate default.
       
      optional string artifact_location = 2;
      Specified by:
      getArtifactLocation in interface Service.CreateExperimentOrBuilder
      Returns:
      The artifactLocation.
    • getArtifactLocationBytes

      public com.google.protobuf.ByteString getArtifactLocationBytes()
       Location where all artifacts for the experiment are stored.
       If not provided, the remote server will select an appropriate default.
       
      optional string artifact_location = 2;
      Specified by:
      getArtifactLocationBytes in interface Service.CreateExperimentOrBuilder
      Returns:
      The bytes for artifactLocation.
    • setArtifactLocation

      public Service.CreateExperiment.Builder setArtifactLocation(String value)
       Location where all artifacts for the experiment are stored.
       If not provided, the remote server will select an appropriate default.
       
      optional string artifact_location = 2;
      Parameters:
      value - The artifactLocation to set.
      Returns:
      This builder for chaining.
    • clearArtifactLocation

      public Service.CreateExperiment.Builder clearArtifactLocation()
       Location where all artifacts for the experiment are stored.
       If not provided, the remote server will select an appropriate default.
       
      optional string artifact_location = 2;
      Returns:
      This builder for chaining.
    • setArtifactLocationBytes

      public Service.CreateExperiment.Builder setArtifactLocationBytes(com.google.protobuf.ByteString value)
       Location where all artifacts for the experiment are stored.
       If not provided, the remote server will select an appropriate default.
       
      optional string artifact_location = 2;
      Parameters:
      value - The bytes for artifactLocation to set.
      Returns:
      This builder for chaining.
    • getTagsList

      public List<Service.ExperimentTag> getTagsList()
       A collection of tags to set on the experiment. Maximum tag size and number of tags per request
       depends on the storage backend. All storage backends are guaranteed to support tag keys up
       to 250 bytes in size and tag values up to 5000 bytes in size. All storage backends are also
       guaranteed to support up to 20 tags per request.
       
      repeated .mlflow.ExperimentTag tags = 3;
      Specified by:
      getTagsList in interface Service.CreateExperimentOrBuilder
    • getTagsCount

      public int getTagsCount()
       A collection of tags to set on the experiment. Maximum tag size and number of tags per request
       depends on the storage backend. All storage backends are guaranteed to support tag keys up
       to 250 bytes in size and tag values up to 5000 bytes in size. All storage backends are also
       guaranteed to support up to 20 tags per request.
       
      repeated .mlflow.ExperimentTag tags = 3;
      Specified by:
      getTagsCount in interface Service.CreateExperimentOrBuilder
    • getTags

      public Service.ExperimentTag getTags(int index)
       A collection of tags to set on the experiment. Maximum tag size and number of tags per request
       depends on the storage backend. All storage backends are guaranteed to support tag keys up
       to 250 bytes in size and tag values up to 5000 bytes in size. All storage backends are also
       guaranteed to support up to 20 tags per request.
       
      repeated .mlflow.ExperimentTag tags = 3;
      Specified by:
      getTags in interface Service.CreateExperimentOrBuilder
    • setTags

      public Service.CreateExperiment.Builder setTags(int index, Service.ExperimentTag value)
       A collection of tags to set on the experiment. Maximum tag size and number of tags per request
       depends on the storage backend. All storage backends are guaranteed to support tag keys up
       to 250 bytes in size and tag values up to 5000 bytes in size. All storage backends are also
       guaranteed to support up to 20 tags per request.
       
      repeated .mlflow.ExperimentTag tags = 3;
    • setTags

      public Service.CreateExperiment.Builder setTags(int index, Service.ExperimentTag.Builder builderForValue)
       A collection of tags to set on the experiment. Maximum tag size and number of tags per request
       depends on the storage backend. All storage backends are guaranteed to support tag keys up
       to 250 bytes in size and tag values up to 5000 bytes in size. All storage backends are also
       guaranteed to support up to 20 tags per request.
       
      repeated .mlflow.ExperimentTag tags = 3;
    • addTags

       A collection of tags to set on the experiment. Maximum tag size and number of tags per request
       depends on the storage backend. All storage backends are guaranteed to support tag keys up
       to 250 bytes in size and tag values up to 5000 bytes in size. All storage backends are also
       guaranteed to support up to 20 tags per request.
       
      repeated .mlflow.ExperimentTag tags = 3;
    • addTags

      public Service.CreateExperiment.Builder addTags(int index, Service.ExperimentTag value)
       A collection of tags to set on the experiment. Maximum tag size and number of tags per request
       depends on the storage backend. All storage backends are guaranteed to support tag keys up
       to 250 bytes in size and tag values up to 5000 bytes in size. All storage backends are also
       guaranteed to support up to 20 tags per request.
       
      repeated .mlflow.ExperimentTag tags = 3;
    • addTags

       A collection of tags to set on the experiment. Maximum tag size and number of tags per request
       depends on the storage backend. All storage backends are guaranteed to support tag keys up
       to 250 bytes in size and tag values up to 5000 bytes in size. All storage backends are also
       guaranteed to support up to 20 tags per request.
       
      repeated .mlflow.ExperimentTag tags = 3;
    • addTags

      public Service.CreateExperiment.Builder addTags(int index, Service.ExperimentTag.Builder builderForValue)
       A collection of tags to set on the experiment. Maximum tag size and number of tags per request
       depends on the storage backend. All storage backends are guaranteed to support tag keys up
       to 250 bytes in size and tag values up to 5000 bytes in size. All storage backends are also
       guaranteed to support up to 20 tags per request.
       
      repeated .mlflow.ExperimentTag tags = 3;
    • addAllTags

      public Service.CreateExperiment.Builder addAllTags(Iterable<? extends Service.ExperimentTag> values)
       A collection of tags to set on the experiment. Maximum tag size and number of tags per request
       depends on the storage backend. All storage backends are guaranteed to support tag keys up
       to 250 bytes in size and tag values up to 5000 bytes in size. All storage backends are also
       guaranteed to support up to 20 tags per request.
       
      repeated .mlflow.ExperimentTag tags = 3;
    • clearTags

       A collection of tags to set on the experiment. Maximum tag size and number of tags per request
       depends on the storage backend. All storage backends are guaranteed to support tag keys up
       to 250 bytes in size and tag values up to 5000 bytes in size. All storage backends are also
       guaranteed to support up to 20 tags per request.
       
      repeated .mlflow.ExperimentTag tags = 3;
    • removeTags

      public Service.CreateExperiment.Builder removeTags(int index)
       A collection of tags to set on the experiment. Maximum tag size and number of tags per request
       depends on the storage backend. All storage backends are guaranteed to support tag keys up
       to 250 bytes in size and tag values up to 5000 bytes in size. All storage backends are also
       guaranteed to support up to 20 tags per request.
       
      repeated .mlflow.ExperimentTag tags = 3;
    • getTagsBuilder

      public Service.ExperimentTag.Builder getTagsBuilder(int index)
       A collection of tags to set on the experiment. Maximum tag size and number of tags per request
       depends on the storage backend. All storage backends are guaranteed to support tag keys up
       to 250 bytes in size and tag values up to 5000 bytes in size. All storage backends are also
       guaranteed to support up to 20 tags per request.
       
      repeated .mlflow.ExperimentTag tags = 3;
    • getTagsOrBuilder

      public Service.ExperimentTagOrBuilder getTagsOrBuilder(int index)
       A collection of tags to set on the experiment. Maximum tag size and number of tags per request
       depends on the storage backend. All storage backends are guaranteed to support tag keys up
       to 250 bytes in size and tag values up to 5000 bytes in size. All storage backends are also
       guaranteed to support up to 20 tags per request.
       
      repeated .mlflow.ExperimentTag tags = 3;
      Specified by:
      getTagsOrBuilder in interface Service.CreateExperimentOrBuilder
    • getTagsOrBuilderList

      public List<? extends Service.ExperimentTagOrBuilder> getTagsOrBuilderList()
       A collection of tags to set on the experiment. Maximum tag size and number of tags per request
       depends on the storage backend. All storage backends are guaranteed to support tag keys up
       to 250 bytes in size and tag values up to 5000 bytes in size. All storage backends are also
       guaranteed to support up to 20 tags per request.
       
      repeated .mlflow.ExperimentTag tags = 3;
      Specified by:
      getTagsOrBuilderList in interface Service.CreateExperimentOrBuilder
    • addTagsBuilder

      public Service.ExperimentTag.Builder addTagsBuilder()
       A collection of tags to set on the experiment. Maximum tag size and number of tags per request
       depends on the storage backend. All storage backends are guaranteed to support tag keys up
       to 250 bytes in size and tag values up to 5000 bytes in size. All storage backends are also
       guaranteed to support up to 20 tags per request.
       
      repeated .mlflow.ExperimentTag tags = 3;
    • addTagsBuilder

      public Service.ExperimentTag.Builder addTagsBuilder(int index)
       A collection of tags to set on the experiment. Maximum tag size and number of tags per request
       depends on the storage backend. All storage backends are guaranteed to support tag keys up
       to 250 bytes in size and tag values up to 5000 bytes in size. All storage backends are also
       guaranteed to support up to 20 tags per request.
       
      repeated .mlflow.ExperimentTag tags = 3;
    • getTagsBuilderList

      public List<Service.ExperimentTag.Builder> getTagsBuilderList()
       A collection of tags to set on the experiment. Maximum tag size and number of tags per request
       depends on the storage backend. All storage backends are guaranteed to support tag keys up
       to 250 bytes in size and tag values up to 5000 bytes in size. All storage backends are also
       guaranteed to support up to 20 tags per request.
       
      repeated .mlflow.ExperimentTag tags = 3;
    • setUnknownFields

      public final Service.CreateExperiment.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
      Specified by:
      setUnknownFields in interface com.google.protobuf.Message.Builder
      Overrides:
      setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Service.CreateExperiment.Builder>
    • mergeUnknownFields

      public final Service.CreateExperiment.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
      Specified by:
      mergeUnknownFields in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Service.CreateExperiment.Builder>