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 Type
    Method
    Description
    com.google.protobuf.Timestamp
    .google.protobuf.Timestamp created_on = 7 [json_name = "createdOn"];
    will serve as display name
    com.google.protobuf.ByteString
    will serve as display name
    com.google.protobuf.Timestamp
    unset for custom containers
    unset for custom containers
    com.google.protobuf.ByteString
    unset for custom containers
    unique id of the container
    com.google.protobuf.ByteString
    unique id of the container
    custom container keys are derived from the Docker URI (image:tag)
    com.google.protobuf.ByteString
    custom container keys are derived from the Docker URI (image:tag)
    string organization_id = 6 [json_name = "organizationId"];
    com.google.protobuf.ByteString
    string organization_id = 6 [json_name = "organizationId"];
    string uri = 2 [json_name = "uri"];
    com.google.protobuf.ByteString
    string uri = 2 [json_name = "uri"];
    public or private
    int
    public or private
    boolean
    .google.protobuf.Timestamp created_on = 7 [json_name = "createdOn"];
    boolean
    unset for custom containers

    Methods 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.