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 Type
    Method
    Description
    The created mapping
    The created mapping
    boolean
    The created mapping

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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

       The created mapping
       
      optional .mlflow.GatewayEndpointModelMapping mapping = 1;
      Returns:
      The mapping.
    • getMappingOrBuilder

       The created mapping
       
      optional .mlflow.GatewayEndpointModelMapping mapping = 1;