Package org.mlflow.api.proto
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 TypeMethodDescriptionlongTimestamp (milliseconds since epoch) when the binding was createdUser ID who created the bindingcom.google.protobuf.ByteStringUser ID who created the bindingFields 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.ByteStringFields 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 referencescom.google.protobuf.ByteStringID of the endpoint this binding referenceslongTimestamp (milliseconds since epoch) when the binding was last updatedUser ID who last updated the bindingcom.google.protobuf.ByteStringUser ID who last updated the bindingID of the specific resource instancecom.google.protobuf.ByteStringID of the specific resource instanceType of MLflow resource (e.g., "scorer")com.google.protobuf.ByteStringType of MLflow resource (e.g., "scorer")booleanTimestamp (milliseconds since epoch) when the binding was createdbooleanUser ID who created the bindingbooleanFields 8-9 reserved - endpoint_name and model_mappings removed (join client-side) Human-readable display name for the resource (e.g., scorer name)booleanID of the endpoint this binding referencesbooleanTimestamp (milliseconds since epoch) when the binding was last updatedbooleanUser ID who last updated the bindingbooleanID of the specific resource instancebooleanType of MLflow resource (e.g., "scorer")Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods 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.
-