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 Type
    Method
    Description
    optional string current_task_name = 5;
    com.google.protobuf.ByteString
    optional string current_task_name = 5;
    optional string job_id = 1;
    com.google.protobuf.ByteString
    optional string job_id = 1;
    optional .mlflow.DeploymentJobConnection.State job_state = 3;
    optional string run_id = 2;
    com.google.protobuf.ByteString
    optional string run_id = 2;
    optional .mlflow.ModelVersionDeploymentJobState.DeploymentJobRunState run_state = 4;
    boolean
    optional string current_task_name = 5;
    boolean
    optional string job_id = 1;
    boolean
    optional .mlflow.DeploymentJobConnection.State job_state = 3;
    boolean
    optional string run_id = 2;
    boolean
    optional .mlflow.ModelVersionDeploymentJobState.DeploymentJobRunState run_state = 4;

    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 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

      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.