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 SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetCurrentTaskName()optional string current_task_name = 5;com.google.protobuf.ByteStringgetCurrentTaskNameBytes()optional string current_task_name = 5;java.lang.StringgetJobId()optional string job_id = 1;com.google.protobuf.ByteStringgetJobIdBytes()optional string job_id = 1;ModelRegistry.DeploymentJobConnection.StategetJobState()optional .mlflow.DeploymentJobConnection.State job_state = 3;java.lang.StringgetRunId()optional string run_id = 2;com.google.protobuf.ByteStringgetRunIdBytes()optional string run_id = 2;ModelRegistry.ModelVersionDeploymentJobState.DeploymentJobRunStategetRunState()optional .mlflow.ModelVersionDeploymentJobState.DeploymentJobRunState run_state = 4;booleanhasCurrentTaskName()optional string current_task_name = 5;booleanhasJobId()optional string job_id = 1;booleanhasJobState()optional .mlflow.DeploymentJobConnection.State job_state = 3;booleanhasRunId()optional string run_id = 2;booleanhasRunState()optional .mlflow.ModelVersionDeploymentJobState.DeploymentJobRunState run_state = 4;- 
Methods inherited from interface com.google.protobuf.MessageOrBuilderfindInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
 
- 
 
- 
- 
- 
Method Detail- 
hasJobIdboolean hasJobId() optional string job_id = 1;- Returns:
- Whether the jobId field is set.
 
 - 
getJobIdjava.lang.String getJobId() optional string job_id = 1;- Returns:
- The jobId.
 
 - 
getJobIdBytescom.google.protobuf.ByteString getJobIdBytes() optional string job_id = 1;- Returns:
- The bytes for jobId.
 
 - 
hasRunIdboolean hasRunId() optional string run_id = 2;- Returns:
- Whether the runId field is set.
 
 - 
getRunIdjava.lang.String getRunId() optional string run_id = 2;- Returns:
- The runId.
 
 - 
getRunIdBytescom.google.protobuf.ByteString getRunIdBytes() optional string run_id = 2;- Returns:
- The bytes for runId.
 
 - 
hasJobStateboolean hasJobState() optional .mlflow.DeploymentJobConnection.State job_state = 3;- Returns:
- Whether the jobState field is set.
 
 - 
getJobStateModelRegistry.DeploymentJobConnection.State getJobState() optional .mlflow.DeploymentJobConnection.State job_state = 3;- Returns:
- The jobState.
 
 - 
hasRunStateboolean hasRunState() optional .mlflow.ModelVersionDeploymentJobState.DeploymentJobRunState run_state = 4;- Returns:
- Whether the runState field is set.
 
 - 
getRunStateModelRegistry.ModelVersionDeploymentJobState.DeploymentJobRunState getRunState() optional .mlflow.ModelVersionDeploymentJobState.DeploymentJobRunState run_state = 4;- Returns:
- The runState.
 
 - 
hasCurrentTaskNameboolean hasCurrentTaskName() optional string current_task_name = 5;- Returns:
- Whether the currentTaskName field is set.
 
 - 
getCurrentTaskNamejava.lang.String getCurrentTaskName() optional string current_task_name = 5;- Returns:
- The currentTaskName.
 
 - 
getCurrentTaskNameBytescom.google.protobuf.ByteString getCurrentTaskNameBytes() optional string current_task_name = 5;- Returns:
- The bytes for currentTaskName.
 
 
- 
 
-