Package viam.app.mltraining.v1
Interface MlTraining.ContainerOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
MlTraining.Container,MlTraining.Container.Builder
- Enclosing class:
MlTraining
public static interface MlTraining.ContainerOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.protobuf.Timestamp.google.protobuf.Timestamp created_on = 7 [json_name = "createdOn"];will serve as display namecom.google.protobuf.ByteStringwill serve as display namecom.google.protobuf.TimestampgetEol()unset for custom containersunset for custom containerscom.google.protobuf.ByteStringunset for custom containersgetId()unique id of the containercom.google.protobuf.ByteStringunique id of the containergetKey()custom container keys are derived from the Docker URI (image:tag)com.google.protobuf.ByteStringcustom container keys are derived from the Docker URI (image:tag)string organization_id = 6 [json_name = "organizationId"];com.google.protobuf.ByteStringstring organization_id = 6 [json_name = "organizationId"];getUri()string uri = 2 [json_name = "uri"];com.google.protobuf.ByteStringstring uri = 2 [json_name = "uri"];public or privateintpublic or privateboolean.google.protobuf.Timestamp created_on = 7 [json_name = "createdOn"];booleanhasEol()unset for custom containersMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getKey
String getKey()custom container keys are derived from the Docker URI (image:tag)
string key = 1 [json_name = "key"];- Returns:
- The key.
-
getKeyBytes
com.google.protobuf.ByteString getKeyBytes()custom container keys are derived from the Docker URI (image:tag)
string key = 1 [json_name = "key"];- Returns:
- The bytes for key.
-
getUri
String getUri()string uri = 2 [json_name = "uri"];- Returns:
- The uri.
-
getUriBytes
com.google.protobuf.ByteString getUriBytes()string uri = 2 [json_name = "uri"];- Returns:
- The bytes for uri.
-
getFramework
String getFramework()unset for custom containers
string framework = 3 [json_name = "framework"];- Returns:
- The framework.
-
getFrameworkBytes
com.google.protobuf.ByteString getFrameworkBytes()unset for custom containers
string framework = 3 [json_name = "framework"];- Returns:
- The bytes for framework.
-
getDescription
String getDescription()will serve as display name
string description = 4 [json_name = "description"];- Returns:
- The description.
-
getDescriptionBytes
com.google.protobuf.ByteString getDescriptionBytes()will serve as display name
string description = 4 [json_name = "description"];- Returns:
- The bytes for description.
-
hasEol
boolean hasEol()unset for custom containers
.google.protobuf.Timestamp eol = 5 [json_name = "eol"];- Returns:
- Whether the eol field is set.
-
getEol
com.google.protobuf.Timestamp getEol()unset for custom containers
.google.protobuf.Timestamp eol = 5 [json_name = "eol"];- Returns:
- The eol.
-
getOrganizationId
String getOrganizationId()string organization_id = 6 [json_name = "organizationId"];- Returns:
- The organizationId.
-
getOrganizationIdBytes
com.google.protobuf.ByteString getOrganizationIdBytes()string organization_id = 6 [json_name = "organizationId"];- Returns:
- The bytes for organizationId.
-
hasCreatedOn
boolean hasCreatedOn().google.protobuf.Timestamp created_on = 7 [json_name = "createdOn"];- Returns:
- Whether the createdOn field is set.
-
getCreatedOn
com.google.protobuf.Timestamp getCreatedOn().google.protobuf.Timestamp created_on = 7 [json_name = "createdOn"];- Returns:
- The createdOn.
-
getId
String getId()unique id of the container
string id = 8 [json_name = "id"];- Returns:
- The id.
-
getIdBytes
com.google.protobuf.ByteString getIdBytes()unique id of the container
string id = 8 [json_name = "id"];- Returns:
- The bytes for id.
-
getVisibilityValue
int getVisibilityValue()public or private
.viam.app.mltraining.v1.Visibility visibility = 9 [json_name = "visibility"];- Returns:
- The enum numeric value on the wire for visibility.
-
getVisibility
MlTraining.Visibility getVisibility()public or private
.viam.app.mltraining.v1.Visibility visibility = 9 [json_name = "visibility"];- Returns:
- The visibility.
-