Interface ServingAPIProto.GetFeastServingInfoResponseOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getJobStagingLocation()
      Note: Batch specific options start from 10.
      com.google.protobuf.ByteString getJobStagingLocationBytes()
      Note: Batch specific options start from 10.
      ServingAPIProto.FeastServingType getType()
      Type of serving deployment, either ONLINE or BATCH.
      int getTypeValue()
      Type of serving deployment, either ONLINE or BATCH.
      String getVersion()
      Feast version of this serving deployment.
      com.google.protobuf.ByteString getVersionBytes()
      Feast version of this serving deployment.
      • 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 Detail

      • getVersion

        String getVersion()
         Feast version of this serving deployment.
         
        string version = 1;
        Returns:
        The version.
      • getVersionBytes

        com.google.protobuf.ByteString getVersionBytes()
         Feast version of this serving deployment.
         
        string version = 1;
        Returns:
        The bytes for version.
      • getTypeValue

        int getTypeValue()
         Type of serving deployment, either ONLINE or BATCH. Different store types support different
         feature retrieval methods.
         
        .feast.serving.FeastServingType type = 2;
        Returns:
        The enum numeric value on the wire for type.
      • getType

        ServingAPIProto.FeastServingType getType()
         Type of serving deployment, either ONLINE or BATCH. Different store types support different
         feature retrieval methods.
         
        .feast.serving.FeastServingType type = 2;
        Returns:
        The type.
      • getJobStagingLocation

        String getJobStagingLocation()
         Note: Batch specific options start from 10.
         Staging location for this serving store, if any.
         
        string job_staging_location = 10;
        Returns:
        The jobStagingLocation.
      • getJobStagingLocationBytes

        com.google.protobuf.ByteString getJobStagingLocationBytes()
         Note: Batch specific options start from 10.
         Staging location for this serving store, if any.
         
        string job_staging_location = 10;
        Returns:
        The bytes for jobStagingLocation.