Interface Service.LinkPromptsToTrace.PromptVersionRefOrBuilder

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

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

    Modifier and Type
    Method
    Description
    optional string name = 1 [(.mlflow.validate_required) = true];
    com.google.protobuf.ByteString
    optional string name = 1 [(.mlflow.validate_required) = true];
    optional string version = 2 [(.mlflow.validate_required) = true];
    com.google.protobuf.ByteString
    optional string version = 2 [(.mlflow.validate_required) = true];
    boolean
    optional string name = 1 [(.mlflow.validate_required) = true];
    boolean
    optional string version = 2 [(.mlflow.validate_required) = true];

    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()
      optional string name = 1 [(.mlflow.validate_required) = true];
      Returns:
      Whether the name field is set.
    • getName

      String getName()
      optional string name = 1 [(.mlflow.validate_required) = true];
      Returns:
      The name.
    • getNameBytes

      com.google.protobuf.ByteString getNameBytes()
      optional string name = 1 [(.mlflow.validate_required) = true];
      Returns:
      The bytes for name.
    • hasVersion

      boolean hasVersion()
      optional string version = 2 [(.mlflow.validate_required) = true];
      Returns:
      Whether the version field is set.
    • getVersion

      String getVersion()
      optional string version = 2 [(.mlflow.validate_required) = true];
      Returns:
      The version.
    • getVersionBytes

      com.google.protobuf.ByteString getVersionBytes()
      optional string version = 2 [(.mlflow.validate_required) = true];
      Returns:
      The bytes for version.