Package org.mlflow.api.proto
Interface Service.CreateWorkspaceOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Service.CreateWorkspace,Service.CreateWorkspace.Builder
- Enclosing class:
- Service
public static interface Service.CreateWorkspaceOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionOptional default artifact root override to apply at creation time.com.google.protobuf.ByteStringOptional default artifact root override to apply at creation time.Optional workspace description.com.google.protobuf.ByteStringOptional workspace description.getName()Workspace name to create.com.google.protobuf.ByteStringWorkspace name to create.booleanOptional default artifact root override to apply at creation time.booleanOptional workspace description.booleanhasName()Workspace name to create.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasName
boolean hasName()Workspace name to create.
optional string name = 1 [(.mlflow.validate_required) = true];- Returns:
- Whether the name field is set.
-
getName
String getName()Workspace name to create.
optional string name = 1 [(.mlflow.validate_required) = true];- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()Workspace name to create.
optional string name = 1 [(.mlflow.validate_required) = true];- Returns:
- The bytes for name.
-
hasDescription
boolean hasDescription()Optional workspace description.
optional string description = 2;- Returns:
- Whether the description field is set.
-
getDescription
String getDescription()Optional workspace description.
optional string description = 2;- Returns:
- The description.
-
getDescriptionBytes
com.google.protobuf.ByteString getDescriptionBytes()Optional workspace description.
optional string description = 2;- Returns:
- The bytes for description.
-
hasDefaultArtifactRoot
boolean hasDefaultArtifactRoot()Optional default artifact root override to apply at creation time.
optional string default_artifact_root = 3;- Returns:
- Whether the defaultArtifactRoot field is set.
-
getDefaultArtifactRoot
String getDefaultArtifactRoot()Optional default artifact root override to apply at creation time.
optional string default_artifact_root = 3;- Returns:
- The defaultArtifactRoot.
-
getDefaultArtifactRootBytes
com.google.protobuf.ByteString getDefaultArtifactRootBytes()Optional default artifact root override to apply at creation time.
optional string default_artifact_root = 3;- Returns:
- The bytes for defaultArtifactRoot.
-