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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Service.GatewayEndpointModelMappinggetMapping()The created mappingService.GatewayEndpointModelMappingOrBuildergetMappingOrBuilder()The created mappingbooleanhasMapping()The created mapping-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
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;
-
-