Interface MlInference.GetInferenceRequestOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
All Known Implementing Classes:
MlInference.GetInferenceRequest, MlInference.GetInferenceRequest.Builder
Enclosing class:
MlInference

public static interface MlInference.GetInferenceRequestOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    .viam.app.data.v1.BinaryID binary_id = 3 [json_name = "binaryId"];
    string organization_id = 4 [json_name = "organizationId"];
    com.google.protobuf.ByteString
    string organization_id = 4 [json_name = "organizationId"];
    The model framework and model type are inferred from the ML model registry item; For valid model types (classification, detections) we will return the formatted labels or annotations from the associated inference outputs.
    com.google.protobuf.ByteString
    The model framework and model type are inferred from the ML model registry item; For valid model types (classification, detections) we will return the formatted labels or annotations from the associated inference outputs.
    string registry_item_version = 2 [json_name = "registryItemVersion"];
    com.google.protobuf.ByteString
    string registry_item_version = 2 [json_name = "registryItemVersion"];
    boolean
    .viam.app.data.v1.BinaryID binary_id = 3 [json_name = "binaryId"];

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • Method Details

    • getRegistryItemId

      String getRegistryItemId()
       The model framework and model type are inferred from the ML model registry item;
       For valid model types (classification, detections) we will return the formatted
       labels or annotations from the associated inference outputs.
       
      string registry_item_id = 1 [json_name = "registryItemId"];
      Returns:
      The registryItemId.
    • getRegistryItemIdBytes

      com.google.protobuf.ByteString getRegistryItemIdBytes()
       The model framework and model type are inferred from the ML model registry item;
       For valid model types (classification, detections) we will return the formatted
       labels or annotations from the associated inference outputs.
       
      string registry_item_id = 1 [json_name = "registryItemId"];
      Returns:
      The bytes for registryItemId.
    • getRegistryItemVersion

      String getRegistryItemVersion()
      string registry_item_version = 2 [json_name = "registryItemVersion"];
      Returns:
      The registryItemVersion.
    • getRegistryItemVersionBytes

      com.google.protobuf.ByteString getRegistryItemVersionBytes()
      string registry_item_version = 2 [json_name = "registryItemVersion"];
      Returns:
      The bytes for registryItemVersion.
    • hasBinaryId

      boolean hasBinaryId()
      .viam.app.data.v1.BinaryID binary_id = 3 [json_name = "binaryId"];
      Returns:
      Whether the binaryId field is set.
    • getBinaryId

      Data.BinaryID getBinaryId()
      .viam.app.data.v1.BinaryID binary_id = 3 [json_name = "binaryId"];
      Returns:
      The binaryId.
    • getOrganizationId

      String getOrganizationId()
      string organization_id = 4 [json_name = "organizationId"];
      Returns:
      The organizationId.
    • getOrganizationIdBytes

      com.google.protobuf.ByteString getOrganizationIdBytes()
      string organization_id = 4 [json_name = "organizationId"];
      Returns:
      The bytes for organizationId.