Interface Service.AttachModelToGatewayEndpointOrBuilder

    • Method Detail

      • hasEndpointId

        boolean hasEndpointId()
         ID of the endpoint to attach the model to
         
        optional string endpoint_id = 1;
        Returns:
        Whether the endpointId field is set.
      • getEndpointId

        java.lang.String getEndpointId()
         ID of the endpoint to attach the model to
         
        optional string endpoint_id = 1;
        Returns:
        The endpointId.
      • getEndpointIdBytes

        com.google.protobuf.ByteString getEndpointIdBytes()
         ID of the endpoint to attach the model to
         
        optional string endpoint_id = 1;
        Returns:
        The bytes for endpointId.
      • hasModelConfig

        boolean hasModelConfig()
         Configuration for the model to attach
         
        optional .mlflow.GatewayEndpointModelConfig model_config = 2;
        Returns:
        Whether the modelConfig field is set.
      • getModelConfig

        Service.GatewayEndpointModelConfig getModelConfig()
         Configuration for the model to attach
         
        optional .mlflow.GatewayEndpointModelConfig model_config = 2;
        Returns:
        The modelConfig.
      • 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.