Package viam.app.mltraining.v1
Interface MlTraining.ListSupportedContainersRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
MlTraining.ListSupportedContainersRequest,MlTraining.ListSupportedContainersRequest.Builder
- Enclosing class:
MlTraining
public static interface MlTraining.ListSupportedContainersRequestOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionOptional.com.google.protobuf.ByteStringOptional.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getOrganizationId
String getOrganizationId()Optional. Scopes the response to the containers available to this organization: the Viam-managed catalog plus the org's registered custom training containers. If unset, only the Viam-managed catalog is returned.
string organization_id = 1 [json_name = "organizationId"];- Returns:
- The organizationId.
-
getOrganizationIdBytes
com.google.protobuf.ByteString getOrganizationIdBytes()Optional. Scopes the response to the containers available to this organization: the Viam-managed catalog plus the org's registered custom training containers. If unset, only the Viam-managed catalog is returned.
string organization_id = 1 [json_name = "organizationId"];- Returns:
- The bytes for organizationId.
-