Interface Service.UpdateWorkspaceOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getDefaultArtifactRoot()
      Optional default artifact root override update.
      com.google.protobuf.ByteString getDefaultArtifactRootBytes()
      Optional default artifact root override update.
      java.lang.String getDescription()
      Optional description update.
      com.google.protobuf.ByteString getDescriptionBytes()
      Optional description update.
      java.lang.String getWorkspaceName()
      Name of the workspace to update.
      com.google.protobuf.ByteString getWorkspaceNameBytes()
      Name of the workspace to update.
      boolean hasDefaultArtifactRoot()
      Optional default artifact root override update.
      boolean hasDescription()
      Optional description update.
      boolean hasWorkspaceName()
      Name of the workspace to update.
      • 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 Detail

      • hasWorkspaceName

        boolean hasWorkspaceName()
         Name of the workspace to update.
         
        optional string workspace_name = 1 [(.mlflow.validate_required) = true];
        Returns:
        Whether the workspaceName field is set.
      • getWorkspaceName

        java.lang.String getWorkspaceName()
         Name of the workspace to update.
         
        optional string workspace_name = 1 [(.mlflow.validate_required) = true];
        Returns:
        The workspaceName.
      • getWorkspaceNameBytes

        com.google.protobuf.ByteString getWorkspaceNameBytes()
         Name of the workspace to update.
         
        optional string workspace_name = 1 [(.mlflow.validate_required) = true];
        Returns:
        The bytes for workspaceName.
      • hasDescription

        boolean hasDescription()
         Optional description update.
         
        optional string description = 2;
        Returns:
        Whether the description field is set.
      • getDescription

        java.lang.String getDescription()
         Optional description update.
         
        optional string description = 2;
        Returns:
        The description.
      • getDescriptionBytes

        com.google.protobuf.ByteString getDescriptionBytes()
         Optional description update.
         
        optional string description = 2;
        Returns:
        The bytes for description.
      • hasDefaultArtifactRoot

        boolean hasDefaultArtifactRoot()
         Optional default artifact root override update.
         
        optional string default_artifact_root = 3;
        Returns:
        Whether the defaultArtifactRoot field is set.
      • getDefaultArtifactRoot

        java.lang.String getDefaultArtifactRoot()
         Optional default artifact root override update.
         
        optional string default_artifact_root = 3;
        Returns:
        The defaultArtifactRoot.
      • getDefaultArtifactRootBytes

        com.google.protobuf.ByteString getDefaultArtifactRootBytes()
         Optional default artifact root override update.
         
        optional string default_artifact_root = 3;
        Returns:
        The bytes for defaultArtifactRoot.