Package com.viam.service.mlmodel.v1
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 TypeMethodDescriptiondescription of what the file containscom.google.protobuf.ByteString
description of what the file containsHow to associate the arrays/tensors to the labels in the fileint
How to associate the arrays/tensors to the labels in the filegetName()
name of the file, with file extensioncom.google.protobuf.ByteString
name of the file, with file extensionMethods 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.
-