Package org.mlflow.api.proto
Interface Service.CreateGatewayEndpointOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Service.CreateGatewayEndpoint,Service.CreateGatewayEndpoint.Builder
- Enclosing class:
- Service
public static interface Service.CreateGatewayEndpointOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetCreatedBy()Username of the creatorcom.google.protobuf.ByteStringgetCreatedByBytes()Username of the creatorjava.lang.StringgetModelDefinitionIds(int index)List of model definition IDs to attach to this endpointcom.google.protobuf.ByteStringgetModelDefinitionIdsBytes(int index)List of model definition IDs to attach to this endpointintgetModelDefinitionIdsCount()List of model definition IDs to attach to this endpointjava.util.List<java.lang.String>getModelDefinitionIdsList()List of model definition IDs to attach to this endpointjava.lang.StringgetName()Optional user-friendly name for the endpointcom.google.protobuf.ByteStringgetNameBytes()Optional user-friendly name for the endpointbooleanhasCreatedBy()Username of the creatorbooleanhasName()Optional user-friendly name for the endpoint-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasName
boolean hasName()
Optional user-friendly name for the endpoint
optional string name = 1;- Returns:
- Whether the name field is set.
-
getName
java.lang.String getName()
Optional user-friendly name for the endpoint
optional string name = 1;- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
Optional user-friendly name for the endpoint
optional string name = 1;- Returns:
- The bytes for name.
-
getModelDefinitionIdsList
java.util.List<java.lang.String> getModelDefinitionIdsList()
List of model definition IDs to attach to this endpoint
repeated string model_definition_ids = 2;- Returns:
- A list containing the modelDefinitionIds.
-
getModelDefinitionIdsCount
int getModelDefinitionIdsCount()
List of model definition IDs to attach to this endpoint
repeated string model_definition_ids = 2;- Returns:
- The count of modelDefinitionIds.
-
getModelDefinitionIds
java.lang.String getModelDefinitionIds(int index)
List of model definition IDs to attach to this endpoint
repeated string model_definition_ids = 2;- Parameters:
index- The index of the element to return.- Returns:
- The modelDefinitionIds at the given index.
-
getModelDefinitionIdsBytes
com.google.protobuf.ByteString getModelDefinitionIdsBytes(int index)
List of model definition IDs to attach to this endpoint
repeated string model_definition_ids = 2;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the modelDefinitionIds at the given index.
-
hasCreatedBy
boolean hasCreatedBy()
Username of the creator
optional string created_by = 3;- Returns:
- Whether the createdBy field is set.
-
getCreatedBy
java.lang.String getCreatedBy()
Username of the creator
optional string created_by = 3;- Returns:
- The createdBy.
-
getCreatedByBytes
com.google.protobuf.ByteString getCreatedByBytes()
Username of the creator
optional string created_by = 3;- Returns:
- The bytes for createdBy.
-
-