Interface Service.GatewayEndpointOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    Service.GatewayEndpoint, Service.GatewayEndpoint.Builder
    Enclosing class:
    Service

    public static interface Service.GatewayEndpointOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • hasEndpointId

        boolean hasEndpointId()
         Unique identifier for the endpoint
         
        optional string endpoint_id = 1;
        Returns:
        Whether the endpointId field is set.
      • getEndpointId

        java.lang.String getEndpointId()
         Unique identifier for the endpoint
         
        optional string endpoint_id = 1;
        Returns:
        The endpointId.
      • getEndpointIdBytes

        com.google.protobuf.ByteString getEndpointIdBytes()
         Unique identifier for the endpoint
         
        optional string endpoint_id = 1;
        Returns:
        The bytes for endpointId.
      • hasName

        boolean hasName()
         User-friendly name for the endpoint
         
        optional string name = 2;
        Returns:
        Whether the name field is set.
      • getName

        java.lang.String getName()
         User-friendly name for the endpoint
         
        optional string name = 2;
        Returns:
        The name.
      • getNameBytes

        com.google.protobuf.ByteString getNameBytes()
         User-friendly name for the endpoint
         
        optional string name = 2;
        Returns:
        The bytes for name.
      • hasCreatedAt

        boolean hasCreatedAt()
         Timestamp (milliseconds since epoch) when the endpoint was created
         
        optional int64 created_at = 3;
        Returns:
        Whether the createdAt field is set.
      • getCreatedAt

        long getCreatedAt()
         Timestamp (milliseconds since epoch) when the endpoint was created
         
        optional int64 created_at = 3;
        Returns:
        The createdAt.
      • hasLastUpdatedAt

        boolean hasLastUpdatedAt()
         Timestamp (milliseconds since epoch) when the endpoint was last updated
         
        optional int64 last_updated_at = 4;
        Returns:
        Whether the lastUpdatedAt field is set.
      • getLastUpdatedAt

        long getLastUpdatedAt()
         Timestamp (milliseconds since epoch) when the endpoint was last updated
         
        optional int64 last_updated_at = 4;
        Returns:
        The lastUpdatedAt.
      • getModelMappingsList

        java.util.List<Service.GatewayEndpointModelMapping> getModelMappingsList()
         List of model mappings bound to this endpoint
         
        repeated .mlflow.GatewayEndpointModelMapping model_mappings = 5;
      • getModelMappings

        Service.GatewayEndpointModelMapping getModelMappings​(int index)
         List of model mappings bound to this endpoint
         
        repeated .mlflow.GatewayEndpointModelMapping model_mappings = 5;
      • getModelMappingsCount

        int getModelMappingsCount()
         List of model mappings bound to this endpoint
         
        repeated .mlflow.GatewayEndpointModelMapping model_mappings = 5;
      • getModelMappingsOrBuilderList

        java.util.List<? extends Service.GatewayEndpointModelMappingOrBuilder> getModelMappingsOrBuilderList()
         List of model mappings bound to this endpoint
         
        repeated .mlflow.GatewayEndpointModelMapping model_mappings = 5;
      • getModelMappingsOrBuilder

        Service.GatewayEndpointModelMappingOrBuilder getModelMappingsOrBuilder​(int index)
         List of model mappings bound to this endpoint
         
        repeated .mlflow.GatewayEndpointModelMapping model_mappings = 5;
      • hasCreatedBy

        boolean hasCreatedBy()
         User ID who created the endpoint
         
        optional string created_by = 6;
        Returns:
        Whether the createdBy field is set.
      • getCreatedBy

        java.lang.String getCreatedBy()
         User ID who created the endpoint
         
        optional string created_by = 6;
        Returns:
        The createdBy.
      • getCreatedByBytes

        com.google.protobuf.ByteString getCreatedByBytes()
         User ID who created the endpoint
         
        optional string created_by = 6;
        Returns:
        The bytes for createdBy.
      • hasLastUpdatedBy

        boolean hasLastUpdatedBy()
         User ID who last updated the endpoint
         
        optional string last_updated_by = 7;
        Returns:
        Whether the lastUpdatedBy field is set.
      • getLastUpdatedBy

        java.lang.String getLastUpdatedBy()
         User ID who last updated the endpoint
         
        optional string last_updated_by = 7;
        Returns:
        The lastUpdatedBy.
      • getLastUpdatedByBytes

        com.google.protobuf.ByteString getLastUpdatedByBytes()
         User ID who last updated the endpoint
         
        optional string last_updated_by = 7;
        Returns:
        The bytes for lastUpdatedBy.
      • getTagsList

        java.util.List<Service.GatewayEndpointTag> getTagsList()
         Tags associated with the endpoint
         
        repeated .mlflow.GatewayEndpointTag tags = 8;
      • getTags

        Service.GatewayEndpointTag getTags​(int index)
         Tags associated with the endpoint
         
        repeated .mlflow.GatewayEndpointTag tags = 8;
      • getTagsCount

        int getTagsCount()
         Tags associated with the endpoint
         
        repeated .mlflow.GatewayEndpointTag tags = 8;
      • getTagsOrBuilderList

        java.util.List<? extends Service.GatewayEndpointTagOrBuilder> getTagsOrBuilderList()
         Tags associated with the endpoint
         
        repeated .mlflow.GatewayEndpointTag tags = 8;