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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetCreatedAt()Timestamp (milliseconds since epoch) when the binding was createdjava.lang.StringgetCreatedBy()User ID who created the bindingcom.google.protobuf.ByteStringgetCreatedByBytes()User ID who created the bindingjava.lang.StringgetEndpointId()ID of the endpoint this binding referencescom.google.protobuf.ByteStringgetEndpointIdBytes()ID of the endpoint this binding referenceslonggetLastUpdatedAt()Timestamp (milliseconds since epoch) when the binding was last updatedjava.lang.StringgetLastUpdatedBy()User ID who last updated the bindingcom.google.protobuf.ByteStringgetLastUpdatedByBytes()User ID who last updated the bindingjava.lang.StringgetResourceId()ID of the specific resource instancecom.google.protobuf.ByteStringgetResourceIdBytes()ID of the specific resource instancejava.lang.StringgetResourceType()Type of MLflow resource (e.g., "scorer_job")com.google.protobuf.ByteStringgetResourceTypeBytes()Type of MLflow resource (e.g., "scorer_job")booleanhasCreatedAt()Timestamp (milliseconds since epoch) when the binding was createdbooleanhasCreatedBy()User ID who created the bindingbooleanhasEndpointId()ID of the endpoint this binding referencesbooleanhasLastUpdatedAt()Timestamp (milliseconds since epoch) when the binding was last updatedbooleanhasLastUpdatedBy()User ID who last updated the bindingbooleanhasResourceId()ID of the specific resource instancebooleanhasResourceType()Type of MLflow resource (e.g., "scorer_job")-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasEndpointId
boolean hasEndpointId()
ID of the endpoint this binding references
optional string endpoint_id = 1;- Returns:
- Whether the endpointId field is set.
-
getEndpointId
java.lang.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_job")
optional string resource_type = 2;- Returns:
- Whether the resourceType field is set.
-
getResourceType
java.lang.String getResourceType()
Type of MLflow resource (e.g., "scorer_job")
optional string resource_type = 2;- Returns:
- The resourceType.
-
getResourceTypeBytes
com.google.protobuf.ByteString getResourceTypeBytes()
Type of MLflow resource (e.g., "scorer_job")
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
java.lang.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
java.lang.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
java.lang.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.
-
-