Interface TransformationServiceAPIProto.GetTransformationServiceInfoResponseOrBuilder

    • Method Detail

      • getVersion

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

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

        int getTypeValue()
         Type of transformation service deployment. This is either Python, or custom
         
        .feast.serving.TransformationServiceType type = 2;
        Returns:
        The enum numeric value on the wire for type.
      • getTransformationServiceTypeDetails

        String getTransformationServiceTypeDetails()
        string transformation_service_type_details = 3;
        Returns:
        The transformationServiceTypeDetails.
      • getTransformationServiceTypeDetailsBytes

        com.google.protobuf.ByteString getTransformationServiceTypeDetailsBytes()
        string transformation_service_type_details = 3;
        Returns:
        The bytes for transformationServiceTypeDetails.