Package org.mlflow.api.proto
Interface Service.CreateGatewayEndpointBindingOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Service.CreateGatewayEndpointBinding,Service.CreateGatewayEndpointBinding.Builder
- Enclosing class:
- Service
public static interface Service.CreateGatewayEndpointBindingOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionUsername of the creatorcom.google.protobuf.ByteStringUsername of the creatorID of the endpoint to bindcom.google.protobuf.ByteStringID of the endpoint to bindID of the resource instancecom.google.protobuf.ByteStringID of the resource instanceType of MLflow resourcecom.google.protobuf.ByteStringType of MLflow resourcebooleanUsername of the creatorbooleanID of the endpoint to bindbooleanID of the resource instancebooleanType of MLflow resourceMethods 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 to bind
optional string endpoint_id = 1;- Returns:
- Whether the endpointId field is set.
-
getEndpointId
String getEndpointId()ID of the endpoint to bind
optional string endpoint_id = 1;- Returns:
- The endpointId.
-
getEndpointIdBytes
com.google.protobuf.ByteString getEndpointIdBytes()ID of the endpoint to bind
optional string endpoint_id = 1;- Returns:
- The bytes for endpointId.
-
hasResourceType
boolean hasResourceType()Type of MLflow resource
optional string resource_type = 2;- Returns:
- Whether the resourceType field is set.
-
getResourceType
String getResourceType()Type of MLflow resource
optional string resource_type = 2;- Returns:
- The resourceType.
-
getResourceTypeBytes
com.google.protobuf.ByteString getResourceTypeBytes()Type of MLflow resource
optional string resource_type = 2;- Returns:
- The bytes for resourceType.
-
hasResourceId
boolean hasResourceId()ID of the resource instance
optional string resource_id = 3;- Returns:
- Whether the resourceId field is set.
-
getResourceId
String getResourceId()ID of the resource instance
optional string resource_id = 3;- Returns:
- The resourceId.
-
getResourceIdBytes
com.google.protobuf.ByteString getResourceIdBytes()ID of the resource instance
optional string resource_id = 3;- Returns:
- The bytes for resourceId.
-
hasCreatedBy
boolean hasCreatedBy()Username of the creator
optional string created_by = 4;- Returns:
- Whether the createdBy field is set.
-
getCreatedBy
String getCreatedBy()Username of the creator
optional string created_by = 4;- Returns:
- The createdBy.
-
getCreatedByBytes
com.google.protobuf.ByteString getCreatedByBytes()Username of the creator
optional string created_by = 4;- Returns:
- The bytes for createdBy.
-