Interface Service.CreateExperimentOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Service.CreateExperiment, Service.CreateExperiment.Builder
Enclosing class:
Service

public static interface Service.CreateExperimentOrBuilder
extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getArtifactLocation()
    Location where all artifacts for the experiment are stored.
    com.google.protobuf.ByteString getArtifactLocationBytes()
    Location where all artifacts for the experiment are stored.
    java.lang.String getName()
    Experiment name.
    com.google.protobuf.ByteString getNameBytes()
    Experiment name.
    boolean hasArtifactLocation()
    Location where all artifacts for the experiment are stored.
    boolean hasName()
    Experiment name.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • hasName

      boolean hasName()
       Experiment name.
       
      optional string name = 1 [(.mlflow.validate_required) = true];
    • getName

      java.lang.String getName()
       Experiment name.
       
      optional string name = 1 [(.mlflow.validate_required) = true];
    • getNameBytes

      com.google.protobuf.ByteString getNameBytes()
       Experiment name.
       
      optional string name = 1 [(.mlflow.validate_required) = true];
    • hasArtifactLocation

      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;
    • getArtifactLocation

      java.lang.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;
    • getArtifactLocationBytes

      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;