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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getCurrentTaskName()
optional string current_task_name = 5;
com.google.protobuf.ByteString
getCurrentTaskNameBytes()
optional string current_task_name = 5;
java.lang.String
getJobId()
optional string job_id = 1;
com.google.protobuf.ByteString
getJobIdBytes()
optional string job_id = 1;
ModelRegistry.DeploymentJobConnection.State
getJobState()
optional .mlflow.DeploymentJobConnection.State job_state = 3;
java.lang.String
getRunId()
optional string run_id = 2;
com.google.protobuf.ByteString
getRunIdBytes()
optional string run_id = 2;
ModelRegistry.ModelVersionDeploymentJobState.DeploymentJobRunState
getRunState()
optional .mlflow.ModelVersionDeploymentJobState.DeploymentJobRunState run_state = 4;
boolean
hasCurrentTaskName()
optional string current_task_name = 5;
boolean
hasJobId()
optional string job_id = 1;
boolean
hasJobState()
optional .mlflow.DeploymentJobConnection.State job_state = 3;
boolean
hasRunId()
optional string run_id = 2;
boolean
hasRunState()
optional .mlflow.ModelVersionDeploymentJobState.DeploymentJobRunState run_state = 4;
-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasJobId
boolean hasJobId()
optional string job_id = 1;
- Returns:
- Whether the jobId field is set.
-
getJobId
java.lang.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
java.lang.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
ModelRegistry.ModelVersionDeploymentJobState.DeploymentJobRunState 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
java.lang.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.
-
-