Package org.mlflow.api.proto
Interface Service.AttachModelToGatewayEndpoint.ResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Service.AttachModelToGatewayEndpoint.Response,Service.AttachModelToGatewayEndpoint.Response.Builder
- Enclosing class:
- Service.AttachModelToGatewayEndpoint
public static interface Service.AttachModelToGatewayEndpoint.ResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionThe created mappingThe created mappingbooleanThe created mappingMethods 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
-
hasMapping
boolean hasMapping()The created mapping
optional .mlflow.GatewayEndpointModelMapping mapping = 1;- Returns:
- Whether the mapping field is set.
-
getMapping
Service.GatewayEndpointModelMapping getMapping()The created mapping
optional .mlflow.GatewayEndpointModelMapping mapping = 1;- Returns:
- The mapping.
-
getMappingOrBuilder
Service.GatewayEndpointModelMappingOrBuilder getMappingOrBuilder()The created mapping
optional .mlflow.GatewayEndpointModelMapping mapping = 1;
-