Interface Service.GatewayEndpointBindingOrBuilder

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

public static interface Service.GatewayEndpointBindingOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    Timestamp (milliseconds since epoch) when the binding was created
    User ID who created the binding
    com.google.protobuf.ByteString
    User ID who created the binding
    Fields 8-9 reserved - endpoint_name and model_mappings removed (join client-side) Human-readable display name for the resource (e.g., scorer name)
    com.google.protobuf.ByteString
    Fields 8-9 reserved - endpoint_name and model_mappings removed (join client-side) Human-readable display name for the resource (e.g., scorer name)
    ID of the endpoint this binding references
    com.google.protobuf.ByteString
    ID of the endpoint this binding references
    long
    Timestamp (milliseconds since epoch) when the binding was last updated
    User ID who last updated the binding
    com.google.protobuf.ByteString
    User ID who last updated the binding
    ID of the specific resource instance
    com.google.protobuf.ByteString
    ID of the specific resource instance
    Type of MLflow resource (e.g., "scorer")
    com.google.protobuf.ByteString
    Type of MLflow resource (e.g., "scorer")
    boolean
    Timestamp (milliseconds since epoch) when the binding was created
    boolean
    User ID who created the binding
    boolean
    Fields 8-9 reserved - endpoint_name and model_mappings removed (join client-side) Human-readable display name for the resource (e.g., scorer name)
    boolean
    ID of the endpoint this binding references
    boolean
    Timestamp (milliseconds since epoch) when the binding was last updated
    boolean
    User ID who last updated the binding
    boolean
    ID of the specific resource instance
    boolean
    Type of MLflow resource (e.g., "scorer")

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • hasEndpointId

      boolean hasEndpointId()
       ID of the endpoint this binding references
       
      optional string endpoint_id = 1;
      Returns:
      Whether the endpointId field is set.
    • getEndpointId

      String getEndpointId()
       ID of the endpoint this binding references
       
      optional string endpoint_id = 1;
      Returns:
      The endpointId.
    • getEndpointIdBytes

      com.google.protobuf.ByteString getEndpointIdBytes()
       ID of the endpoint this binding references
       
      optional string endpoint_id = 1;
      Returns:
      The bytes for endpointId.
    • hasResourceType

      boolean hasResourceType()
       Type of MLflow resource (e.g., "scorer")
       
      optional string resource_type = 2;
      Returns:
      Whether the resourceType field is set.
    • getResourceType

      String getResourceType()
       Type of MLflow resource (e.g., "scorer")
       
      optional string resource_type = 2;
      Returns:
      The resourceType.
    • getResourceTypeBytes

      com.google.protobuf.ByteString getResourceTypeBytes()
       Type of MLflow resource (e.g., "scorer")
       
      optional string resource_type = 2;
      Returns:
      The bytes for resourceType.
    • hasResourceId

      boolean hasResourceId()
       ID of the specific resource instance
       
      optional string resource_id = 3;
      Returns:
      Whether the resourceId field is set.
    • getResourceId

      String getResourceId()
       ID of the specific resource instance
       
      optional string resource_id = 3;
      Returns:
      The resourceId.
    • getResourceIdBytes

      com.google.protobuf.ByteString getResourceIdBytes()
       ID of the specific resource instance
       
      optional string resource_id = 3;
      Returns:
      The bytes for resourceId.
    • hasCreatedAt

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

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

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

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

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

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

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

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

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

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

      boolean hasDisplayName()
       Fields 8-9 reserved - endpoint_name and model_mappings removed (join client-side)
       Human-readable display name for the resource (e.g., scorer name)
       
      optional string display_name = 10;
      Returns:
      Whether the displayName field is set.
    • getDisplayName

      String getDisplayName()
       Fields 8-9 reserved - endpoint_name and model_mappings removed (join client-side)
       Human-readable display name for the resource (e.g., scorer name)
       
      optional string display_name = 10;
      Returns:
      The displayName.
    • getDisplayNameBytes

      com.google.protobuf.ByteString getDisplayNameBytes()
       Fields 8-9 reserved - endpoint_name and model_mappings removed (join client-side)
       Human-readable display name for the resource (e.g., scorer name)
       
      optional string display_name = 10;
      Returns:
      The bytes for displayName.