Package org.mlflow.api.proto
Interface ModelRegistry.ModelVersionDeploymentJobStateOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ModelRegistry.ModelVersionDeploymentJobState,ModelRegistry.ModelVersionDeploymentJobState.Builder
- Enclosing class:
- ModelRegistry
public static interface ModelRegistry.ModelVersionDeploymentJobStateOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionoptional string current_task_name = 5;com.google.protobuf.ByteStringoptional string current_task_name = 5;getJobId()optional string job_id = 1;com.google.protobuf.ByteStringoptional string job_id = 1;optional .mlflow.DeploymentJobConnection.State job_state = 3;getRunId()optional string run_id = 2;com.google.protobuf.ByteStringoptional string run_id = 2;optional .mlflow.ModelVersionDeploymentJobState.DeploymentJobRunState run_state = 4;booleanoptional string current_task_name = 5;booleanhasJobId()optional string job_id = 1;booleanoptional .mlflow.DeploymentJobConnection.State job_state = 3;booleanhasRunId()optional string run_id = 2;booleanoptional .mlflow.ModelVersionDeploymentJobState.DeploymentJobRunState run_state = 4;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
-
hasJobId
boolean hasJobId()optional string job_id = 1;- Returns:
- Whether the jobId field is set.
-
getJobId
String getJobId()optional string job_id = 1;- Returns:
- The jobId.
-
getJobIdBytes
com.google.protobuf.ByteString getJobIdBytes()optional string job_id = 1;- Returns:
- The bytes for jobId.
-
hasRunId
boolean hasRunId()optional string run_id = 2;- Returns:
- Whether the runId field is set.
-
getRunId
String getRunId()optional string run_id = 2;- Returns:
- The runId.
-
getRunIdBytes
com.google.protobuf.ByteString getRunIdBytes()optional string run_id = 2;- Returns:
- The bytes for runId.
-
hasJobState
boolean hasJobState()optional .mlflow.DeploymentJobConnection.State job_state = 3;- Returns:
- Whether the jobState field is set.
-
getJobState
ModelRegistry.DeploymentJobConnection.State getJobState()optional .mlflow.DeploymentJobConnection.State job_state = 3;- Returns:
- The jobState.
-
hasRunState
boolean hasRunState()optional .mlflow.ModelVersionDeploymentJobState.DeploymentJobRunState run_state = 4;- Returns:
- Whether the runState field is set.
-
getRunState
optional .mlflow.ModelVersionDeploymentJobState.DeploymentJobRunState run_state = 4;- Returns:
- The runState.
-
hasCurrentTaskName
boolean hasCurrentTaskName()optional string current_task_name = 5;- Returns:
- Whether the currentTaskName field is set.
-
getCurrentTaskName
String getCurrentTaskName()optional string current_task_name = 5;- Returns:
- The currentTaskName.
-
getCurrentTaskNameBytes
com.google.protobuf.ByteString getCurrentTaskNameBytes()optional string current_task_name = 5;- Returns:
- The bytes for currentTaskName.
-