Interface Mlmodel.FileOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
All Known Implementing Classes:
Mlmodel.File, Mlmodel.File.Builder
Enclosing class:
Mlmodel

public static interface Mlmodel.FileOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    description of what the file contains
    com.google.protobuf.ByteString
    description of what the file contains
    How to associate the arrays/tensors to the labels in the file
    int
    How to associate the arrays/tensors to the labels in the file
    name of the file, with file extension
    com.google.protobuf.ByteString
    name of the file, with file extension

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • Method Details

    • getName

      String getName()
       name of the file, with file extension
       
      string name = 1 [json_name = "name"];
      Returns:
      The name.
    • getNameBytes

      com.google.protobuf.ByteString getNameBytes()
       name of the file, with file extension
       
      string name = 1 [json_name = "name"];
      Returns:
      The bytes for name.
    • getDescription

      String getDescription()
       description of what the file contains
       
      string description = 2 [json_name = "description"];
      Returns:
      The description.
    • getDescriptionBytes

      com.google.protobuf.ByteString getDescriptionBytes()
       description of what the file contains
       
      string description = 2 [json_name = "description"];
      Returns:
      The bytes for description.
    • getLabelTypeValue

      int getLabelTypeValue()
       How to associate the arrays/tensors to the labels in the file
       
      .viam.service.mlmodel.v1.LabelType label_type = 3 [json_name = "labelType"];
      Returns:
      The enum numeric value on the wire for labelType.
    • getLabelType

      Mlmodel.LabelType getLabelType()
       How to associate the arrays/tensors to the labels in the file
       
      .viam.service.mlmodel.v1.LabelType label_type = 3 [json_name = "labelType"];
      Returns:
      The labelType.